Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 247) sorted by last modified time

12345678910

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c735 pthread_t tid; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c1592 timeout_id_t tid = mptsas_timeout_id; in mptsas_attach() local
1720 timeout_id_t tid = mpt->m_quiesce_timeid; in mptsas_suspend() local
1728 timeout_id_t tid = mpt->m_restart_cmd_timeid; in mptsas_suspend() local
1751 timeout_id_t tid; in mptsas_suspend() local
2007 timeout_id_t tid = mpt->m_quiesce_timeid; in mptsas_do_detach() local
2015 timeout_id_t tid = mpt->m_restart_cmd_timeid; in mptsas_do_detach() local
2029 timeout_id_t tid; in mptsas_do_detach() local
10466 timeout_id_t tid = mpt->m_quiesce_timeid; in mptsas_quiesce_bus() local
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1086 timeout_id_t tid = vif->vif_tx_reclaim_tid; in vioif_tx_drain() local
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c14686 timeout_id_t tid; in ip_xmit() local
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c76 #define TIDHASH(tid, udp) (tid & (udp)->hash_mask) argument
499 find_lwpp(thread_t tid) in find_lwpp()
539 find_lwp(thread_t tid) in find_lwp()
569 thread_t tid; in _thrp_create() local
994 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) in _thrp_join()
1081 thr_join(thread_t tid, thread_t *departed, void **status) in thr_join()
1095 pthread_join(pthread_t tid, void **status) in pthread_join()
1101 pthread_detach(pthread_t tid) in pthread_detach()
1851 thread_t tid = ulwp->ul_lwpid; in safe_suspend() local
1946 _thrp_suspend(thread_t tid, uchar_t whystopped) in _thrp_suspend()
[all …]
/illumos-gate/usr/src/cmd/latencytop/
H A Dstat.c426 get_stat_c(pid_t pid, id_t tid) in get_stat_c()
479 lt_stat_update_cause(pid_t pid, id_t tid, int cause_id, lt_stat_type_t type, in lt_stat_update_cause()
512 lt_stat_update(pid_t pid, id_t tid, char *stack, char *tag, in lt_stat_update()
596 pid_t pid, id_t tid, int count, lt_sort_t sort_by) in lt_stat_list_create()
1023 lt_stat_update_sobj(pid_t pid, id_t tid, int stype, in lt_stat_update_sobj()
H A Ddwrapper.c86 id_t tid; in aggwalk_call() local
201 id_t tid; in aggwalk_named() local
252 id_t tid; in aggwalk_sync() local
H A Ddisplay.c501 print_thread(pid_t pid, id_t tid) in print_thread()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1042 #define IP_TR_HASH(tid) ((((uintptr_t)tid) >> 6) & (IP_TR_HASH_MAX - 1)) argument
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c2574 timeout_id_t tid; in mac_rx_srs_drain() local
2811 timeout_id_t tid; in mac_rx_srs_drain_bw() local
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c805 pthread_t tid; in smbd_dyndns_init() local
828 pthread_t tid; in smbd_load_shares() local
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen_tn.c251 const amdzen_topo_core_t *core, zen_topo_enum_core_t *zt_core, uint32_t tid) in topo_zen_build_strand()
352 for (uint32_t tid = 0; tid < core->atcore_nthreads; tid++) { in topo_zen_build_core() local
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1294 pthread_t tid; in dump_snapshot() local
1761 pthread_t tid; in zfs_send_resume() local
1856 pthread_t tid = 0; in zfs_send() local
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6635 thread_t *tid; in ztest_run() local
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c795 timer_t tid; in status_init() local
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c365 timer_t tid; in main() local
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4753 thread_t tid; in main() local
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1309 pt_thread_name(mdb_tgt_t *t, mdb_tgt_tid_t tid, char *buf, size_t bufsize) in pt_thread_name()
1333 pt_findstack(uintptr_t tid, uint_t flags, int argc, const mdb_arg_t *argv) in pt_findstack()
1504 mdb_tgt_tid_t tid = PTL_TID(t); in reg_disc_get() local
1517 mdb_tgt_tid_t tid = PTL_TID(t); in reg_disc_set() local
1828 pt_tls(uintptr_t tid, uint_t flags, int argc, const mdb_arg_t *argv) in pt_tls()
2584 tlsbase(mdb_tgt_t *t, mdb_tgt_tid_t tid, Lmid_t lmid, const char *object, in tlsbase()
2690 const char *name, GElf_Sym *symp, mdb_syminfo_t *sip, mdb_tgt_tid_t tid) in pt_lookup_by_name_thr()
4559 pt_getareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, in pt_getareg()
4627 pt_putareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, const char *rname, mdb_tgt_reg_t r) in pt_putareg()
4806 pt_lwp_getregs(mdb_tgt_t *t, void *tap, mdb_tgt_tid_t tid, prgregset_t gregs) in pt_lwp_getregs()
[all …]
H A Dmdb_target.c1786 mdb_tgt_getareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, in mdb_tgt_getareg()
1793 mdb_tgt_putareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, in mdb_tgt_putareg()
1800 mdb_tgt_thread_name(mdb_tgt_t *t, mdb_tgt_tid_t tid, char *buf, size_t bufsize) in mdb_tgt_thread_name()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c781 thread_t *tid; in getldap_set_serverInfo() local
H A Dcachemgr.h67 thread_t tid; /* thread id of the server */ member
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2489 timeout_id_t tid = 0; in e1000g_intr_work() local
4923 timeout_id_t tid; in disable_watchdog_timer() local
4967 timeout_id_t tid; in stop_watchdog_timer() local
4984 timeout_id_t tid; in stop_link_timer() local
5001 timeout_id_t tid; in stop_82547_timer() local
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c668 kmt_getareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, const char *rname, in kmt_getareg()
682 kmt_putareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, const char *rname, mdb_tgt_reg_t r) in kmt_putareg()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c462 id_t tid; in all_call_stacks() local
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c1368 bhyve_getareg(mdb_tgt_t *tgt, mdb_tgt_tid_t tid, const char *rname, in bhyve_getareg()
1389 bhyve_putareg(mdb_tgt_t *tgt, mdb_tgt_tid_t tid, const char *rname, in bhyve_putareg()

12345678910