Searched refs:n_lock_ops (Results 1 – 4 of 4) sorted by relevance
153 data->n_lock_ops++; in mutex_owner_stats_update()197 sum->n_lock_ops += data->n_lock_ops; in malloc_mutex_prof_merge()
96 uint64_t n_lock_ops; member
2796 l.n_lock_ops, uint64_t) \ in CTL_RO_NL_CGEN()
46777 - data->n_lock_ops++;46822 - sum->n_lock_ops += data->n_lock_ops;46897 - data->n_lock_ops += source->n_lock_ops;46926 - if (source->n_lock_ops > data->n_lock_ops) {46927 - data->n_lock_ops = source->n_lock_ops;46990 - OP(num_ops, uint64_t, "n_lock_ops", false, num_ops) \47052 - uint64_t n_lock_ops;69499 - l.n_lock_ops, uint64_t) \