Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c51 bool work_scheduled; member
224 zonedev->work_scheduled = false; in pkg_temp_thermal_threshold_work_fn()
262 if (zonedev && !zonedev->work_scheduled) { in pkg_thermal_notify()
263 zonedev->work_scheduled = true; in pkg_thermal_notify()
439 if (zonedev->work_scheduled && was_target) { in pkg_thermal_cpu_offline()
453 if (!lastcpu && zonedev->work_scheduled) in pkg_thermal_cpu_offline()
/openbmc/linux/fs/
H A Daio.c185 bool work_scheduled; member
1712 req->work_scheduled = false; in aio_poll_complete_work()
1736 if (!req->work_scheduled) { in aio_poll_cancel()
1738 req->work_scheduled = true; in aio_poll_cancel()
1771 if (mask && !req->work_scheduled && in aio_poll_wake()
1796 if (req->work_scheduled) { in aio_poll_wake()
1800 req->work_scheduled = true; in aio_poll_wake()
1873 req->work_scheduled = false; in aio_poll()
1891 if (!on_queue || req->work_scheduled) { in aio_poll()