Home
last modified time | relevance | path

Searched refs:list_remove_head (Results 1 – 25 of 98) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_lock.c247 while ((info = list_remove_head(&lock->nl_pend_readers)) != NULL) { in nvme_rwlock_wakeup_readers()
306 info = list_remove_head(&ctrl_lock->nl_pend_writers); in nvme_rwlock_wakeup()
324 info = list_remove_head(&ns_lock->nl_pend_writers); in nvme_rwlock_wakeup()
635 while ((info = list_remove_head(&ns_lock->nl_pend_readers)) != in nvme_rwlock_ctrl_dead()
640 while ((info = list_remove_head(&ns_lock->nl_pend_writers)) != in nvme_rwlock_ctrl_dead()
646 while ((info = list_remove_head(&ctrl_lock->nl_pend_readers)) != NULL) { in nvme_rwlock_ctrl_dead()
650 while ((info = list_remove_head(&ctrl_lock->nl_pend_writers)) != NULL) { in nvme_rwlock_ctrl_dead()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_debug.c46 while ((zdm = list_remove_head(&zfs_dbgmsgs)) != NULL) { in zfs_dbgmsg_fini()
94 zdm = list_remove_head(&zfs_dbgmsgs); in zfs_dbgmsg()
H A Dbqueue.c96 ret = list_remove_head(&q->bq_list); in bqueue_dequeue()
/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c450 while ((vend = list_remove_head(&hdl->ph_vendors)) != NULL) { in pcidb_close()
453 while ((dev = list_remove_head(&vend->pv_devs)) != NULL) { in pcidb_close()
456 while ((sub = list_remove_head(&dev->pd_subs)) != in pcidb_close()
468 while ((class = list_remove_head(&hdl->ph_classes)) != NULL) { in pcidb_close()
471 while ((sub = list_remove_head(&class->pc_subclass)) != NULL) { in pcidb_close()
474 while ((prog = list_remove_head(&sub->psc_progifs)) != in pcidb_close()
/illumos-gate/usr/src/uts/common/sys/
H A Dlist.h46 void *list_remove_head(list_t *);
/illumos-gate/usr/src/uts/common/io/vio9p/
H A Dvio9p.c229 if ((vnr = list_remove_head(&vin->vin_req_freelist)) != NULL) { in vio9p_req_alloc()
498 vio9p_req_t *vnr = list_remove_head(&vin->vin_req_freelist); in vio9p_teardown()
659 while ((vnr = list_remove_head(&vin->vin_completes)) != NULL) { in vio9p_close()
703 if ((vnr = list_remove_head(&vin->vin_completes)) == NULL) { in vio9p_read()
/illumos-gate/usr/src/common/core/
H A Dcore_shstrtab.c123 while ((ent = list_remove_head(&s->sst_names)) != NULL) { in shstrtab_fini()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c124 while ((scope = list_remove_head(scope_list)) != NULL) { in scope_list_free()
144 while ((drhd = list_remove_head(drhd_list)) != NULL) { in drhd_list_destroy()
165 while ((rmrr = list_remove_head(rmrr_list)) != NULL) { in rmrr_list_destroy()
276 while (idt = list_remove_head(&ioapic_drhd_list)) { in ioapic_drhd_destroy()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_zsd.c185 while ((sc = list_remove_head(&zsd->vz_vmms)) != NULL) { in vmm_zsd_destroy()
/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c82 while ((seg = list_remove_head(seg_list)) != NULL) { in print_list()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c958 (void) list_remove_head(&xep->xep_transfers); in xhci_endpoint_tick()
1252 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_control_callback()
1426 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_norm_callback()
1476 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_isoch_callback()
1681 alt = list_remove_head(&xep->xep_transfers); in xhci_endpoint_transfer_callback()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c795 (void) list_remove_head(&ss->ss_comp_xch_list); in fcoei_clear_watchdog_jobs()
825 ae = (fcoei_event_t *)list_remove_head(&ss->ss_event_list); in fcoei_process_events()
875 while ((xch = list_remove_head(&ss->ss_comp_xch_list)) != NULL) { in fcoei_handle_comp_xch_list()
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/
H A Dmkholes.c146 while ((seg = list_remove_head(&seg_list)) != NULL) { in main()
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dmapfile-vers73 list_remove_head;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc_ddi.c1026 for (cmd = list_remove_head(&lmrc->l_mpt_cmd_list); in lmrc_free_mpt_cmds()
1028 cmd = list_remove_head(&lmrc->l_mpt_cmd_list)) { in lmrc_free_mpt_cmds()
1092 for (mfi = list_remove_head(&lmrc->l_mfi_cmd_list); in lmrc_free_mfi_cmds()
1094 mfi = list_remove_head(&lmrc->l_mfi_cmd_list)) { in lmrc_free_mfi_cmds()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c379 notifier = list_remove_head(&rs->rs_notify_queue); in rdsv3_notify_queue_get()
389 notifier = list_remove_head(&copy); in rdsv3_notify_queue_get()
H A Dsend.c260 rm = list_remove_head(&conn->c_send_queue); in rdsv3_send_xmit()
609 rm = list_remove_head(messages); in rdsv3_send_remove_from_sock()
792 rm = list_remove_head(&list); in rdsv3_send_drop_to()
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c137 while ((a = list_remove_head(&cs->cs_aliases)) != NULL) { in cs_destroy()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c248 while ((ren = list_remove_head(&nag->refreshq_queue))) { in nfsauth_zone_shutdown()
251 while ((ran = list_remove_head(&ren->ren_authlist)) != NULL) { in nfsauth_zone_shutdown()
645 ren = list_remove_head(&nag->refreshq_queue); in nfsauth_refresh_thread()
664 while ((ran = list_remove_head(&ren->ren_authlist))) { in nfsauth_refresh_thread()
/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c435 while ((sp = list_remove_head(&state->sfd_pollers)) != NULL) { in signalfd_pollers_free()
471 while ((sp = list_remove_head(&pstate->sigfd_list)) != NULL) { in signalfd_exit_helper()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_admin.c71 while ((ctx = list_remove_head(&aq->ea_cmd_ctxs_used)) != NULL) { in ena_release_all_cmd_ctx()
101 ena_cmd_ctx_t *ctx = list_remove_head(&aq->ea_cmd_ctxs_free); in ena_acquire_cmd_ctx()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_project.c297 while ((zpi = list_remove_head(&head)) != NULL) { in zfs_project_handle()
/illumos-gate/usr/src/common/list/
H A Dlist.c140 list_remove_head(list_t *list) in list_remove_head() function
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c233 while ((ccf = list_remove_head(&cch->cch_nodebug)) != NULL) in ctf_convert_fini()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c191 while ((dpr = list_remove_head(&periodic_softint_queue[level - 1])) != in ddi_periodic_softintr()

1234