Home
last modified time | relevance | path

Searched refs:poll_pkg_cstate (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c525 static void poll_pkg_cstate(struct work_struct *dummy);
526 static DECLARE_DELAYED_WORK(poll_pkg_cstate_work, poll_pkg_cstate);
527 static void poll_pkg_cstate(struct work_struct *dummy) in poll_pkg_cstate() function