Home
last modified time | relevance | path

Searched refs:cb_ents (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libc/gen/
Dpthread_atfork.c80 #define cb_ents(bp) (bp)->u.hdr.entries macro
139 cb_used(atfork_storage) + blocks > cb_ents(atfork_storage))) { in af_alloc()
156 cb_ents(atfork_storage) = in af_alloc()
158 if (__predict_false(cb_ents(atfork_storage) < blocks + 1)) in af_alloc()