Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_hp.c78 state->n_free = 0; in CK_STACK_CONTAINER()
100 if (ck_pr_load_uint(&global->n_free) == 0) in ck_hp_recycle()
110 ck_pr_dec_uint(&global->n_free); in ck_hp_recycle()
129 ck_pr_inc_uint(&entry->global->n_free); in ck_hp_unregister()
H A Dck_epoch.c234 global->n_free = 0; in ck_epoch_init()
246 if (ck_pr_load_uint(&global->n_free) == 0) in ck_epoch_recycle()
258 ck_pr_dec_uint(&global->n_free); in ck_epoch_recycle()
316 ck_pr_inc_uint(&global->n_free); in ck_epoch_unregister()
/freebsd/sys/contrib/ck/include/
H A Dck_hp.h45 unsigned int n_free; member
H A Dck_epoch.h104 unsigned int n_free; member