Searched refs:cv_destroy (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/sys/
H A Dcallb.h181 * cv_destroy is nop right now but may be needed in the future.
190 cv_destroy(&(cp)->cc_callb_cv); \
191 cv_destroy(&(cp)->cc_stop_cv); \
H A Dcondvar.h93 extern void cv_destroy(kcondvar_t *);
H A Dcondvar_impl.h124 cv_destroy(&(_c)->cvw_waiter); \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbqueue.c57 cv_destroy(&q->bq_add_cv);
58 cv_destroy(&q->bq_pop_cv);
H A Dzfs_rlock.c480 cv_destroy(&remove->r_wr_cv);
484 cv_destroy(&remove->r_rd_cv);
513 cv_destroy(&rl->r_wr_cv);
517 cv_destroy(&rl->r_rd_cv);
545 cv_destroy(&rl->r_wr_cv);
549 cv_destroy(&rl->r_rd_cv);
H A Dzrlock.c69 cv_destroy(&zrl->zr_cv);
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnskernd.c69 cv_destroy(&nskernd_ask_cv);
70 cv_destroy(&nskernd_k_cv);
71 cv_destroy(&nskernd_u_cv);
H A Dnsc_proc.c65 cv_destroy(&nsc_proc_cv);
274 cv_destroy(&nlwp->child_cv);
378 cv_destroy(&nlwp->child_cv);
H A Dnsc_thread.c397 cv_destroy(&tp->tp_cv);
759 cv_destroy(&set->set_res_cv);
760 cv_destroy(&set->set_kill_cv);
761 cv_destroy(&set->set_destroy_cv);
918 cv_destroy(&set->set_res_cv);
919 cv_destroy(&set->set_kill_cv);
920 cv_destroy(&set->set_destroy_cv);
/illumos-gate/usr/src/uts/common/os/
H A Daudit_zone.c129 cv_destroy(&(kctx->auk_eagain_cv));
141 cv_destroy(&(kctx->auk_queue.write_cv));
142 cv_destroy(&(kctx->auk_queue.read_cv));
H A Drwstlock.c193 cv_destroy(&l->rwst_rcv);
194 cv_destroy(&l->rwst_wcv);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c63 cv_destroy(&chan->ch_rx_cv);
64 cv_destroy(&chan->ch_tx_cv);
65 cv_destroy(&chan->ch_cep_cv);
H A Deib_main.c919 cv_destroy(&ss->ei_node_state->ns_cv);
928 cv_destroy(&ss->ei_ka_vnics_cv);
929 cv_destroy(&ss->ei_vnic_req_cv);
930 cv_destroy(&ss->ei_rxpost_cv);
931 cv_destroy(&ss->ei_ev_cv);
932 cv_destroy(&ss->ei_vnic_cv);
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dcondvar.h86 extern void cv_destroy(kcondvar_t *);
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_door.c68 cv_destroy(&vscan_door_cv);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c540 cv_destroy(&so->so_state_cv);
541 cv_destroy(&so->so_single_cv);
542 cv_destroy(&so->so_read_cv);
543 cv_destroy(&so->so_acceptq_cv);
544 cv_destroy(&so->so_snd_cv);
545 cv_destroy(&so->so_rcv_cv);
546 cv_destroy(&so->so_closing_cv);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c308 cv_destroy(&tq->tq_dispatch_cv);
309 cv_destroy(&tq->tq_wait_cv);
310 cv_destroy(&tq->tq_maxalloc_cv);
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c346 cv_destroy(&tq->tq_dispatch_cv);
347 cv_destroy(&tq->tq_wait_cv);
348 cv_destroy(&tq->tq_maxalloc_cv);
H A Dcond.c54 cv_destroy(kcondvar_t *cv) function
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c305 cv_destroy(&fcp->fcp_cmd.fc_xmit_cv);
306 cv_destroy(&fcp->fcp_cmd.fc_busy_cv);
307 cv_destroy(&fcp->fcp_resp.fc_xmit_cv);
308 cv_destroy(&fcp->fcp_resp.fc_busy_cv);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c143 cv_destroy(&txl->tl_wait_cv);
/illumos-gate/usr/src/uts/common/klm/
H A Dklmmod.c112 cv_destroy(&g->nlm_gc_sched_cv);
113 cv_destroy(&g->nlm_gc_finish_cv);
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi.c92 cv_destroy(&req->ir_cv);
226 cv_destroy(&sc->ipmi_request_added);
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.c689 cv_destroy(&cpqary3p->cv_abort_wait);
690 cv_destroy(&cpqary3p->cv_flushcache_wait);
691 cv_destroy(&cpqary3p->cv_noe_wait);
692 cv_destroy(&cpqary3p->cv_immediate_wait);
693 cv_destroy(&cpqary3p->cv_ioctl_wait);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c172 cv_destroy(&ibtl_close_hca_cv);
174 cv_destroy(&ibtl_qp_cv);
810 cv_destroy(&hca_devp->hd_async_task_cv);
811 cv_destroy(&hca_devp->hd_async_busy_cv);
812 cv_destroy(&hca_devp->hd_portinfo_cv);

Completed in 81 milliseconds

1234567891011>>