Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dsleep_timeout.c140 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable() function
145 EXPORT_SYMBOL(schedule_timeout_killable);
/linux-6.15/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-6.15/mm/
H A Dmemfd.c135 else if (schedule_timeout_killable((HZ << scan) / 200)) in memfd_wait_for_pins()
H A Dmemcontrol.c2237 schedule_timeout_killable(penalty_jiffies); in mem_cgroup_handle_over_high()
/linux-6.15/drivers/acpi/
H A Dacpi_pad.c207 schedule_timeout_killable(HZ * idle_pct / 100); in power_saving_thread()
/linux-6.15/include/linux/
H A Dsched.h328 extern long schedule_timeout_killable(long timeout);
/linux-6.15/fs/btrfs/
H A Dspace-info.c725 time_left = schedule_timeout_killable(1); in shrink_delalloc()
/linux-6.15/drivers/tty/
H A Dtty_io.c1802 schedule_timeout_killable(timeout); in tty_release()
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c3157 schedule_timeout_killable(SNP_REQ_RETRY_DELAY); in __handle_guest_request()