Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Discan.c286 } while (!schedule_timeout_killable(relax) && in xchk_iscan_read_agi()
401 if (schedule_timeout_killable(relax) || in xchk_iscan_iget_retry()
Dinode_repair.c295 schedule_timeout_killable(1); in xrep_dinode_ilock_nowait()
/linux-6.12.1/mm/
Dmemfd.c135 else if (schedule_timeout_killable((HZ << scan) / 200)) in memfd_wait_for_pins()
Dmemcontrol.c2150 schedule_timeout_killable(penalty_jiffies); in mem_cgroup_handle_over_high()
/linux-6.12.1/drivers/acpi/
Dacpi_pad.c208 schedule_timeout_killable(HZ * idle_pct / 100); in power_saving_thread()
/linux-6.12.1/kernel/time/
Dtimer.c2639 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable() function
2644 EXPORT_SYMBOL(schedule_timeout_killable);
/linux-6.12.1/drivers/virt/coco/sev-guest/
Dsev-guest.c408 schedule_timeout_killable(SNP_REQ_RETRY_DELAY); in __handle_guest_request()
/linux-6.12.1/include/linux/
Dsched.h315 extern long schedule_timeout_killable(long timeout);
/linux-6.12.1/fs/btrfs/
Dspace-info.c718 time_left = schedule_timeout_killable(1); in shrink_delalloc()
/linux-6.12.1/drivers/tty/
Dtty_io.c1802 schedule_timeout_killable(timeout); in tty_release()