Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemfd.c93 else if (schedule_timeout_killable((HZ << scan) / 200)) in memfd_wait_for_pins()
H A Dmemcontrol.c2635 schedule_timeout_killable(penalty_jiffies); in mem_cgroup_handle_over_high()
/openbmc/linux/drivers/acpi/
H A Dacpi_pad.c203 schedule_timeout_killable(HZ * idle_pct / 100); in power_saving_thread()
/openbmc/linux/kernel/time/
H A Dtimer.c2191 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable() function
2196 EXPORT_SYMBOL(schedule_timeout_killable);
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c395 schedule_timeout_killable(SNP_REQ_RETRY_DELAY); in __handle_guest_request()
/openbmc/linux/fs/btrfs/
H A Dspace-info.c673 time_left = schedule_timeout_killable(1); in shrink_delalloc()
/openbmc/linux/include/linux/
H A Dsched.h300 extern long schedule_timeout_killable(long timeout);
/openbmc/linux/drivers/tty/
H A Dtty_io.c1800 schedule_timeout_killable(timeout); in tty_release()