Searched refs:qlink (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_misc.c68 struct qlink **qhead;
69 struct qlink *qelem;
75 register struct qlink *q;
94 qelem->qlinkp = (struct qlink *) 0;
H A Dadsp_CLListen.c95 if (qAddToEnd((struct qlink **)&sp->opb, (struct qlink *)clpb)) /* Add to list of listeners */
H A Dadsp_Init.c86 qAddToEnd((struct qlink **)AT_ADSP_STREAMS, (struct qlink *)sp); /* Put on linked list of connections */
H A Dadsp_attention.c124 qAddToEnd((struct qlink **)&sp->sapb, (struct qlink *)pb); /* Just add to end of queue */
H A Dadsp_internal.h319 int qAddToEnd(struct qlink **qhead, struct qlink *qelem);
360 struct qlink { struct
361 struct qlink *qlinkp;
364 int qAddToEnd(struct qlink **, struct qlink *);
H A Dadsp_reset.c229 qAddToEnd((struct qlink **)&sp->frpb, (struct qlink *)rpb);
H A Dadsp_Read.c346 qAddToEnd((struct qlink **)&sp->rpb, (struct qlink *)pb); /* deliver data to user directly */
360 qAddToEnd((struct qlink **)&sp->rpb, (struct qlink *)pb); /* and queue it for later */
H A Dadsp_Close.c459 qAddToEnd((struct qlink **)&sp->opb, (struct qlink *)pb); /* and save it */
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_internal.h190 queue_head_t qlink;
197 queue_head_t qlink;
206 entry and then continues down the qlink onto the hashed entries. Code that is
215 queue_head_t qlink; member in struct:pv_rooted_entry
224 queue_head_t qlink; member in struct:pv_hashed_entry
288 pv_hashed_free_list = (pv_hashed_entry_t)(*pvh_ep)->qlink.next;
302 pvh_et->qlink.next = (queue_entry_t)pv_hashed_free_list;
315 pv_hashed_kern_free_list = (pv_hashed_entry_t)(*pvh_e)->qlink.next;
330 pvh_et->qlink.next = (queue_entry_t)pv_hashed_kern_free_list;
520 insque(&pvh_e->qlink,
[all...]
H A Dpmap_common.c243 pvh_e->qlink.next = (queue_entry_t)pvh_eh;
257 pvh_e->qlink.next = (queue_entry_t)pvh_eh;
305 pvh_e->qlink.next = (queue_entry_t)pvh_eh;
323 pvh_e->qlink.next = (queue_entry_t)pvh_eh;
H A Dpmap_x86_common.c367 nexth = (pv_hashed_entry_t)queue_next(&pvh_e->qlink);
702 queue_init(&pv_h->qlink);
960 pvh_e->qlink.next = (queue_entry_t) pvh_eh;
1185 nexth = (pv_hashed_entry_t) queue_next(&pvh_e->qlink);
1228 pvh_e->qlink.next = (queue_entry_t) pvh_eh;
1252 pvh_e = (pv_hashed_entry_t) queue_next(&pv_h->qlink);
1258 pvh_e->qlink.next = (queue_entry_t) pvh_eh;
1344 pv_e = (pv_hashed_entry_t)queue_next(&pv_e->qlink);
1429 pv_e = (pv_hashed_entry_t)queue_next(&pv_e->qlink);
H A Dpmap.c984 queue_init(&pv_e->qlink);
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c328 queue_head_t qlink;
334 queue_head_t qlink;
343 down the qlink onto the hashed entries. Code that is looking up a specific pv entry first
367 queue_head_t qlink; member in struct:pv_rooted_entry
378 queue_head_t qlink; member in struct:pv_hashed_entry
430 pv_hashed_free_list = (pv_hashed_entry_t)pvh_e->qlink.next; \
441 pvh_et->qlink.next = (queue_entry_t)pv_hashed_free_list; \
450 pv_hashed_kern_free_list = (pv_hashed_entry_t)pvh_e->qlink.next; \
461 pvh_et->qlink.next = (queue_entry_t)pv_hashed_kern_free_list; \
699 insque(&pvh_e->qlink,
[all...]
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c631 queue_init(&pv_e->qlink);

Completed in 44 milliseconds