Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dsleep_timeout.c133 * schedule_timeout_killable - sleep until timeout (killable)
140 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable() function
145 EXPORT_SYMBOL(schedule_timeout_killable);
/linux/fs/xfs/scrub/
H A Discan.c286 } while (!schedule_timeout_killable(relax) && in xchk_iscan_read_agi()
401 if (schedule_timeout_killable(relax) || in xchk_iscan_iget_retry()
H A Dinode_repair.c298 schedule_timeout_killable(1); in xrep_dinode_ilock_nowait()
/linux/mm/
H A Dmemfd.c146 else if (schedule_timeout_killable((HZ << scan) / 200)) in memfd_wait_for_pins()
H A Dmemcontrol.c2288 * schedule_timeout_killable sets TASK_KILLABLE). This means we don't in mem_cgroup_handle_over_high()
2292 schedule_timeout_killable(penalty_jiffies); in mem_cgroup_handle_over_high()
/linux/drivers/acpi/
H A Dacpi_pad.c207 schedule_timeout_killable(HZ * idle_pct / 100); in power_saving_thread()
/linux/fs/btrfs/
H A Dspace-info.c771 time_left = schedule_timeout_killable(1); in shrink_delalloc()
/linux/arch/x86/coco/sev/
H A Dcore.c2010 schedule_timeout_killable(SNP_REQ_RETRY_DELAY); in __handle_guest_request()
/linux/drivers/tty/
H A Dtty_io.c1793 schedule_timeout_killable(timeout); in tty_release()