Home
last modified time | relevance | path

Searched refs:tid (Results 126 – 150 of 287) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c2574 timeout_id_t tid; in mac_rx_srs_drain() local
2666 if (tid != NULL) { in mac_rx_srs_drain()
2667 (void) untimeout(tid); in mac_rx_srs_drain()
2668 tid = NULL; in mac_rx_srs_drain()
2684 if (tid != NULL) { in mac_rx_srs_drain()
2686 tid = NULL; in mac_rx_srs_drain()
2811 timeout_id_t tid; in mac_rx_srs_drain_bw() local
2944 if (tid != NULL) { in mac_rx_srs_drain_bw()
2946 tid = NULL; in mac_rx_srs_drain_bw()
2964 if (tid != NULL) { in mac_rx_srs_drain_bw()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv.h53 uint16_t tid; /* tocode id. */ member
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c214 uintptr_t tid = (uintptr_t)arg1; in trprint_msg() local
216 if (tid == 0) in trprint_msg()
218 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_msg()
232 uintptr_t tid = (uintptr_t)arg1; in trprint_cpp() local
235 if (tid == 0) in trprint_cpp()
237 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_cpp()
280 fmd_trace(uintptr_t tid, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_trace() argument
292 tid = 0; in fmd_trace()
303 if (mdb_walk("fmd_trace", func, (void *)tid) == -1) { in fmd_trace()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c913 uint16_t tid; in smb_tree_alloc() local
915 if (smb_idpool_alloc(&session->s_tid_pool, &tid)) in smb_tree_alloc()
926 smb_idpool_free(&session->s_tid_pool, tid); in smb_tree_alloc()
933 smb_idpool_free(&session->s_tid_pool, tid); in smb_tree_alloc()
940 smb_idpool_free(&session->s_tid_pool, tid); in smb_tree_alloc()
960 tree->t_tid = tid; in smb_tree_alloc()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c198 timeout_id_t tid; in del_to_stop() local
200 while ((tid = dsp->to_id) != 0) { in del_to_stop()
203 (void) untimeout(tid); in del_to_stop()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h111 thread_t tid; /* thread id of the stderr reader thread */ member
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTrace.h102 pthread_t tid; variable
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_roce_api.h619 u32 *tid);
640 u32 tid);
660 u32 tid);
H A Decore_cxt.h239 u32 tid,
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h67 thread_t tid; /* thread id of the server */ member
/illumos-gate/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c222 pthread_t tid; in relay_peer_msg() local
278 rc = pthread_create(&tid, NULL, push_to_drv, NULL); in relay_peer_msg()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c487 timeout_id_t tid; in rmclomv_detach() local
512 tid = timesync_tid; in rmclomv_detach()
516 (void) untimeout(tid); in rmclomv_detach()
3074 kt_did_t tid; in rmclomv_checkrmc_destroy() local
3078 if (tid != 0) { in rmclomv_checkrmc_destroy()
3088 if (tid != 0) in rmclomv_checkrmc_destroy()
3089 thread_join(tid); in rmclomv_checkrmc_destroy()
3281 kt_did_t tid; in rmclomv_refresh_destroy() local
3285 if (tid != 0) { in rmclomv_refresh_destroy()
3295 if (tid != 0) in rmclomv_refresh_destroy()
[all …]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c3086 int tid = WME_TID_INVALID; in iwh_send() local
3349 if (tid != WME_TID_INVALID) { in iwh_send()
3350 tx->tid_tspec = (uint8_t)tid; in iwh_send()
6012 iwh_wme_tid_qos_ac(int tid) in iwh_wme_tid_qos_ac() argument
6014 switch (tid) { in iwh_wme_tid_qos_ac()
6050 iwh_wme_tid_to_txq(int tid) in iwh_wme_tid_to_txq() argument
6055 if (tid < WME_TID_MIN || in iwh_wme_tid_to_txq()
6056 tid > WME_TID_MAX) { in iwh_wme_tid_to_txq()
6379 uint32_t tid, ssn; in iwh_recv_action() local
6482 uint32_t tid; in iwh_send_action() local
[all …]
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c672 ctf_id_t tid; in ctf_merge_dedup_remap() local
679 tid = i; in ctf_merge_dedup_remap()
680 while (cmp->cm_tmap[tid].cmt_missing == B_FALSE) { in ctf_merge_dedup_remap()
681 VERIFY(cmp->cm_tmap[tid].cmt_map != 0); in ctf_merge_dedup_remap()
682 tid = cmp->cm_tmap[tid].cmt_map; in ctf_merge_dedup_remap()
684 VERIFY(cmp->cm_tmap[tid].cmt_map != 0); in ctf_merge_dedup_remap()
685 cmp->cm_tmap[i].cmt_map = cmp->cm_tmap[tid].cmt_map; in ctf_merge_dedup_remap()
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c902 au_tid_addr_t tid; in cred2ucaud() local
908 tid = ai->ai_termid; in cred2ucaud()
914 ainfo->ai_termid.at_type = tid.at_type; in cred2ucaud()
915 bcopy(&tid.at_addr, &ainfo->ai_termid.at_addr, 4 * sizeof (uint_t)); in cred2ucaud()
917 ainfo->ai_termid.at_port.at_major = (uint32_t)getmajor(tid.at_port); in cred2ucaud()
918 ainfo->ai_termid.at_port.at_minor = (uint32_t)getminor(tid.at_port); in cred2ucaud()
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c198 timeout_id_t tid; in vioscsi_dev_timeout() local
203 if ((tid = vd->vd_timeout) == 0) { in vioscsi_dev_timeout()
972 timeout_id_t tid; in vioscsi_tran_tgt_free() local
977 tid = vd->vd_timeout; in vioscsi_tran_tgt_free()
981 if (tid != 0) { in vioscsi_tran_tgt_free()
982 (void) untimeout(tid); in vioscsi_tran_tgt_free()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c636 did_to_thread(kt_did_t tid) in did_to_thread() argument
642 if (t->t_did == tid) in did_to_thread()
645 if (t->t_did == tid) in did_to_thread()
657 thread_join(kt_did_t tid) in thread_join() argument
661 ASSERT(tid != curthread->t_did); in thread_join()
662 ASSERT(tid != t0.t_did); in thread_join()
679 while (t = did_to_thread(tid)) in thread_join()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c695 kt_did_t tid; in tavor_kstat_perfcntr64_thread_exit() local
704 tid = ksi->tki_perfcntr64_thread_id; in tavor_kstat_perfcntr64_thread_exit()
708 thread_join(tid); in tavor_kstat_perfcntr64_thread_exit()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c1445 kt_did_t tid; in lw8_logger_destroy() local
1448 tid = lw8_logger_tid; in lw8_logger_destroy()
1449 if (tid != 0) { in lw8_logger_destroy()
1459 if (tid != 0) in lw8_logger_destroy()
1460 thread_join(tid); in lw8_logger_destroy()
/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c1240 timeout_id_t tid; in recover() local
1260 tid = qtimeout(RD(q), telmod_timer, q, SIMWAIT); in recover()
1262 tmip->rtimoutid = tid; in recover()
1264 tmip->wtimoutid = tid; in recover()
H A Dlogindmux.c1173 timeout_id_t tid; in recover() local
1196 tid = qtimeout(RD(q), logdmux_timer, q, drv_usectohz(SIMWAIT)); in recover()
1198 tmxp->rtimoutid = tid; in recover()
1200 tmxp->wtimoutid = tid; in recover()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2489 timeout_id_t tid = 0; in e1000g_intr_work() local
2525 if (tid != 0) in e1000g_intr_work()
4923 timeout_id_t tid; in disable_watchdog_timer() local
4934 if (tid != 0) in disable_watchdog_timer()
4935 (void) untimeout(tid); in disable_watchdog_timer()
4967 timeout_id_t tid; in stop_watchdog_timer() local
4977 if (tid != 0) in stop_watchdog_timer()
4984 timeout_id_t tid; in stop_link_timer() local
4994 if (tid != 0) in stop_link_timer()
5001 timeout_id_t tid; in stop_82547_timer() local
[all …]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c501 print_thread(pid_t pid, id_t tid) in print_thread() argument
512 pid, tid, 8, sort_type); in print_thread()
518 lt_stat_proc_get_name(pid), pid, tid); in print_thread()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c803 kt_did_t tid; in hermon_kstat_perfcntr64_thread_exit() local
812 tid = ksi->hki_perfcntr64_thread_id; in hermon_kstat_perfcntr64_thread_exit()
816 thread_join(tid); in hermon_kstat_perfcntr64_thread_exit()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1294 pthread_t tid; in dump_snapshot() local
1409 (void) pthread_cancel(tid); in dump_snapshot()
1761 pthread_t tid; in zfs_send_resume() local
1783 (void) pthread_cancel(tid); in zfs_send_resume()
1856 pthread_t tid = 0; in zfs_send() local
2012 if (tid != 0) in zfs_send()
2118 if (tid != 0) { in zfs_send()
2120 (void) pthread_cancel(tid); in zfs_send()
2122 (void) pthread_join(tid, NULL); in zfs_send()
2156 if (tid != 0) { in zfs_send()
[all …]

12345678910>>...12