Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dresource.h558 #define FOOTPRINT_INTERVAL_RESET 0x1 /* Reset the footprint interval counter to zero */ macro
/xnu-12377.41.6/libsyscall/wrappers/libproc/
H A Dlibproc.c757 …n proc_rlimit_control(pid, RLIMIT_FOOTPRINT_INTERVAL, (void *)(uintptr_t)FOOTPRINT_INTERVAL_RESET); in proc_reset_footprint_interval()
/xnu-12377.41.6/bsd/kern/
H A Dkern_resource.c3587 if ((footprint_interval_flags & FOOTPRINT_INTERVAL_RESET) == 0) { in proc_rlimit_control()