Home
last modified time | relevance | path

Searched refs:work_scheduled (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c48 bool work_scheduled; member
278 zonedev->work_scheduled = false; in pkg_temp_thermal_threshold_work_fn()
320 if (zonedev && !zonedev->work_scheduled) { in pkg_thermal_notify()
321 zonedev->work_scheduled = true; in pkg_thermal_notify()
443 if (zonedev->work_scheduled && was_target) { in pkg_thermal_cpu_offline()
457 if (!lastcpu && zonedev->work_scheduled) in pkg_thermal_cpu_offline()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/
H A Daio.c186 bool work_scheduled; member
1714 req->work_scheduled = false; in aio_poll_complete_work()
1738 if (!req->work_scheduled) { in aio_poll_cancel()
1740 req->work_scheduled = true; in aio_poll_cancel()
1773 if (mask && !req->work_scheduled && in aio_poll_wake()
1798 if (req->work_scheduled) { in aio_poll_wake()
1802 req->work_scheduled = true; in aio_poll_wake()
1875 req->work_scheduled = false; in aio_poll()
1893 if (!on_queue || req->work_scheduled) { in aio_poll()
/kernel/linux/linux-6.6/fs/
H A Daio.c185 bool work_scheduled; member
1708 req->work_scheduled = false; in aio_poll_complete_work()
1732 if (!req->work_scheduled) { in aio_poll_cancel()
1734 req->work_scheduled = true; in aio_poll_cancel()
1767 if (mask && !req->work_scheduled && in aio_poll_wake()
1792 if (req->work_scheduled) { in aio_poll_wake()
1796 req->work_scheduled = true; in aio_poll_wake()
1869 req->work_scheduled = false; in aio_poll()
1887 if (!on_queue || req->work_scheduled) { in aio_poll()

Completed in 14 milliseconds