Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_hp.c97 ck_stack_entry_t *entry; in ck_hp_recycle()
165 ck_hp_member_scan(ck_stack_entry_t *entry, unsigned int degree, void *pointer) in ck_hp_member_scan()
193 ck_stack_entry_t *entry; in ck_hp_member_cache()
227 ck_stack_entry_t *previous, *entry, *next; in ck_hp_reclaim()
H A Dck_epoch.c243 ck_stack_entry_t *cursor; in ck_epoch_recycle()
326 ck_stack_entry_t *cursor; in ck_epoch_scan()
363 ck_stack_entry_t *head, *next, *cursor; in ck_epoch_dispatch()
/freebsd/sys/contrib/ck/include/
H A Dck_hp.h55 ck_stack_entry_t pending_entry;
71 ck_stack_entry_t global_entry;
H A Dck_epoch.h62 ck_stack_entry_t stack_entry;
86 ck_stack_entry_t record_next;
H A Dck_stack.h38 typedef struct ck_stack_entry ck_stack_entry_t; typedef
343 #define CK_STACK_CONTAINER(T, M, N) CK_CC_CONTAINER(ck_stack_entry_t, T, M, N)
/freebsd/sys/kern/
H A Dsubr_epoch.c806 ck_stack_entry_t *cursor, *head, *next; in epoch_call_task()