Home
last modified time | relevance | path

Searched refs:STAILQ_FIRST (Results 26 – 50 of 200) sorted by relevance

12345678

/freebsd/sys/dev/pccard/
H A Dpccardvar.h154 (STAILQ_FIRST(&(sc)->card.pf_head) && \
155 STAILQ_NEXT(STAILQ_FIRST(&(sc)->card.pf_head),pf_list))
/freebsd/sys/sys/
H A Dqueue_mergesort.h203 STAILQ_HEAD_INITIALIZER, STAILQ_EMPTY, STAILQ_FIRST, STAILQ_NEXT, \
206 SYSQUEUE_MERGE((list1), (list2), (thunk), (cmp), TYPE, NAME, STAILQ_FIRST, \
/freebsd/sys/dev/firewire/
H A Dif_fwe.c228 for (xfer = STAILQ_FIRST(&fwe->xferlist); xfer != NULL; in fwe_stop()
496 xfer = STAILQ_FIRST(&fwe->xferlist); in fwe_as_output()
559 while ((sxfer = STAILQ_FIRST(&xferq->stvalid)) != NULL) { in fwe_as_input()
605 if (STAILQ_FIRST(&xferq->stfree) != NULL) in fwe_as_input()
H A Dif_fwip.c229 for (xfer = STAILQ_FIRST(&fwip->fwb.xferlist); xfer != NULL; in fwip_stop()
235 for (xfer = STAILQ_FIRST(&fwip->xferlist); xfer != NULL; in fwip_stop()
544 xfer = STAILQ_FIRST(&fwip->xferlist); in fwip_async_output()
718 while ((sxfer = STAILQ_FIRST(&xferq->stvalid)) != NULL) { in fwip_stream_input()
807 if (STAILQ_FIRST(&xferq->stfree) != NULL) in fwip_stream_input()
H A Dfwohci.c574 sc->atrq.top = STAILQ_FIRST(&sc->atrq.db_trq);
575 sc->atrs.top = STAILQ_FIRST(&sc->atrs.db_trq);
888 xfer = STAILQ_FIRST(&dbch->xferq.q);
1213 db_tr = STAILQ_FIRST(&dbch->db_trq);
1286 = STAILQ_FIRST(&dbch->db_trq);
1290 dbch->top = STAILQ_FIRST(&dbch->db_trq);
1430 dbch->top = STAILQ_FIRST(&dbch->db_trq);
1574 first = STAILQ_FIRST(&it->stdma);
1586 if (STAILQ_FIRST(&it->stfree) != NULL)
1649 first = STAILQ_FIRST(&ir->stfree);
[all …]
/freebsd/sys/powerpc/powermac/
H A Dcuda.c371 pkt = STAILQ_FIRST(&sc->sc_freeq); in cuda_send()
410 pkt = STAILQ_FIRST(&sc->sc_outq); in cuda_send_outbound()
446 while ((pkt = STAILQ_FIRST(&sc->sc_inq)) != NULL) { in cuda_send_inbound()
597 pkt = STAILQ_FIRST(&sc->sc_freeq); in cuda_intr()
/freebsd/sys/dev/ciss/
H A Dcissvar.h344 if ((cr = STAILQ_FIRST(&sc->ciss_ ## name)) != NULL) { \
368 if ((ac = STAILQ_FIRST(head)) != NULL) in ciss_dequeue_complete()
/freebsd/usr.sbin/bluetooth/btpand/
H A Dchannel.c133 while ((ph = STAILQ_FIRST(&chan->pktlist)) != NULL) { in channel_close()
180 ph = STAILQ_FIRST(&chan->pktlist); in channel_start()
H A Dpacket.c66 while ((eh = STAILQ_FIRST(&pkt->extlist)) != NULL) { in packet_free()
/freebsd/contrib/elftoolchain/libpe/
H A Dpe_buffer.c63 sb = STAILQ_FIRST(&ps->ps_b); in pe_getbuffer()
/freebsd/sys/dev/liquidio/
H A Dlio_bsd.h124 node = STAILQ_FIRST(root); in lio_delete_first_node()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_sections.c203 dbg->dbgp_secpos = STAILQ_FIRST(&dbg->dbgp_seclist); in _dwarf_generate_sections()
204 dbg->dbgp_drspos = STAILQ_FIRST(&dbg->dbgp_drslist); in _dwarf_generate_sections()
H A Ddwarf_ranges.c70 return (_dwarf_get_ranges(dbg, STAILQ_FIRST(&dbg->dbg_cu), offset, in dwarf_get_ranges()
H A Ddwarf_abbrev.c125 ad = STAILQ_FIRST(&abbrev->ab_attrdef); in dwarf_get_abbrev_entry()
/freebsd/contrib/lib9p/
H A Dthreadpool.c60 req = STAILQ_FIRST(&tp->ltp_replyq); in l9p_responder()
94 req = STAILQ_FIRST(&tp->ltp_workq); in l9p_worker()
/freebsd/sys/kern/
H A Dkern_cons.c252 if (STAILQ_FIRST(&cn_devlist) == cnd) in cnadd()
270 if (STAILQ_FIRST(&cn_devlist) == cnd) in cnremove()
302 if (cnd == STAILQ_FIRST(&cn_devlist)) in cnselect()
/freebsd/usr.bin/sdiff/
H A Dsdiff.c996 divc = STAILQ_FIRST(&diffhead)->div; in processq()
1022 diffp = STAILQ_FIRST(&diffhead); in processq()
1100 del = STAILQ_FIRST(&delqhead); in printc()
1127 filep = STAILQ_FIRST(&delqhead); in printc()
/freebsd/sys/x86/x86/
H A Dmca.c716 rec = STAILQ_FIRST(&mca_freelist); in mca_resize_freelist()
756 rec = STAILQ_FIRST(&mca_freelist); in mca_record_entry()
962 mca = STAILQ_FIRST(&mca_records); in mca_store_record()
981 while ((mca = STAILQ_FIRST(&mca_pending)) != NULL) { in mca_process_records()
1053 mca = STAILQ_FIRST(&mca_records); in sysctl_mca_maxcount()
/freebsd/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c391 reqp = STAILQ_FIRST(&dev_sc->to_notify_queue); in hv_vss_notified()
942 reqp = STAILQ_FIRST(&sc->daemon_sc.to_notify_queue); in hv_vss_destroy_send_receive_queue()
948 reqp = STAILQ_FIRST(&sc->daemon_sc.to_ack_queue); in hv_vss_destroy_send_receive_queue()
954 reqp = STAILQ_FIRST(&sc->app_sc.to_notify_queue); in hv_vss_destroy_send_receive_queue()
960 reqp = STAILQ_FIRST(&sc->app_sc.to_ack_queue); in hv_vss_destroy_send_receive_queue()
/freebsd/libexec/rtld-elf/
H A Dmap_object.c442 Name_Entry *entry = STAILQ_FIRST(&obj->names); in obj_free()
447 elm = STAILQ_FIRST(&obj->dldags); in obj_free()
452 elm = STAILQ_FIRST(&obj->dagmembers); in obj_free()
/freebsd/contrib/elftoolchain/libelf/
H A Delf_data.c58 if (d == NULL && (d = STAILQ_FIRST(&s->s_data)) != NULL) in elf_getdata()
232 if (d == NULL && (d = STAILQ_FIRST(&s->s_rawdata)) != NULL) in elf_rawdata()
/freebsd/sys/dev/wtap/
H A Dif_medium.c93 p = STAILQ_FIRST(&md->md_pktbuf); in medium_get_next_packet()
/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c761 uc = STAILQ_FIRST(&sc->sc_cmd_inactive); in uath_get_cmdbuf()
1374 bf = STAILQ_FIRST(&sc->sc_tx_inactive); in _uath_getbuf()
1762 bf = STAILQ_FIRST(&frags); in uath_start()
2342 cmd = STAILQ_FIRST(&sc->sc_cmd_waiting); in uath_intr_rx_callback()
2391 cmd = STAILQ_FIRST(&sc->sc_cmd_active); in uath_intr_tx_callback()
2407 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in uath_intr_tx_callback()
2715 data = STAILQ_FIRST(&sc->sc_rx_active); in uath_bulk_rx_callback()
2768 data = STAILQ_FIRST(&sc->sc_rx_active); in uath_bulk_rx_callback()
2810 data = STAILQ_FIRST(&sc->sc_tx_active); in uath_bulk_tx_callback()
2821 data = STAILQ_FIRST(&sc->sc_tx_pending); in uath_bulk_tx_callback()
[all …]
/freebsd/sys/dev/otus/
H A Dif_otus.c1099 bf = STAILQ_FIRST(&sc->sc_tx_inactive); in _otus_getbuf()
1132 bf = STAILQ_FIRST(&sc->sc_cmd_inactive); in _otus_get_txcmd()
1826 data = STAILQ_FIRST(&sc->sc_rx_active); in otus_bulk_rx_callback()
1839 data = STAILQ_FIRST(&sc->sc_rx_inactive); in otus_bulk_rx_callback()
1874 data = STAILQ_FIRST(&sc->sc_rx_active); in otus_bulk_rx_callback()
1951 data = STAILQ_FIRST(&sc->sc_tx_active[which]); in otus_bulk_tx_callback()
1962 data = STAILQ_FIRST(&sc->sc_tx_pending[which]); in otus_bulk_tx_callback()
1978 data = STAILQ_FIRST(&sc->sc_tx_active[which]); in otus_bulk_tx_callback()
2027 cmd = STAILQ_FIRST(&sc->sc_cmd_active); in otus_bulk_cmd_callback()
2037 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in otus_bulk_cmd_callback()
[all …]
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c509 slot = STAILQ_FIRST(&sc->avail); in cpsw_add_slots()
666 slot = STAILQ_FIRST(&sc->tx.active); in cpsw_init()
669 slot = STAILQ_FIRST(&sc->rx.active); in cpsw_init()
1265 if (STAILQ_FIRST(&sc->tx.active) != NULL) in cpsw_tx_teardown()
1620 while ((slot = STAILQ_FIRST(&sc->rx.active)) != NULL) { in cpsw_rx_dequeue()
1690 if (STAILQ_FIRST(&sc->rx.active) != NULL && in cpsw_rx_dequeue()
1694 STAILQ_FIRST(&sc->rx.active)); in cpsw_rx_dequeue()
1740 while ((slot = STAILQ_FIRST(&sc->rx.avail)) != NULL) { in cpsw_rx_enqueue()
1934 slot = STAILQ_FIRST(&sc->swsc->tx.avail); in cpswp_tx_enqueue()
1994 slot = STAILQ_FIRST(&sc->tx.active); in cpsw_tx_dequeue()
[all …]

12345678