Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_abstract_list.h421 SCI_ABSTRACT_ELEMENT_T * private_pop_front(
591 private_pop_front(&(list_p)->elements); \
792 #define private_pop_front( \ macro
864 alElement_p = private_pop_front(&(free_pool)->free_list); \
H A Dsci_abstract_list.c303 private_pop_front(&(list_p)->elements); in sci_abstract_list_popfront()
516 SCI_ABSTRACT_ELEMENT_T * private_pop_front( in private_pop_front() function
590 alElement_p = private_pop_front(&(free_pool)->free_list); in private_pool_allocate()