Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h556 struct quehead { struct
557 struct quehead *qh_link; argument
558 struct quehead *qh_rlink; argument
565 struct quehead *element = (struct quehead *)a, in insque()
566 *head = (struct quehead *)b; in insque()
576 struct quehead *element = (struct quehead *)a; in remque()