Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_stack.h35 struct ck_stack_entry { struct
36 struct ck_stack_entry *next; argument
38 typedef struct ck_stack_entry ck_stack_entry_t;
41 struct ck_stack_entry *head;
54 ck_stack_push_upmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_stack_push_upmc()
56 struct ck_stack_entry *stack; in ck_stack_push_upmc()
78 ck_stack_trypush_upmc(struct ck_stack *target, struct ck_stack_entry *entry) in ck_stack_trypush_upmc()
80 struct ck_stack_entry *stack; in ck_stack_trypush_upmc()
95 CK_CC_INLINE static struct ck_stack_entry *
98 struct ck_stack_entry *entry, *next; in ck_stack_pop_upmc()
[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()
54 CK_CC_INLINE static struct ck_stack_entry *
57 struct ck_stack_entry *entry, *update; 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()
89 struct ck_stack_entry *entry; in ck_hp_stack_trypop_mpmc()