Home
last modified time | relevance | path

Searched refs:ck_stack (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_stack.h40 struct ck_stack { struct
44 typedef struct ck_stack ck_stack_t; argument
96 ck_stack_pop_upmc(struct ck_stack *target) in ck_stack_pop_upmc()
151 ck_stack_batch_pop_upmc(struct ck_stack *target) in ck_stack_batch_pop_upmc()
195 ck_stack_pop_mpmc(struct ck_stack *target) in ck_stack_pop_mpmc()
197 struct ck_stack original, update; in ck_stack_pop_mpmc()
231 struct ck_stack original, update; in ck_stack_trypop_mpmc()
260 ck_stack_batch_pop_mpmc(struct ck_stack *target) in ck_stack_batch_pop_mpmc()
303 ck_stack_pop_npsc(struct ck_stack *target) in ck_stack_pop_npsc()
320 ck_stack_batch_pop_npsc(struct ck_stack *target) in ck_stack_batch_pop_npsc()
[all …]
H A Dck_hp_stack.h40 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()