Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dget_shared_cache_address.c32 if (!(ru.ri_flags & RU_PROC_RUNS_RESLIDE)) { in main()
/xnu-12377.41.6/bsd/sys/
H A Dresource.h204 #define RU_PROC_RUNS_RESLIDE 0x00000001 /* proc has reslid shared cache */ macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_resource.c3381 ru->ri_flags |= RU_PROC_RUNS_RESLIDE; in gather_rusage_info()