Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dqueue.h276 SLIST_REMOVE_HEAD((head), field); \
292 #define SLIST_REMOVE_HEAD(head, field) do { \ macro