Searched refs:ck_stack_entry_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hp.c | 97 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 D | ck_epoch.c | 243 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 D | ck_hp.h | 55 ck_stack_entry_t pending_entry; 71 ck_stack_entry_t global_entry;
|
H A D | ck_epoch.h | 62 ck_stack_entry_t stack_entry; 86 ck_stack_entry_t record_next;
|
H A D | ck_stack.h | 38 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 D | subr_epoch.c | 806 ck_stack_entry_t *cursor, *head, *next; in epoch_call_task()
|