Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_iokit.h51 extern uint64_t vm_task_evict_shared_cache(task_t task);
H A Dvm_resident.c12103 vm_task_evict_shared_cache(task_t task) in vm_task_evict_shared_cache() function
/xnu-12377.61.12/iokit/Kernel/
H A DIOUserServer.cpp5020 pageincount = vm_task_evict_shared_cache(fOwningTask); in serviceSetPowerState()