Home
last modified time | relevance | path

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

/src/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h13 } pointer_t; typedef
16 volatile pointer_t top;
36 pointer_t old_top; in pop()
37 pointer_t new_top; in pop()
58 pointer_t new_top; in push()
59 pointer_t old_top; in push()
81 pointer_t old_top = stack->top; in top()