/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/ |
H A D | cs-etm-decoder.c | 503 pid_t tid; in cs_etm_decoder__set_tid() local 509 tid = elem->context.context_id; in cs_etm_decoder__set_tid() 510 if (cs_etm__etmq_set_tid(etmq, tid, trace_chan_id)) in cs_etm_decoder__set_tid()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 293 unsigned int tid, unsigned int offset, in cxgbi_ppm_make_ppod_hdr() 302 hdr->vld_tid = htonl(PPOD_VALID_FLAG | PPOD_TID(tid)); in cxgbi_ppm_make_ppod_hdr() 309 pr_debug("ippm: tag 0x%x, tid 0x%x, xfer %u, off %u.\n", in cxgbi_ppm_make_ppod_hdr() 310 tag, tid, length, offset); in cxgbi_ppm_make_ppod_hdr() 292 cxgbi_ppm_make_ppod_hdr(struct cxgbi_ppm *ppm, u32 tag, unsigned int tid, unsigned int offset, unsigned int length, struct cxgbi_pagepod_hdr *hdr) cxgbi_ppm_make_ppod_hdr() argument
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | inject-buildid.c | 168 event.fork.tid = data->pid; in synthesize_fork() 189 event.mmap2.tid = data->pid; in synthesize_mmap() 223 .tid = data->pid, in synthesize_sample()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread.c | 40 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() argument 49 thread__set_tid(thread, tid); in thread__new() 63 snprintf(comm_str, 32, ":%d", tid); in thread__new() 239 /* Override the default :tid entry */ in ____thread__set_comm()
|
H A D | lock-contention.h | 93 u32 tid; member
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf.h | 456 static inline void *qedf_get_task_mem(struct qed_fcoe_tid *info, u32 tid) in qedf_get_task_mem() argument 458 return (void *)(info->blocks[tid / info->num_tids_per_block] + in qedf_get_task_mem() 459 (tid % info->num_tids_per_block) * info->size); in qedf_get_task_mem()
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
H A D | libevent.c | 71 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_event_idle_timer_cb() 73 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_event_idle_timer_cb() 75 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_event_idle_timer_cb()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
H A D | glib.c | 208 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_glib_idle_timer_cb() 210 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_glib_idle_timer_cb() 212 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_glib_idle_timer_cb()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_config.h | 379 TIDT tid; member 458 h->tid = t; \ 475 h->tid = t; \
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_pthrd_test.cpp | 512 pid_t tid = 0; member 521 arg->tid = gettid(); in ThreadGettidNpFn() 555 EXPECT_EQ(arg.tid, resultTid); in HWTEST_F()
|
H A D | thread_rwlock_test.cpp | 77 static inline void WaitThreadSleep(pid_t& tid) in WaitThreadSleep() argument 79 while (tid == 0) { in WaitThreadSleep() 82 std::string filename = "/proc/" + std::to_string(tid) + "/stat"; in WaitThreadSleep()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | ittnotify_config.h | 304 TIDT tid; member 360 h->tid = t; \ 377 h->tid = t; \
|
/third_party/skia/src/core/ |
H A D | SkTraceEventCommon.h | 250 std::string tid = std::to_string(gettid()); \ 251 std::string threadValue1Name = tid + "-" + name + "-" + value1_name; \ 252 std::string threadValue2Name = tid + "-" + name + "-" + value2_name; \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wmm.c | 223 unsigned int up, psb, dir, tid; in wmm_process_tspec() local 229 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec() 231 up, psb, dir, tid); in wmm_process_tspec()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wmm.c | 221 unsigned int up, psb, dir, tid; in wmm_process_tspec() local 227 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec() 229 up, psb, dir, tid); in wmm_process_tspec()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 145 int tid = wil->ring2cid_tid[i][1]; in ring_show() local 173 wil->sta[cid].addr, cid, tid, in ring_show() 1578 static void wil_print_rxtid_crypto(struct seq_file *s, int tid, in wil_print_rxtid_crypto() argument 1592 if (tid < WIL_STA_TID_NUM) in wil_print_rxtid_crypto() 1593 seq_printf(s, " [%2d] PN", tid); in wil_print_rxtid_crypto() 1610 int i, tid, mcs; variable 1649 for (tid = 0; tid < WIL_STA_TID_NUM; tid++) { 1650 struct wil_tid_ampdu_rx *r = p->tid_rx[tid]; [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 145 int tid = wil->ring2cid_tid[i][1]; in ring_show() local 173 wil->sta[cid].addr, cid, tid, in ring_show() 1569 static void wil_print_rxtid_crypto(struct seq_file *s, int tid, in wil_print_rxtid_crypto() argument 1583 if (tid < WIL_STA_TID_NUM) in wil_print_rxtid_crypto() 1584 seq_printf(s, " [%2d] PN", tid); in wil_print_rxtid_crypto() 1601 int i, tid, mcs; variable 1640 for (tid = 0; tid < WIL_STA_TID_NUM; tid++) { 1641 struct wil_tid_ampdu_rx *r = p->tid_rx[tid]; [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 169 u8 tid = ac_to_tid[i]; in mt7996_mac_sta_poll() local 174 ieee80211_sta_register_airtime(sta, tid, tx_cur, rx_cur); in mt7996_mac_sta_poll() 731 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt7996_mac_write_txwi_8023() local 745 FIELD_PREP(MT_TXD1_TID, tid); in mt7996_mac_write_txwi_8023() 770 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in mt7996_mac_write_txwi_80211() local 778 tid = MT_TX_ADDBA; in mt7996_mac_write_txwi_80211() 780 tid = MT_TX_NORMAL; in mt7996_mac_write_txwi_80211() 785 FIELD_PREP(MT_TXD1_TID, tid); in mt7996_mac_write_txwi_80211() 1012 u16 fc, tid; in mt7996_tx_check_aggr() local 1018 tid in mt7996_tx_check_aggr() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_dump_request.h | 110 int32_t tid; member
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.h | 63 static std::string ReadStringByPtrace(pid_t tid, uintptr_t addr);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_blockack.h | 97 hi_void hmac_ba_reset_rx_handle(hmac_ba_rx_stru **rx_ba, hi_u8 tid);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.h | 47 int tid; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtl8723b_recv.h | 30 u32 tid:4; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.h | 47 int tid; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mcu.h | 19 u8 tid; member
|