Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_lock.c246 while ((info = list_remove_head(&lock->nl_pend_readers)) != NULL) { in nvme_rwlock_wakeup_readers()
305 info = list_remove_head(&ctrl_lock->nl_pend_writers); in nvme_rwlock_wakeup()
323 info = list_remove_head(&ns_lock->nl_pend_writers); in nvme_rwlock_wakeup()
644 while ((info = list_remove_head(&ns_lock->nl_pend_readers)) != in nvme_rwlock_ctrl_dead()
649 while ((info = list_remove_head(&ns_lock->nl_pend_writers)) != in nvme_rwlock_ctrl_dead()
655 while ((info = list_remove_head(&ctrl_lock->nl_pend_readers)) != NULL) { in nvme_rwlock_ctrl_dead()
659 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/uts/common/io/cxgbe/t4nex/
H A Dt4_debug.c118 msg = list_remove_head(&t4_debug_msgs); in cxgb_printf()
137 while ((msg = list_remove_head(&t4_debug_msgs)) != NULL) { in t4_debug_fini()
/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()
502 vio9p_req_t *vnr = list_remove_head(&vin->vin_req_freelist); in vio9p_teardown()
663 while ((vnr = list_remove_head(&vin->vin_completes)) != NULL) { in vio9p_close()
707 if ((vnr = list_remove_head(&vin->vin_completes)) == NULL) { in vio9p_read()
/illumos-gate/usr/src/uts/common/io/i2c/nexus/
H A Di2cnex_txn.c108 i2c_txn_t *next = list_remove_head(&lock->cl_waiters); in i2c_txn_lock_wakeup()
189 lock->cl_owner = list_remove_head(&lock->cl_stack); in i2c_txn_ctrl_unlock()
H A Di2cnex_mux.c358 while ((port = list_remove_head(&ctrl->ic_mux_plan)) != NULL) { in i2c_mux_update()
376 while (list_remove_head(&ctrl->ic_mux_plan) != NULL) in i2c_mux_update()
/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/common/io/ktest/
H A Dktest.c630 while ((kt = list_remove_head(&ks->ks_tests)) != NULL) { in ktest_free_suite()
644 while ((ks = list_remove_head(&km->km_suites)) != NULL) { in ktest_free_module()
683 while ((km = list_remove_head(&ktest_modules)) != NULL) { in ktest_unregister_all()
/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.c1040 (void) list_remove_head(&xep->xep_transfers); in xhci_endpoint_tick()
1334 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_control_callback()
1508 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_norm_callback()
1558 rem = list_remove_head(&xep->xep_transfers); in xhci_endpoint_isoch_callback()
1763 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.c259 rm = list_remove_head(&conn->c_send_queue); in rdsv3_send_xmit()
608 rm = list_remove_head(messages); in rdsv3_send_remove_from_sock()
791 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()

12345