| /src/external/bsd/jemalloc.old/dist/src/ |
| hook.c | 17 static atomic_u_t nhooks = ATOMIC_INIT(0); variable 38 atomic_store_u(&nhooks, 39 atomic_load_u(&nhooks, ATOMIC_RELAXED) + 1, 68 atomic_store_u(&nhooks, atomic_load_u(&nhooks, ATOMIC_RELAXED) - 1, 141 if (likely(atomic_load_u(&nhooks, ATOMIC_RELAXED) == 0)) { \
|
| /src/external/bsd/jemalloc/dist/src/ |
| hook.c | 17 static atomic_u_t nhooks = ATOMIC_INIT(0); variable 38 atomic_store_u(&nhooks, 39 atomic_load_u(&nhooks, ATOMIC_RELAXED) + 1, 68 atomic_store_u(&nhooks, atomic_load_u(&nhooks, ATOMIC_RELAXED) - 1, 139 if (likely(atomic_load_u(&nhooks, ATOMIC_RELAXED) == 0)) { \
|
| /src/sys/net/ |
| pfil.c | 59 u_int nhooks; member in struct:__anon7084 186 u_int nhooks; local 193 nhooks = phlistset->active->nhooks; 194 if (nhooks == MAX_HOOKS) { 198 KASSERT(nhooks < MAX_HOOKS); 209 for (u_int i = 0; i < nhooks; i++) { 228 size_t len = sizeof(pfil_hook_t) * nhooks; 232 pfh = &newlist->hooks[nhooks]; 234 newlist->nhooks++ 318 u_int nhooks; local [all...] |