/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/mediatek/mt76/mt7603/ |
H A D | mac.c | 356 void mt7603_mac_rx_ba_reset(struct mt7603_dev *dev, void *addr, u8 tid) in mt7603_mac_rx_ba_reset() argument 361 FIELD_PREP(MT_BA_CONTROL_1_TID, tid) | in mt7603_mac_rx_ba_reset() 365 void mt7603_mac_tx_ba_reset(struct mt7603_dev *dev, int wcid, int tid, in mt7603_mac_tx_ba_reset() argument 369 u32 tid_mask = FIELD_PREP(MT_WTBL2_W15_BA_EN_TIDS, BIT(tid)) | in mt7603_mac_tx_ba_reset() 371 (tid * MT_WTBL2_W15_BA_WIN_SIZE_SHIFT)); in mt7603_mac_tx_ba_reset() 386 tid_val = FIELD_PREP(MT_WTBL2_W15_BA_EN_TIDS, BIT(tid)) | in mt7603_mac_tx_ba_reset() 387 i << (tid * MT_WTBL2_W15_BA_WIN_SIZE_SHIFT); in mt7603_mac_tx_ba_reset() 450 u8 tid = ac_to_tid[i]; in mt7603_mac_sta_poll() local 456 ieee80211_sta_register_airtime(sta, tid, txtime, 0); in mt7603_mac_sta_poll() 654 status->tid in mt7603_mac_fill_rx() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | linit.c | 393 int chn, tid; in aac_slave_configure() local 401 tid = sdev_id(sdev); in aac_slave_configure() 402 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && aac->sa_firmware) { in aac_slave_configure() 403 devtype = aac->hba_map[chn][tid].devtype; in aac_slave_configure() 406 depth = aac->hba_map[chn][tid].qd_limit; in aac_slave_configure() 521 int chn, tid, is_native_device = 0; in aac_change_queue_depth() local 524 tid = sdev_id(sdev); in aac_change_queue_depth() 525 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && in aac_change_queue_depth() 526 aac->hba_map[chn][tid].devtype == AAC_DEVTYPE_NATIVE_RAW) in aac_change_queue_depth() 551 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid] in aac_change_queue_depth() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mac80211.c | 1085 u16 tid = params->tid; in rsi_mac80211_ampdu_action() local 1111 "%s: AMPDU action tid=%d ssn=0x%x, buf_size=%d sta_id=%d\n", in rsi_mac80211_ampdu_action() 1112 __func__, tid, seq_no, buf_size, sta_id); in rsi_mac80211_ampdu_action() 1117 tid, in rsi_mac80211_ampdu_action() 1126 tid, in rsi_mac80211_ampdu_action() 1139 rsta->seq_start[tid] = seq_no; in rsi_mac80211_ampdu_action() 1147 tid, in rsi_mac80211_ampdu_action() 1153 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in rsi_mac80211_ampdu_action() 1162 seq_start = rsta->seq_start[tid]; in rsi_mac80211_ampdu_action() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | hal_rx.c | 678 u32 ath11k_hal_reo_qdesc_size(u32 ba_window_size, u8 tid) in ath11k_hal_reo_qdesc_size() argument 683 if (tid != HAL_DESC_REO_NON_QOS_TID) in ath11k_hal_reo_qdesc_size() 699 void ath11k_hal_reo_qdesc_setup(void *vaddr, int tid, u32 ba_window_size, in ath11k_hal_reo_qdesc_setup() argument 711 qdesc->rx_queue_num = FIELD_PREP(HAL_RX_REO_QUEUE_RX_QUEUE_NUMBER, tid); in ath11k_hal_reo_qdesc_setup() 716 FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_AC, ath11k_tid_to_ac(tid)); in ath11k_hal_reo_qdesc_setup() 721 if (ba_window_size == 1 && tid != HAL_DESC_REO_NON_QOS_TID) in ath11k_hal_reo_qdesc_setup() 753 if (tid == HAL_DESC_REO_NON_QOS_TID) in ath11k_hal_reo_qdesc_setup() 840 rx_user_status->tid = ppdu_info->tid; in ath11k_hal_rx_populate_mu_user_info() 905 ppdu_info->tid in ath11k_hal_rx_parse_mon_status_tlv() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mac80211.c | 1101 u16 tid = params->tid; in rsi_mac80211_ampdu_action() local 1130 "%s: AMPDU action tid=%d ssn=0x%x, buf_size=%d sta_id=%d\n", in rsi_mac80211_ampdu_action() 1131 __func__, tid, seq_no, buf_size, sta_id); in rsi_mac80211_ampdu_action() 1136 tid, in rsi_mac80211_ampdu_action() 1145 tid, in rsi_mac80211_ampdu_action() 1158 rsta->seq_start[tid] = seq_no; in rsi_mac80211_ampdu_action() 1166 tid, in rsi_mac80211_ampdu_action() 1172 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in rsi_mac80211_ampdu_action() 1181 seq_start = rsta->seq_start[tid]; in rsi_mac80211_ampdu_action() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | linit.c | 391 int chn, tid; in aac_slave_configure() local 399 tid = sdev_id(sdev); in aac_slave_configure() 400 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && aac->sa_firmware) { in aac_slave_configure() 401 devtype = aac->hba_map[chn][tid].devtype; in aac_slave_configure() 404 depth = aac->hba_map[chn][tid].qd_limit; in aac_slave_configure() 519 int chn, tid, is_native_device = 0; in aac_change_queue_depth() local 522 tid = sdev_id(sdev); in aac_change_queue_depth() 523 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && in aac_change_queue_depth() 524 aac->hba_map[chn][tid].devtype == AAC_DEVTYPE_NATIVE_RAW) in aac_change_queue_depth() 549 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid] in aac_change_queue_depth() [all...] |
/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
|