Searched refs:PROF_NCTX_LOCKS (Results 1 – 3 of 3) sorted by relevance
668 PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), CACHELINE); in prof_boot2()672 for (unsigned i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_boot2()713 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_prefork0()749 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_postfork_parent()776 for (i = 0; i < PROF_NCTX_LOCKS; i++) { in prof_postfork_child()
131 return &gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]; in rb_gen()
57 #define PROF_NCTX_LOCKS 1024 macro