Searched refs:lck_grp_mtxcnt (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/dev/dtrace/ |
| H A D | lockprof.c | 84 …{"adaptive-held-", STAT_NEEDED, offsetof(lck_grp_t, lck_grp_mtxcnt), offsetof(lck_grp_stats_t, lgs… 85 …{"adaptive-miss-", STAT_NEEDED, offsetof(lck_grp_t, lck_grp_mtxcnt), offsetof(lck_grp_stats_t, lgs… 86 …{"adaptive-wait-", STAT_NEEDED, offsetof(lck_grp_t, lck_grp_mtxcnt), offsetof(lck_grp_stats_t, lgs… 87 …{"adaptive-direct-wait-", STAT_NEEDED, offsetof(lck_grp_t, lck_grp_mtxcnt), offsetof(lck_grp_stats…
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | lock_group.h | 100 uint32_t lck_grp_mtxcnt; member
|
| H A D | locks.c | 365 lckcnt = &grp->lck_grp_mtxcnt; in lck_grp_lckcnt_incr() 397 lckcnt = &grp->lck_grp_mtxcnt; in lck_grp_lckcnt_decr() 1717 lockgroup_info->lock_mtx_cnt = lck_grp->lck_grp_mtxcnt; in host_lockgroup_info()
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | memory.py | 2896 if mtxg.lck_grp_mtxcnt: 2897 …out_string += format_string.format(mtxg, mtxg.lck_grp_mtxcnt,mtxg.lck_grp_stat.lck_grp_mtx_stat.lc…
|