/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | i2o-dev.h | 67 unsigned int tid; /* Target device TID */ member 87 unsigned int tid; /* Target device ID */ member 99 unsigned int tid; member 203 __u32 tid:12; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | i2o-dev.h | 67 unsigned int tid; /* Target device TID */ member 87 unsigned int tid; /* Target device ID */ member 99 unsigned int tid; member 203 __u32 tid:12; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 137 pid_t tid; in create_threads() local 145 tid = clone(child_func_thread, child_stack + STACK_SIZE, THREAD_CLONE_FLAGS, NULL); in create_threads() 146 if (tid == -1) in create_threads() 148 thr_tids[i] = tid; in create_threads() 205 printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0), in disp_processes() 209 printf(" tid=%d, / tgid=%d / pgid=%d: %lx\n", proc[i].cpid, proc[i].cpid, in disp_processes() 212 printf(" tid=%d, / tgid=%d / pgid=%d: %lx\n", proc[i].thr_tids[j], in disp_processes()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
H A D | It_posix_pthread.c | 210 pthread_t tid = pthread_self(); in TestPthreadSelf() local 211 if (tid == 0) { in TestPthreadSelf() 212 tid = ((LosTaskCB *)(OsCurrTaskGet()))->taskID; in TestPthreadSelf() 214 return tid; in TestPthreadSelf()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | i2o-dev.h | 54 unsigned int tid; member 72 unsigned int tid; member 82 unsigned int tid; member 167 __u32 tid : 12; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | i2o-dev.h | 54 unsigned int tid; member 72 unsigned int tid; member 82 unsigned int tid; member 167 __u32 tid : 12; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | i2o-dev.h | 41 unsigned int tid; member 59 unsigned int tid; member 69 unsigned int tid; member 154 __u32 tid:12; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shaderlib_tgsi.c | 122 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_dma_compute_shader() local 135 /* If there are multiple stores, the first store writes into 0*wavesize+tid, in si_create_dma_compute_shader() 136 * the 2nd store writes into 1*wavesize+tid, the 3rd store writes into 2*wavesize+tid, etc. in si_create_dma_compute_shader() 139 tid); in si_create_dma_compute_shader() 528 struct ureg_src tid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_THREAD_ID, 0); in si_create_fmask_expand_cs() local 532 ureg_imm2u(ureg, 8, 8), ureg_swizzle(tid, 0, 1, 1, 1)); in si_create_fmask_expand_cs()
|
/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 289 uint64_t tid = GetThisThreadId(); in OnStart() local 290 delegateTasks_.SetWorkerThreadId(tid); in OnStart() 332 uint64_t tid = GetThisThreadId(); in OnThread() local 333 delegateTasks_.SetWorkerThreadId(tid); in OnThread() 334 FI_HILOGD("Main worker thread start, tid:%{public}" PRId64 "", tid); in OnThread() 351 FI_HILOGD("Main worker thread stop, tid:%{public}" PRId64 "", tid); in OnThread() 366 ", taskId:%{public}d", GetThisThreadId(), data.tid, data.taskId); in OnDelegateTask()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sched.c | 109 fe->param.tid, fw_class); in t4_sched_bind_unbind_op() 151 if (fe->param.tid == val) { in t4_sched_entry_lookup() 266 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_unbind() 270 fe = t4_sched_entry_lookup(pi, SCHED_FLOWC, p->tid); in t4_sched_flowc_unbind() 294 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_bind()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_BAProc.c | 203 DelbaParamSet.field.tid = pBA->param_set.field.tid; in ieee80211_DELBA() 361 (u8)(pBaParamSet->field.tid), in ieee80211_rx_ADDBAReq() 460 (u8)(pBaParamSet->field.tid), in ieee80211_rx_ADDBARsp() 571 (u8)pDelBaParamSet->field.tid, in ieee80211_rx_DELBA() 586 (u8)pDelBaParamSet->field.tid, in ieee80211_rx_DELBA() 625 pBA->param_set.field.tid = pTS->ts_common_info.t_spec.ts_info.uc_tsid; // TID in TsInitAddBA()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_BAProc.c | 203 DelbaParamSet.field.tid = pBA->param_set.field.tid; in ieee80211_DELBA() 361 (u8)(pBaParamSet->field.tid), in ieee80211_rx_ADDBAReq() 460 (u8)(pBaParamSet->field.tid), in ieee80211_rx_ADDBARsp() 571 (u8)pDelBaParamSet->field.tid, in ieee80211_rx_DELBA() 586 (u8)pDelBaParamSet->field.tid, in ieee80211_rx_DELBA() 625 pBA->param_set.field.tid = pTS->ts_common_info.t_spec.ts_info.uc_tsid; // TID in TsInitAddBA()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sched.c | 109 fe->param.tid, fw_class); in t4_sched_bind_unbind_op() 151 if (fe->param.tid == val) { in t4_sched_entry_lookup() 266 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_unbind() 270 fe = t4_sched_entry_lookup(pi, SCHED_FLOWC, p->tid); in t4_sched_flowc_unbind() 294 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_bind()
|
/third_party/elfutils/src/ |
H A D | stack.c | 364 print_frames (struct frames *frames, pid_t tid, int dwflerr, const char *what) in print_frames() argument 369 printf ("TID %lld:\n", (long long) tid); in print_frames() 426 error (0, 0, "tid %lld: shown max number of frames " in print_frames() 427 "(%d, use -n 0 for unlimited)", (long long) tid, maxframes); in print_frames() 447 error (0, 0, "%s tid %lld at 0x%" PRIx64 " in %s: %s", what, in print_frames() 448 (long long) tid, pc_adjusted, modname, dwfl_errmsg (dwflerr)); in print_frames() 451 error (0, 0, "%s tid %lld: %s", what, (long long) tid, in print_frames() 460 pid_t tid = dwfl_thread_tid (thread); in thread_callback() local 474 print_frames (frames, tid, er in thread_callback() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 822 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid); in replay_wakeup_event() 825 waker = register_pid(sched, sample->tid, "<unknown>"); in replay_wakeup_event() 885 event->fork.tid); in replay_fork_event() 897 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event() 898 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event() 901 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event() 902 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event() 1297 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event() 1343 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread() 1363 if (l->thread->tid < in pid_cmp() 1512 map__findnew_thread(struct perf_sched *sched, struct machine *machine, pid_t pid, pid_t tid) map__findnew_thread() argument 1911 pid_t tid = thread->tid; timehist_get_commstr() local [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 879 int tid, seqno_idx, security_idx; in ieee80211_parse_qos() local 885 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_parse_qos() 889 seqno_idx = tid; in ieee80211_parse_qos() 890 security_idx = tid; in ieee80211_parse_qos() 907 tid = 0; in ieee80211_parse_qos() 914 rx->skb->priority = (tid > 7) ? 0 : tid; in ieee80211_parse_qos() 1254 * one from first Rxed frame for this tid after BA was started. in ieee80211_sta_manage_reorder_buf() 1345 u8 tid, ack_policy; in ieee80211_rx_reorder_ampdu() local 1361 tid in ieee80211_rx_reorder_ampdu() 1540 int tid; sta_ps_start() local 1631 ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) ieee80211_sta_uapsd_trigger() argument 1702 u8 tid = ieee80211_get_tid(hdr); ieee80211_rx_h_uapsd_and_pspoll() local 2734 u8 tid; ieee80211_rx_mesh_fast_forward() local 3207 u16 tid; ieee80211_rx_h_ctrl() local 4228 ieee80211_release_reorder_timeout(struct sta_info *sta, int tid) ieee80211_release_reorder_timeout() argument 4268 ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, u16 ssn, u64 filtered, u16 received_mpdus) ieee80211_mark_rx_ba_filtered_frames() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | smt.c | 61 int fc, u_long tid, int type, int local); 63 u_long tid, int type, int len); 66 u_long tid, int local); 68 u_long tid, int local); 376 * note: same tid must be used until reply is received in smt_event() 925 int fc, u_long tid, int type, int local) in smt_send_nif() 928 /* u_long tid; transaction id */ in smt_send_nif() 944 nif->smt.smt_tid = tid ; /* transaction ID */ in smt_send_nif() 977 u_long tid ; in smt_echo_test() local 980 tid in smt_echo_test() 924 smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, int fc, u_long tid, int type, int local) smt_send_nif() argument 990 smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, u_long tid, int type, int len) smt_send_ecf() argument 1016 smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) smt_send_sif_config() argument 1049 smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) smt_send_sif_operation() argument 1554 u_long tid ; smt_get_tid() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 48 u8 tid; in __ath10k_htt_tx_txq_recalc() local 66 tid = txq->tid; in __ath10k_htt_tx_txq_recalc() 74 unlikely(tid >= ar->htt.tx_q_state.num_tids)) { in __ath10k_htt_tx_txq_recalc() 75 ath10k_warn(ar, "refusing to update txq for peer_id %hu tid %hhu due to out of bounds\n", in __ath10k_htt_tx_txq_recalc() 76 peer_id, tid); in __ath10k_htt_tx_txq_recalc() 80 ar->htt.tx_q_state.vaddr->count[tid][peer_id] = count; in __ath10k_htt_tx_txq_recalc() 81 ar->htt.tx_q_state.vaddr->map[tid][idx] &= ~bit; in __ath10k_htt_tx_txq_recalc() 82 ar->htt.tx_q_state.vaddr->map[tid][idx] |= count ? bit : 0; in __ath10k_htt_tx_txq_recalc() 84 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx txq state update peer_id %hu tid in __ath10k_htt_tx_txq_recalc() 1302 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); ath10k_htt_tx_hl() local 1416 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); ath10k_htt_tx_32() local 1618 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); ath10k_htt_tx_64() local [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | smt.c | 61 int fc, u_long tid, int type, int local); 63 u_long tid, int type, int len); 66 u_long tid, int local); 68 u_long tid, int local); 376 * note: same tid must be used until reply is received in smt_event() 925 int fc, u_long tid, int type, int local) in smt_send_nif() 928 /* u_long tid; transaction id */ in smt_send_nif() 944 nif->smt.smt_tid = tid ; /* transaction ID */ in smt_send_nif() 977 u_long tid ; in smt_echo_test() local 980 tid in smt_echo_test() 924 smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, int fc, u_long tid, int type, int local) smt_send_nif() argument 990 smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, u_long tid, int type, int len) smt_send_ecf() argument 1016 smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) smt_send_sif_config() argument 1049 smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) smt_send_sif_operation() argument 1554 u_long tid ; smt_get_tid() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 48 u8 tid; in __ath10k_htt_tx_txq_recalc() local 66 tid = txq->tid; in __ath10k_htt_tx_txq_recalc() 74 unlikely(tid >= ar->htt.tx_q_state.num_tids)) { in __ath10k_htt_tx_txq_recalc() 75 ath10k_warn(ar, "refusing to update txq for peer_id %u tid %u due to out of bounds\n", in __ath10k_htt_tx_txq_recalc() 76 peer_id, tid); in __ath10k_htt_tx_txq_recalc() 80 ar->htt.tx_q_state.vaddr->count[tid][peer_id] = count; in __ath10k_htt_tx_txq_recalc() 81 ar->htt.tx_q_state.vaddr->map[tid][idx] &= ~bit; in __ath10k_htt_tx_txq_recalc() 82 ar->htt.tx_q_state.vaddr->map[tid][idx] |= count ? bit : 0; in __ath10k_htt_tx_txq_recalc() 84 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx txq state update peer_id %u tid in __ath10k_htt_tx_txq_recalc() 1283 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); ath10k_htt_tx_hl() local 1400 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); ath10k_htt_tx_32() local 1605 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); ath10k_htt_tx_64() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_util.c | 359 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt76x02_ampdu_action() 360 u16 tid = params->tid; in mt76x02_ampdu_action() local 373 mt76_rx_aggr_start(&dev->mt76, &msta->wcid, tid, in mt76x02_ampdu_action() 375 mt76_set(dev, MT_WCID_ADDR(msta->wcid.idx) + 4, BIT(16 + tid)); in mt76x02_ampdu_action() 378 mt76_rx_aggr_stop(&dev->mt76, &msta->wcid, tid); in mt76x02_ampdu_action() 380 BIT(16 + tid)); in mt76x02_ampdu_action() 385 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action() 397 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in mt76x02_ampdu_action()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | main.c | 583 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt7915_ampdu_action() 585 u16 tid = params->tid; in mt7915_ampdu_action() local 598 mt76_rx_aggr_start(&dev->mt76, &msta->wcid, tid, ssn, in mt7915_ampdu_action() 603 mt76_rx_aggr_stop(&dev->mt76, &msta->wcid, tid); in mt7915_ampdu_action() 614 clear_bit(tid, &msta->ampdu_state); in mt7915_ampdu_action() 618 set_bit(tid, &msta->ampdu_state); in mt7915_ampdu_action() 623 clear_bit(tid, &msta->ampdu_state); in mt7915_ampdu_action() 625 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in mt7915_ampdu_action()
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_rhashtable.c | 59 int tid; member 515 sprintf(buff, "%s val %d (tid=%d)%s", buff, p->value.id, p->value.tid, in print_ht() 552 rhl_test_objects[i].value.tid = i; in test_insert_dup() 610 .tid = tdata->id, in thread_lookup_test() 615 pr_err(" found unexpected object %d-%d\n", key.tid, key.id); in thread_lookup_test() 618 pr_err(" object %d-%d not found!\n", key.tid, key.id); in thread_lookup_test() 622 obj->value.tid, obj->value.id, key.tid, key.id); in thread_lookup_test() 645 tdata->objs[i].value.tid in threadfunc() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_util.c | 360 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt76x02_ampdu_action() 361 u16 tid = params->tid; in mt76x02_ampdu_action() local 374 mt76_rx_aggr_start(&dev->mt76, &msta->wcid, tid, in mt76x02_ampdu_action() 376 mt76_set(dev, MT_WCID_ADDR(msta->wcid.idx) + 4, BIT(16 + tid)); in mt76x02_ampdu_action() 379 mt76_rx_aggr_stop(&dev->mt76, &msta->wcid, tid); in mt76x02_ampdu_action() 381 BIT(16 + tid)); in mt76x02_ampdu_action() 386 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action() 398 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in mt76x02_ampdu_action()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_rhashtable.c | 59 int tid; member 500 offset += sprintf(buff + offset, " val %d (tid=%d)%s", p->value.id, p->value.tid, in print_ht() 537 rhl_test_objects[i].value.tid = i; in test_insert_dup() 595 .tid = tdata->id, in thread_lookup_test() 600 pr_err(" found unexpected object %d-%d\n", key.tid, key.id); in thread_lookup_test() 603 pr_err(" object %d-%d not found!\n", key.tid, key.id); in thread_lookup_test() 607 obj->value.tid, obj->value.id, key.tid, key.id); in thread_lookup_test() 630 tdata->objs[i].value.tid in threadfunc() [all...] |