Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dcpc.h47 __result_use_check bool cpc_hw_acquire(cpc_hw_t hw, const char *owner_name);
H A Dcpc.c45 cpc_hw_acquire(cpc_hw_t hw, const char *owner_name) in cpc_hw_acquire() function
/xnu-12377.81.4/bsd/dev/
H A Dmonotonic.c143 if (!cpc_hw_acquire(CPC_HW_UPMU, "monotonic")) { in mt_cdev_open()