Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c952 u64 softns = (u64)soft * NSEC_PER_SEC; in check_process_timers() local
961 if (check_rlimit(ptime, softns, SIGXCPU, false, false)) { in check_process_timers()
963 softns += NSEC_PER_SEC; in check_process_timers()
967 if (softns < pct->bases[CPUCLOCK_PROF].nextevt) in check_process_timers()
968 pct->bases[CPUCLOCK_PROF].nextevt = softns; in check_process_timers()