Searched refs:list_remove_head (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dlist.h48 void *list_remove_head(list_t *);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_debug.c46 while ((zdm = list_remove_head(&zfs_dbgmsgs)) != NULL) {
93 zdm = list_remove_head(&zfs_dbgmsgs);
H A Dbqueue.c96 ret = list_remove_head(&q->bq_list);
/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c82 while ((seg = list_remove_head(seg_list)) != NULL) {
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/
H A Dmkholes.c146 while ((seg = list_remove_head(&seg_list)) != NULL) {
/illumos-gate/usr/src/common/list/
H A Dlist.c140 list_remove_head(list_t *list) function
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c121 while ((scope = list_remove_head(scope_list)) != NULL) {
141 while ((drhd = list_remove_head(drhd_list)) != NULL) {
162 while ((rmrr = list_remove_head(rmrr_list)) != NULL) {
273 while (idt = list_remove_head(&ioapic_drhd_list)) {
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c137 while ((a = list_remove_head(&cs->cs_aliases)) != NULL) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c378 notifier = list_remove_head(&rs->rs_notify_queue);
388 notifier = list_remove_head(&copy);
H A Dsend.c260 rm = list_remove_head(&conn->c_send_queue);
609 rm = list_remove_head(messages);
792 rm = list_remove_head(&list);
H A Dib_rdma.c510 ibmr = (struct rdsv3_ib_mr *)list_remove_head(listp);
H A Drdsv3_impl.c528 work = list_remove_head(&wq->wq_queue);
536 work = list_remove_head(&wq->wq_queue);
H A Dib_recv.c300 ibinc = (struct rdsv3_ib_incoming *)list_remove_head(listp);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c191 while ((dpr = list_remove_head(&periodic_softint_queue[level - 1])) !=
H A Dddi_intr_irm.c991 while (req_p = list_remove_head(&pool_p->ipool_scratch_list)) {
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c362 while ((bnp = list_remove_head(&bfs->bfs_nodes)) != NULL) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c227 while ((ren = list_remove_head(&refreshq_queue))) {
230 while ((ran = list_remove_head(&ren->ren_authlist)) != NULL) {
612 ren = list_remove_head(&refreshq_queue);
631 while ((ran = list_remove_head(&ren->ren_authlist))) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c795 (void) list_remove_head(&ss->ss_comp_xch_list);
825 ae = (fcoei_event_t *)list_remove_head(&ss->ss_event_list);
875 while ((xch = list_remove_head(&ss->ss_comp_xch_list)) != NULL) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c707 list_remove_head(&sof_close_deferred_list)) != NULL) {
1136 while ((fil = list_remove_head(&sp->sp_auto_filters)) != NULL)
1138 while ((fil = list_remove_head(&sp->sp_prog_filters)) != NULL)
H A Dsockcommon_subr.c73 while ((nso = list_remove_head(&so->so_acceptq_list)) == NULL) {
139 while ((nso = list_remove_head(list)) != NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c428 while ((s = list_remove_head(&sg->sg_serv_list)) != NULL)
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_nat.c176 while ((cur = list_remove_head(&ilbs->ilbs_nat_src[i].nsh_head))
/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c241 while ((pw = list_remove_head(lst)) != NULL) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c2219 while ((nce = list_remove_head(&dead)) != NULL)
2276 while ((nce = list_remove_head(&replace)) != NULL) {
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c586 qe = list_remove_head(&vq->vq_freelist);

Completed in 120 milliseconds

12