Searched refs:CK_STACK_CONTAINER (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hp.c | 64 CK_STACK_CONTAINER(struct ck_hp_record, global_entry, ck_hp_record_container) in CK_STACK_CONTAINER() function 65 CK_STACK_CONTAINER(struct ck_hp_hazard, pending_entry, ck_hp_hazard_container) in CK_STACK_CONTAINER()
|
H A D | ck_epoch.c | 143 CK_STACK_CONTAINER(struct ck_epoch_record, record_next, in CK_STACK_CONTAINER() function 145 CK_STACK_CONTAINER(struct ck_epoch_entry, stack_entry, in CK_STACK_CONTAINER()
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_stack.h | 343 #define CK_STACK_CONTAINER(T, M, N) CK_CC_CONTAINER(ck_stack_entry_t, T, M, N) macro
|
/freebsd/sys/kern/ |
H A D | subr_epoch.c | 129 CK_STACK_CONTAINER(struct ck_epoch_entry, stack_entry,
|