Home
last modified time | relevance | path

Searched refs:STAILQ_FIRST (Results 176 – 197 of 197) sorted by relevance

12345678

/freebsd/sys/rpc/
H A Dsvc.c1325 while ((rqstp = STAILQ_FIRST(&st->st_reqs)) != NULL) { in svc_run_internal()
/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c2369 data = STAILQ_FIRST(&sc->tx_q); in zyd_bulk_write_callback()
2444 data = STAILQ_FIRST(&sc->tx_free); in zyd_tx_start()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c505 while ((b = STAILQ_FIRST(&csock_bufs)) != NULL) { in ng_idle()
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c534 io = (union ctl_io *)STAILQ_FIRST(&be_lun->cont_queue); in ctl_backend_ramdisk_worker()
H A Dscsi_ctl.c780 ccb_h = STAILQ_FIRST(&softc->work_queue); in ctlfestart()
H A Dctl.c606 while ((port = STAILQ_FIRST(&ha_frontend.port_list)) != NULL) { in ctl_ha_shutdown()
14325 io = (union ctl_io *)STAILQ_FIRST(&thr->isc_queue);
14332 io = (union ctl_io *)STAILQ_FIRST(&thr->done_queue);
14340 io = (union ctl_io *)STAILQ_FIRST(&thr->incoming_queue);
14360 io = (union ctl_io *)STAILQ_FIRST(&thr->rtr_queue);
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1720 if (STAILQ_FIRST(qabi_list) == NULL) in qat_ae_batch_put_lm()
2936 while ((qabi = STAILQ_FIRST(&qafu->qafu_lm_init[ae])) != NULL) { in qat_aefw_free_lm_init()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1863 ep = STAILQ_FIRST(headp); in sym_list_dest()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1310 ji = STAILQ_FIRST(&jhead); in nat64lsn_do_request()
/freebsd/sys/kern/
H A Dsubr_bus.c2807 while ((rle = STAILQ_FIRST(rl)) != NULL) { in resource_list_free()
3316 while ((rle = STAILQ_FIRST(rl)) != NULL) { in resource_list_purge()
H A Dkern_linker.c783 while ((cp = STAILQ_FIRST(&file->common)) != NULL) { in linker_file_unload()
H A Duipc_mbuf.c1158 STAILQ_FIRST(&tail->mc_q) = STAILQ_NEXT(m, m_stailq); in mc_split()
H A Duipc_ktls.c2949 n = STAILQ_FIRST(&tls->pending_records); in ktls_enqueue()
/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c1337 tc = STAILQ_FIRST(&qp->tx_capsules); in nvmf_tcp_send()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1765 while ((wr = STAILQ_FIRST(&twr_list)) != NULL) { in reclaim_wr_resources()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c761 while ((ccb_h = STAILQ_FIRST(&tmp_doneq)) != NULL) { in fsl_sata_intr()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c4760 inot = (struct ccb_immediate_notify *) STAILQ_FIRST(&trtp->inots); in mpt_scsi_tgt_tsk_mgmt()
5028 atiop = (struct ccb_accept_tio *) STAILQ_FIRST(&trtp->atios); in mpt_scsi_tgt_atio()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c1490 q = STAILQ_FIRST(&iql); in service_iq()
2159 wr = STAILQ_FIRST(&wrq->wr_list); in drain_wrq_wr_list()
2216 } while ((wr = STAILQ_FIRST(&wrq->wr_list)) != NULL);
/freebsd/libexec/rtld-elf/
H A Drtld.c3159 elm = STAILQ_FIRST(list); in objlist_clear()
5115 Name_Entry *fname = STAILQ_FIRST(&obj->names); in trace_loaded_objects()
/freebsd/sys/dev/pci/
H A Dpci.c3166 return (STAILQ_FIRST(&dinfo->cfg.maps)); in pci_first_bar()
5398 dinfo = STAILQ_FIRST(devlist_head); in DB_SHOW_COMMAND_FLAGS()
/freebsd/sys/dev/ahci/
H A Dahci.c1348 while ((ccb_h = STAILQ_FIRST(&tmp_doneq)) != NULL) { in ahci_ch_intr_direct()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c2699 while ((tmp_txd = STAILQ_FIRST(&txd->agg_list)) != NULL) { in hn_txdesc_put()

12345678