Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dqueue.h948 struct quehead { struct
949 struct quehead *qh_link; argument
950 struct quehead *qh_rlink; argument
958 struct quehead *element = (struct quehead *)a; in chkquenext()
968 struct quehead *element = (struct quehead *)a; in chkqueprev()
982 struct quehead *element = (struct quehead *)a, in insque()
983 *head = (struct quehead *)b; in insque()
995 struct quehead *element = (struct quehead *)a; in remque()