Searched refs:ck_stack (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_stack.h | 40 struct ck_stack { struct 44 typedef struct ck_stack ck_stack_t; argument 54 ck_stack_push_upmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_stack_push_upmc() 78 ck_stack_trypush_upmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_stack_trypush_upmc() 96 ck_stack_pop_upmc(struct ck_stack *target) in ck_stack_pop_upmc() 127 ck_stack_trypop_upmc(struct ck_stack *target, struct ck_stack_entry **r) in ck_stack_trypop_upmc() 151 ck_stack_batch_pop_upmc(struct ck_stack *target) in ck_stack_batch_pop_upmc() 167 ck_stack_push_mpmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_stack_push_mpmc() 181 ck_stack_trypush_mpmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_stack_trypush_mpmc() 195 ck_stack_pop_mpmc(struct ck_stack *target) in ck_stack_pop_mpmc() [all …]
|
H A D | ck_hp_stack.h | 40 ck_hp_stack_push_mpmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_hp_stack_push_mpmc() 48 ck_hp_stack_trypush_mpmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_hp_stack_trypush_mpmc() 55 ck_hp_stack_pop_mpmc(ck_hp_record_t *record, struct ck_stack *target) in ck_hp_stack_pop_mpmc() 87 ck_hp_stack_trypop_mpmc(ck_hp_record_t *record, struct ck_stack *target, struct ck_stack_entry **r) in ck_hp_stack_trypop_mpmc()
|