Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dqueue.h956 struct quehead { struct
957 struct quehead *qh_link; argument
958 struct quehead *qh_rlink; argument
966 struct quehead *element = (struct quehead *)a; in chkquenext()
976 struct quehead *element = (struct quehead *)a; in chkqueprev()
990 struct quehead *element = (struct quehead *)a, in insque()
991 *head = (struct quehead *)b; in insque()
1003 struct quehead *element = (struct quehead *)a; in remque()