Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dposix-cpu-timers.c1018 u64 softns = (u64)soft * NSEC_PER_SEC; in check_process_timers() local
1027 if (check_rlimit(ptime, softns, SIGXCPU, false, false)) { in check_process_timers()
1029 softns += NSEC_PER_SEC; in check_process_timers()
1033 if (softns < pct->bases[CPUCLOCK_PROF].nextevt) in check_process_timers()
1034 pct->bases[CPUCLOCK_PROF].nextevt = softns; in check_process_timers()