Searched refs:ngctxs (Results 1 – 2 of 2) sorted by relevance
537 unsigned ngctxs = atomic_add_u(&cum_gctxs, 1); in prof_gctx_mutex_choose() local539 return (&gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]); in prof_gctx_mutex_choose()
542 unsigned ngctxs = atomic_fetch_add_u(&cum_gctxs, 1, ATOMIC_RELAXED); in prof_gctx_mutex_choose() local544 return &gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]; in prof_gctx_mutex_choose()