Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h19 } pointer_t; typedef
22 volatile pointer_t top;
26 lac_atomic_cmp_swap(volatile pointer_t *ptr, in lac_atomic_cmp_swap()
27 pointer_t old_val, in lac_atomic_cmp_swap()
28 pointer_t new_val) in lac_atomic_cmp_swap()
48 pointer_t old_top; in pop()
49 pointer_t new_top; in pop()
68 pointer_t new_top; in push()
69 pointer_t old_top; in push()
89 pointer_t old_top = stack->top; in top()