Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dcoalition.c755 extern uint64_t kernel_pm_writes;
963 cru_out->pm_writes = kernel_pm_writes; in coalition_resource_usage_internal()
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c118 uint64_t kernel_pm_writes; // to track the sync writes occurring during power management transit… variable
2544 OSAddAtomic64(buf_count(bp), (SInt64 *)&(kernel_pm_writes)); in spec_strategy()