Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbsd_kern.c71 uint64_t get_task_logical_writes(task_t task, bool external);
1356 get_task_logical_writes(task_t task, bool external) in get_task_logical_writes() function
/xnu-12377.81.4/bsd/kern/
H A Dkern_resource.c151 uint64_t get_task_logical_writes(task_t task, bool external);
3387 ru->ri_logical_writes = get_task_logical_writes(proc_task(p), false); in gather_rusage_info()