Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_abstract_list.c140 private_pool_free(pool, &(list_elements[index])); in sci_abstract_element_pool_construct()
281 private_pool_free((list_p)->free_pool, alElement_p); in sci_abstract_list_popback()
302 private_pool_free((list_p)->free_pool, alElement_p); in sci_abstract_list_popfront()
337 private_pool_free((list_p)->free_pool, alElement_p); in sci_abstract_list_erase()
563 void private_pool_free( in private_pool_free() function
H A Dsci_abstract_list.h441 void private_pool_free(
576 private_pool_free((list_p)->free_pool, alElement_p); \
597 private_pool_free((list_p)->free_pool, alElement_p); \
630 private_pool_free((list_p)->free_pool, alElement_p); \
846 #define private_pool_free( \ macro