Home
last modified time | relevance | path

Searched refs:tid (Results 26 - 50 of 1287) sorted by relevance

12345678910>>...52

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsrv6_end_dt6_l3vpn_test.sh253 local tid=$3
254 local hsname=hs-t${tid}-${hs}
256 local rtveth=veth-t${tid}
272 ip -netns ${rtname} link add vrf-${tid} type vrf table ${tid}
273 ip -netns ${rtname} link set vrf-${tid} up
279 ip -netns ${rtname} link set ${rtveth} master vrf-${tid}
294 local tid=$5
296 local hssrc_name=hs-t${tid}-${hssrc}
297 local hsdst_name=hs-t${tid}
[all...]
H A Dsrv6_end_dt4_l3vpn_test.sh254 local tid=$3
255 local hsname=hs-t${tid}-${hs}
257 local rtveth=veth-t${tid}
275 ip -netns ${rtname} link add vrf-${tid} type vrf table ${tid}
276 ip -netns ${rtname} link set vrf-${tid} up
279 ip -netns ${rtname} link set ${rtveth} master vrf-${tid}
294 local tid=$5
296 local hssrc_name=hs-t${tid}-${hssrc}
297 local hsdst_name=hs-t${tid}
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h89 cxgb_mk_tid_release(struct sk_buff *skb, u32 len, u32 tid, u16 chan) in cxgb_mk_tid_release() argument
95 INIT_TP_WR(req, tid); in cxgb_mk_tid_release()
96 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, tid)); in cxgb_mk_tid_release()
101 cxgb_mk_close_con_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, in cxgb_mk_close_con_req() argument
108 INIT_TP_WR(req, tid); in cxgb_mk_close_con_req()
109 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid)); in cxgb_mk_close_con_req()
115 cxgb_mk_abort_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, in cxgb_mk_abort_req() argument
122 INIT_TP_WR(req, tid); in cxgb_mk_abort_req()
123 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, tid)); in cxgb_mk_abort_req()
130 cxgb_mk_abort_rpl(struct sk_buff *skb, u32 len, u32 tid, u1 argument
143 cxgb_mk_rx_data_ack(struct sk_buff *skb, u32 len, u32 tid, u16 chan, u32 credit_dack) cxgb_mk_rx_data_ack() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h89 cxgb_mk_tid_release(struct sk_buff *skb, u32 len, u32 tid, u16 chan) in cxgb_mk_tid_release() argument
95 INIT_TP_WR(req, tid); in cxgb_mk_tid_release()
96 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, tid)); in cxgb_mk_tid_release()
101 cxgb_mk_close_con_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, in cxgb_mk_close_con_req() argument
108 INIT_TP_WR(req, tid); in cxgb_mk_close_con_req()
109 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid)); in cxgb_mk_close_con_req()
115 cxgb_mk_abort_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, in cxgb_mk_abort_req() argument
122 INIT_TP_WR(req, tid); in cxgb_mk_abort_req()
123 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, tid)); in cxgb_mk_abort_req()
130 cxgb_mk_abort_rpl(struct sk_buff *skb, u32 len, u32 tid, u1 argument
143 cxgb_mk_rx_data_ack(struct sk_buff *skb, u32 len, u32 tid, u16 chan, u32 credit_dack) cxgb_mk_rx_data_ack() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c199 * Compute the store pattern for a given thread with id @tid, at
202 static inline unsigned int compute_store_pattern(unsigned int tid, in compute_store_pattern() argument
207 char *start = compute_chunk_start_addr(tid); in compute_store_pattern()
210 ret += (tid & THREAD_ID_MASK) << THREAD_ID_SHIFT; in compute_store_pattern()
257 static inline void start_verification_log(unsigned int tid, in start_verification_log() argument
266 char *chunk_start = compute_chunk_start_addr(tid); in start_verification_log()
269 sprintf(logfile, logfilename, tid); in start_verification_log()
279 fp[tid] = f; in start_verification_log()
283 fprintf(f, "Thread id = %02d\n", tid); in start_verification_log()
292 static inline void log_anamoly(unsigned int tid, unsigne argument
308 end_verification_log(unsigned int tid, unsigned nr_anamolies) end_verification_log() argument
358 verify_chunk(unsigned int tid, unsigned int *next_store_addr, unsigned int cur_sweep_id, unsigned int prev_sweep_id) verify_chunk() argument
461 unsigned int tid = *((unsigned int *)arg); rim_fn() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c198 * Compute the store pattern for a given thread with id @tid, at
201 static inline unsigned int compute_store_pattern(unsigned int tid, in compute_store_pattern() argument
206 char *start = compute_chunk_start_addr(tid); in compute_store_pattern()
209 ret += (tid & THREAD_ID_MASK) << THREAD_ID_SHIFT; in compute_store_pattern()
256 static inline void start_verification_log(unsigned int tid, in start_verification_log() argument
265 char *chunk_start = compute_chunk_start_addr(tid); in start_verification_log()
268 sprintf(logfile, logfilename, tid); in start_verification_log()
278 fp[tid] = f; in start_verification_log()
282 fprintf(f, "Thread id = %02d\n", tid); in start_verification_log()
291 static inline void log_anamoly(unsigned int tid, unsigne argument
307 end_verification_log(unsigned int tid, unsigned nr_anamolies) end_verification_log() argument
357 verify_chunk(unsigned int tid, unsigned int *next_store_addr, unsigned int cur_sweep_id, unsigned int prev_sweep_id) verify_chunk() argument
460 unsigned int tid = *((unsigned int *)arg); rim_fn() local
[all...]
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp54 pthread_t tid[loopNum]; in HWTEST_F() local
59 EXPECT_EQ(pthread_create(&tid[i], nullptr, ThreadMutex, (void*)&mtx), 0) << "> return errno"; in HWTEST_F()
62 EXPECT_EQ(pthread_join(tid[i], nullptr), 0) << "> return errno"; in HWTEST_F()
98 pthread_t tid[2]; in HWTEST_F() local
102 EXPECT_EQ(pthread_create(&tid[0], nullptr, ThreadMtrylock1, (void*)&mtx), 0) << "> return errno"; in HWTEST_F()
103 EXPECT_EQ(pthread_create(&tid[1], nullptr, ThreadMtrylock2, (void*)&mtx), 0) << "> return errno"; in HWTEST_F()
105 EXPECT_EQ(pthread_join(tid[0], nullptr), 0) << "> return errno"; in HWTEST_F()
106 EXPECT_EQ(pthread_join(tid[1], nullptr), 0) << "> return errno"; in HWTEST_F()
173 pthread_t tid[2]; in HWTEST_F() local
175 EXPECT_EQ(pthread_create(&tid[ in HWTEST_F()
211 pthread_t tid; HWTEST_F() local
248 pthread_t tid; HWTEST_F() local
319 pthread_t tid; HWTEST_F() local
396 pthread_t tid; HWTEST_F() local
508 pthread_t tid[loopNum]; HWTEST_F() local
552 pthread_t tid[2]; HWTEST_F() local
[all...]
H A DPthreadCondTest.cpp140 pthread_t tid[2]; in HWTEST_F() local
143 ASSERT_EQ(pthread_create(&tid[0], nullptr, ThreadPthreadCondSignalBefore1, nullptr), 0) << "> return errno"; in HWTEST_F()
144 ASSERT_EQ(pthread_create(&tid[1], nullptr, ThreadPthreadCondSignalBefore2, nullptr), 0) << "> return errno"; in HWTEST_F()
147 pthread_join(tid[0], nullptr); in HWTEST_F()
148 pthread_join(tid[1], nullptr); in HWTEST_F()
185 pthread_t tid[2]; in HWTEST_F() local
188 ASSERT_EQ(pthread_create(&tid[0], nullptr, ThreadTestCondSignalWaitAfter1, nullptr), 0) << "> return errno"; in HWTEST_F()
189 ASSERT_EQ(pthread_create(&tid[1], nullptr, ThreadTestCondSignalWaitAfter2, nullptr), 0) << "> return errno"; in HWTEST_F()
192 pthread_join(tid[0], nullptr); in HWTEST_F()
193 pthread_join(tid[ in HWTEST_F()
232 pthread_t tid[3]; HWTEST_F() local
332 pthread_t tid; HWTEST_F() local
370 pthread_t tid; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h63 unsigned int tid) in lookup_tid()
65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid()
66 &(t->tid_tab[tid]) : NULL; in lookup_tid()
75 unsigned int tid) in lookup_stid()
79 if (tid < t->stid_base || tid >= t->stid_base + t->nstids) in lookup_stid()
82 e = stid2entry(t, tid); in lookup_stid()
94 unsigned int tid) in lookup_atid()
98 if (tid < t->atid_base || tid > in lookup_atid()
62 lookup_tid(const struct tid_info *t, unsigned int tid) lookup_tid() argument
74 lookup_stid(const struct tid_info *t, unsigned int tid) lookup_stid() argument
93 lookup_atid(const struct tid_info *t, unsigned int tid) lookup_atid() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h63 unsigned int tid) in lookup_tid()
65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid()
66 &(t->tid_tab[tid]) : NULL; in lookup_tid()
75 unsigned int tid) in lookup_stid()
79 if (tid < t->stid_base || tid >= t->stid_base + t->nstids) in lookup_stid()
82 e = stid2entry(t, tid); in lookup_stid()
94 unsigned int tid) in lookup_atid()
98 if (tid < t->atid_base || tid > in lookup_atid()
62 lookup_tid(const struct tid_info *t, unsigned int tid) lookup_tid() argument
74 lookup_stid(const struct tid_info *t, unsigned int tid) lookup_stid() argument
93 lookup_atid(const struct tid_info *t, unsigned int tid) lookup_atid() argument
[all...]
/kernel/linux/linux-6.6/kernel/locking/
H A Dlocktorture.c81 int (*nested_lock)(int tid, u32 lockset);
82 int (*writelock)(int tid);
85 void (*writeunlock)(int tid);
86 void (*nested_unlock)(int tid, u32 lockset);
87 int (*readlock)(int tid);
89 void (*readunlock)(int tid);
112 static int torture_lock_busted_write_lock(int tid __maybe_unused) in torture_lock_busted_write_lock()
129 static void torture_lock_busted_write_unlock(int tid __maybe_unused) in torture_lock_busted_write_unlock()
187 static int torture_spin_lock_write_lock(int tid __maybe_unused)
214 static void torture_spin_lock_write_unlock(int tid __maybe_unuse
807 int tid = lwsp - cxt.lwsa; lock_torture_writer() local
870 int tid = lrsp - cxt.lrsa; lock_torture_reader() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dtask_iter.c31 u32 tid; member
35 u32 *tid, in task_group_seq_get_next()
42 if (!*tid) { in task_group_seq_get_next()
52 *tid = common->pid; in task_group_seq_get_next()
59 * kernel again, *tid and common->pid_visiting should be the in task_group_seq_get_next()
62 if (*tid == common->pid_visiting) { in task_group_seq_get_next()
88 saved_tid = *tid; in task_group_seq_get_next()
89 *tid = __task_pid_nr_ns(next_task, PIDTYPE_PID, common->ns); in task_group_seq_get_next()
90 if (!*tid || *tid in task_group_seq_get_next()
34 task_group_seq_get_next(struct bpf_iter_seq_task_common *common, u32 *tid, bool skip_if_dup_files) task_group_seq_get_next() argument
109 task_seq_get_next(struct bpf_iter_seq_task_common *common, u32 *tid, bool skip_if_dup_files) task_seq_get_next() argument
274 u32 tid; global() member
443 u32 tid; global() member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dxmit.c51 struct ath_atx_tid *tid, struct sk_buff *skb);
64 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
68 struct ath_atx_tid *tid,
116 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid() argument
119 container_of((void *)tid, struct ieee80211_txq, drv_priv); in ath_tx_queue_tid()
128 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; in ath9k_wake_tx_queue() local
129 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue()
133 tid->tidno); in ath9k_wake_tx_queue()
148 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) in ath_send_bar() argument
150 if (!tid in ath_send_bar()
187 ath_tid_pull(struct ath_atx_tid *tid, struct sk_buff **skbuf) ath_tid_pull() argument
221 ath_tid_dequeue(struct ath_atx_tid *tid, struct sk_buff **skb) ath_tid_dequeue() argument
232 ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) ath_tx_flush_tid() argument
271 ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) ath_tx_update_baw() argument
294 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) ath_tx_addto_baw() argument
316 ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) ath_tid_drain() argument
439 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) ath_tx_complete_aggr() argument
663 ath_tx_count_airtime(struct ath_softc *sc, struct ieee80211_sta *sta, struct ath_buf *bf, struct ath_tx_status *ts, u8 tid) ath_tx_count_airtime() argument
689 struct ath_atx_tid *tid = NULL; ath_tx_process_buffer() local
752 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) ath_lookup_rate() argument
823 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen, bool first_subfrm) ath_compute_num_delims() argument
894 ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct ath_buf **buf) ath_tx_get_tid_subframe() argument
983 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_aggr() argument
1440 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_burst() argument
1473 ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) ath_tx_sched_aggr() argument
1515 ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid, u16 *ssn) ath_tx_aggr_start() argument
1555 ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) ath_tx_aggr_stop() argument
1574 struct ath_atx_tid *tid; ath_tx_aggr_sleep() local
1591 struct ath_atx_tid *tid; ath_tx_aggr_wakeup() local
1645 struct ath_atx_tid *tid; ath9k_release_buffered_frames() local
1925 struct ath_atx_tid *tid; ath_txq_schedule() local
2048 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) ath_tx_send_normal() argument
2153 ath_tx_setup_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) ath_tx_setup_buffer() argument
2283 struct ath_atx_tid *tid = NULL; ath_tx_start() local
2807 struct ath_atx_tid *tid; ath_tx_node_init() local
2831 struct ath_atx_tid *tid; ath_tx_node_cleanup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dxmit.c57 struct ath_atx_tid *tid, struct sk_buff *skb);
70 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
74 struct ath_atx_tid *tid,
122 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid() argument
125 container_of((void *)tid, struct ieee80211_txq, drv_priv); in ath_tx_queue_tid()
134 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; in ath9k_wake_tx_queue() local
135 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue()
139 tid->tidno); in ath9k_wake_tx_queue()
154 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) in ath_send_bar() argument
156 if (!tid in ath_send_bar()
234 ath_tid_pull(struct ath_atx_tid *tid, struct sk_buff **skbuf) ath_tid_pull() argument
268 ath_tid_dequeue(struct ath_atx_tid *tid, struct sk_buff **skb) ath_tid_dequeue() argument
279 ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) ath_tx_flush_tid() argument
318 ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) ath_tx_update_baw() argument
341 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) ath_tx_addto_baw() argument
363 ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) ath_tid_drain() argument
488 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) ath_tx_complete_aggr() argument
712 ath_tx_count_airtime(struct ath_softc *sc, struct ieee80211_sta *sta, struct ath_buf *bf, struct ath_tx_status *ts, u8 tid) ath_tx_count_airtime() argument
738 struct ath_atx_tid *tid = NULL; ath_tx_process_buffer() local
801 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) ath_lookup_rate() argument
872 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen, bool first_subfrm) ath_compute_num_delims() argument
943 ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct ath_buf **buf) ath_tx_get_tid_subframe() argument
1032 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_aggr() argument
1501 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_burst() argument
1534 ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) ath_tx_sched_aggr() argument
1576 ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid, u16 *ssn) ath_tx_aggr_start() argument
1616 ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) ath_tx_aggr_stop() argument
1635 struct ath_atx_tid *tid; ath_tx_aggr_sleep() local
1652 struct ath_atx_tid *tid; ath_tx_aggr_wakeup() local
1705 struct ath_atx_tid *tid; ath9k_release_buffered_frames() local
1984 struct ath_atx_tid *tid; ath_txq_schedule() local
2107 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) ath_tx_send_normal() argument
2212 ath_tx_setup_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) ath_tx_setup_buffer() argument
2342 struct ath_atx_tid *tid = NULL; ath_tx_start() local
2866 struct ath_atx_tid *tid; ath_tx_node_init() local
2890 struct ath_atx_tid *tid; ath_tx_node_cleanup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c297 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
352 int sta_id, u16 *queueptr, u8 tid) in iwl_mvm_disable_txq()
372 if (tid == IWL_MAX_TID_COUNT) in iwl_mvm_disable_txq()
373 tid = IWL_MGMT_TID; in iwl_mvm_disable_txq()
375 remove_cmd.u.remove.tid = cpu_to_le32(tid); in iwl_mvm_disable_txq()
393 mvm->queue_info[queue].tid_bitmap &= ~BIT(tid); in iwl_mvm_disable_txq()
410 cmd.tid = mvm->queue_info[queue].txq_tid; in iwl_mvm_disable_txq()
422 iwl_mvm_txq_from_tid(sta, tid); in iwl_mvm_disable_txq()
451 int tid; in iwl_mvm_get_queue_agg_tids() local
351 iwl_mvm_disable_txq(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int sta_id, u16 *queueptr, u8 tid) iwl_mvm_disable_txq() argument
491 int tid; iwl_mvm_remove_sta_queue_marking() local
552 u8 sta_id, tid; iwl_mvm_free_inactive_queue() local
663 iwl_mvm_reconfig_scd(struct iwl_mvm *mvm, int queue, int fifo, int sta_id, int tid, int frame_limit, u16 ssn) iwl_mvm_reconfig_scd() argument
701 iwl_mvm_redirect_queue(struct iwl_mvm *mvm, int queue, int tid, int ac, int ssn, unsigned int wdg_timeout, bool force, struct iwl_mvm_txq *txq) iwl_mvm_redirect_queue() argument
845 iwl_mvm_tvqm_enable_txq(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 sta_id, u8 tid, unsigned int timeout) iwl_mvm_tvqm_enable_txq() argument
909 iwl_mvm_sta_alloc_queue_tvqm(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 ac, int tid) iwl_mvm_sta_alloc_queue_tvqm() argument
943 iwl_mvm_update_txq_mapping(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int queue, u8 sta_id, u8 tid) iwl_mvm_update_txq_mapping() argument
1028 int tid; iwl_mvm_change_queue_tid() local
1064 int tid = -1; iwl_mvm_unshare_queue() local
1151 unsigned int tid; iwl_mvm_remove_inactive_tids() local
1259 int tid; iwl_mvm_inactivity_check() local
1336 iwl_mvm_sta_alloc_queue(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 ac, int tid) iwl_mvm_sta_alloc_queue() argument
1516 u8 tid; iwl_mvm_add_new_dqa_stream_wk() local
2764 iwl_mvm_fw_baid_op_sta(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size) iwl_mvm_fw_baid_op_sta() argument
2813 iwl_mvm_fw_baid_op_cmd(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op_cmd() argument
2862 iwl_mvm_fw_baid_op(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op() argument
2875 iwl_mvm_sta_rx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u16 ssn, bool start, u16 buf_size, u16 timeout) iwl_mvm_sta_rx_agg() argument
3021 iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u8 queue, bool start) iwl_mvm_sta_tx_agg() argument
3091 iwl_mvm_sta_tx_agg_start(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn) iwl_mvm_sta_tx_agg_start() argument
3196 iwl_mvm_sta_tx_agg_oper(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 buf_size, bool amsdu) iwl_mvm_sta_tx_agg_oper() argument
3349 iwl_mvm_sta_tx_agg_stop(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwl_mvm_sta_tx_agg_stop() argument
3422 iwl_mvm_sta_tx_agg_flush(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwl_mvm_sta_tx_agg_flush() argument
4065 int tid, ret; iwl_mvm_sta_modify_sleep_tx_count() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dtrace.h49 TP_PROTO(unsigned int victim, unsigned int tid, unsigned int word0,
51 TP_ARGS(victim, tid, word0, word1, word2),
55 __field( unsigned int, tid )
63 __entry->tid = tid;
69 TP_printk("victim %u tid %u w0 %u w1 %u w2 %u",
70 __entry->victim, __entry->tid, __entry->word0,
75 TP_PROTO(unsigned int gtlb_index, unsigned int tid, unsigned int word0,
77 TP_ARGS(gtlb_index, tid, word0, word1, word2),
81 __field( unsigned int, tid )
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dtrace.h49 TP_PROTO(unsigned int victim, unsigned int tid, unsigned int word0,
51 TP_ARGS(victim, tid, word0, word1, word2),
55 __field( unsigned int, tid )
63 __entry->tid = tid;
69 TP_printk("victim %u tid %u w0 %u w1 %u w2 %u",
70 __entry->victim, __entry->tid, __entry->word0,
75 TP_PROTO(unsigned int gtlb_index, unsigned int tid, unsigned int word0,
77 TP_ARGS(gtlb_index, tid, word0, word1, word2),
81 __field( unsigned int, tid )
[all...]
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/
H A Dpthread_mutex_test_004.cpp50 int tid = Gettid(); in ThreadFuncTest3() local
56 g_testInfo[2][g_testToCount003] = tid; // 2, max indx in ThreadFuncTest3()
62 ICUNIT_GOTO_EQUAL(g_testInfo[2][g_testBackCount003], tid, tid, EXIT); // 2, max indx in ThreadFuncTest3()
75 int tid = Gettid(); in ThreadFuncTest2() local
81 g_testInfo[1][g_testToCount002] = tid; in ThreadFuncTest2()
87 ICUNIT_GOTO_EQUAL(g_testInfo[1][g_testBackCount002], tid, tid, EXIT); in ThreadFuncTest2()
100 int tid = Gettid(); in ThreadFuncTest1() local
107 g_testInfo[0][g_testToCount001] = tid; in ThreadFuncTest1()
[all...]
H A Dpthread_mutex_test_006.cpp50 int tid = Gettid(); in ThreadFuncTest3() local
56 g_testInfo[2][g_testToCount003] = tid; // 2, max indx in ThreadFuncTest3()
62 ICUNIT_GOTO_EQUAL(g_testInfo[2][g_testBackCount003], tid, tid, EXIT); // 2, max indx in ThreadFuncTest3()
75 int tid = Gettid(); in ThreadFuncTest2() local
81 g_testInfo[1][g_testToCount002] = tid; in ThreadFuncTest2()
87 ICUNIT_GOTO_EQUAL(g_testInfo[1][g_testBackCount002], tid, tid, EXIT); in ThreadFuncTest2()
100 int tid = Gettid(); in ThreadFuncTest1() local
106 g_testInfo[0][g_testToCount001] = tid; in ThreadFuncTest1()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dht.c345 int tid; in ieee80211_ba_session_work() local
351 for (tid = 0; tid < IEEE80211_NUM_TIDS; tid++) { in ieee80211_ba_session_work()
352 if (test_and_clear_bit(tid, sta->ampdu_mlme.tid_rx_timer_expired)) in ieee80211_ba_session_work()
354 sta, tid, WLAN_BACK_RECIPIENT, in ieee80211_ba_session_work()
357 if (test_and_clear_bit(tid, in ieee80211_ba_session_work()
360 sta, tid, WLAN_BACK_RECIPIENT, in ieee80211_ba_session_work()
364 test_and_clear_bit(tid, in ieee80211_ba_session_work()
366 ___ieee80211_start_rx_ba_session(sta, 0, 0, 0, 1, tid, in ieee80211_ba_session_work()
414 ieee80211_send_delba(struct ieee80211_sub_if_data *sdata, const u8 *da, u16 tid, u16 initiator, u16 reason_code) ieee80211_send_delba() argument
460 u16 tid, params; ieee80211_process_delba() local
[all...]
/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadAttrTest.cpp35 pthread_t tid; in HWTEST_F() local
45 ASSERT_EQ(pthread_create(&tid, &attr, ThreadPublic, nullptr), 0) << "> return errno"; in HWTEST_F()
47 EXPECT_EQ(pthread_join(tid, nullptr), EINVAL) << "> return errno"; in HWTEST_F()
55 ASSERT_EQ(pthread_create(&tid, &attr, ThreadPublic, nullptr), 0) << "> return errno"; in HWTEST_F()
57 EXPECT_EQ(pthread_join(tid, nullptr), 0) << "> return errno"; in HWTEST_F()
80 pthread_t tid; in HWTEST_F() local
93 ASSERT_EQ(pthread_create(&tid, &attr, ThreadPthreadAttrSetscope, nullptr), 0) << "> return errno"; in HWTEST_F()
96 pthread_join(tid, nullptr); in HWTEST_F()
120 pthread_t tid; in HWTEST_F() local
133 ASSERT_EQ(pthread_create(&tid, in HWTEST_F()
163 pthread_t tid; HWTEST_F() local
220 pthread_t tid; HWTEST_F() local
296 pthread_t tid; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A D11n.c111 int tid; in mwifiex_ret_11n_delba() local
116 tid = del_ba_param_set >> DELBA_TID_POS; in mwifiex_ret_11n_delba()
118 mwifiex_del_ba_tbl(priv, tid, del_ba->peer_mac_addr, in mwifiex_ret_11n_delba()
124 mwifiex_send_addba(priv, tx_ba_tbl->tid, in mwifiex_ret_11n_delba()
133 mwifiex_create_ba_tbl(priv, del_ba->peer_mac_addr, tid, in mwifiex_ret_11n_delba()
139 mwifiex_del_ba_tbl(priv, tx_ba_tbl->tid, tx_ba_tbl->ra, in mwifiex_ret_11n_delba()
157 int tid, tid_down; in mwifiex_ret_11n_addba_req() local
166 tid = (block_ack_param_set & IEEE80211_ADDBA_PARAM_TID_MASK) in mwifiex_ret_11n_addba_req()
169 tid_down = mwifiex_wmm_downgrade_tid(priv, tid); in mwifiex_ret_11n_addba_req()
177 mwifiex_del_ba_tbl(priv, tid, add_ba_rs in mwifiex_ret_11n_addba_req()
536 mwifiex_get_ba_tbl(struct mwifiex_private *priv, int tid, u8 *ra) mwifiex_get_ba_tbl() argument
556 mwifiex_create_ba_tbl(struct mwifiex_private *priv, u8 *ra, int tid, enum mwifiex_ba_status ba_status) mwifiex_create_ba_tbl() argument
590 mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac) mwifiex_send_addba() argument
652 mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, int initiator) mwifiex_send_delba() argument
681 mwifiex_11n_delba(struct mwifiex_private *priv, int tid) mwifiex_11n_delba() argument
707 int tid; mwifiex_11n_delete_ba_stream() local
868 mwifiex_send_delba_txbastream_tbl(struct mwifiex_private *priv, u8 tid) mwifiex_send_delba_txbastream_tbl() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A D11n.c99 int tid; in mwifiex_ret_11n_delba() local
104 tid = del_ba_param_set >> DELBA_TID_POS; in mwifiex_ret_11n_delba()
106 mwifiex_del_ba_tbl(priv, tid, del_ba->peer_mac_addr, in mwifiex_ret_11n_delba()
112 mwifiex_send_addba(priv, tx_ba_tbl->tid, in mwifiex_ret_11n_delba()
121 mwifiex_create_ba_tbl(priv, del_ba->peer_mac_addr, tid, in mwifiex_ret_11n_delba()
127 mwifiex_del_ba_tbl(priv, tx_ba_tbl->tid, tx_ba_tbl->ra, in mwifiex_ret_11n_delba()
145 int tid, tid_down; in mwifiex_ret_11n_addba_req() local
154 tid = (block_ack_param_set & IEEE80211_ADDBA_PARAM_TID_MASK) in mwifiex_ret_11n_addba_req()
157 tid_down = mwifiex_wmm_downgrade_tid(priv, tid); in mwifiex_ret_11n_addba_req()
165 mwifiex_del_ba_tbl(priv, tid, add_ba_rs in mwifiex_ret_11n_addba_req()
524 mwifiex_get_ba_tbl(struct mwifiex_private *priv, int tid, u8 *ra) mwifiex_get_ba_tbl() argument
544 mwifiex_create_ba_tbl(struct mwifiex_private *priv, u8 *ra, int tid, enum mwifiex_ba_status ba_status) mwifiex_create_ba_tbl() argument
578 mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac) mwifiex_send_addba() argument
640 mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, int initiator) mwifiex_send_delba() argument
669 mwifiex_11n_delba(struct mwifiex_private *priv, int tid) mwifiex_11n_delba() argument
695 int tid; mwifiex_11n_delete_ba_stream() local
856 mwifiex_send_delba_txbastream_tbl(struct mwifiex_private *priv, u8 tid) mwifiex_send_delba_txbastream_tbl() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c310 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
365 u16 *queueptr, u8 tid, u8 flags) in iwl_mvm_disable_txq()
384 mvm->queue_info[queue].tid_bitmap &= ~BIT(tid); in iwl_mvm_disable_txq()
401 cmd.tid = mvm->queue_info[queue].txq_tid; in iwl_mvm_disable_txq()
413 iwl_mvm_txq_from_tid(sta, tid); in iwl_mvm_disable_txq()
438 int tid; in iwl_mvm_get_queue_agg_tids() local
457 for_each_set_bit(tid, &tid_bitmap, IWL_MAX_TID_COUNT + 1) { in iwl_mvm_get_queue_agg_tids()
458 if (mvmsta->tid_data[tid].state == IWL_AGG_ON) in iwl_mvm_get_queue_agg_tids()
459 agg_tids |= BIT(tid); in iwl_mvm_get_queue_agg_tids()
478 int tid; in iwl_mvm_remove_sta_queue_marking() local
364 iwl_mvm_disable_txq(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u16 *queueptr, u8 tid, u8 flags) iwl_mvm_disable_txq() argument
535 u8 sta_id, tid; iwl_mvm_free_inactive_queue() local
651 iwl_mvm_redirect_queue(struct iwl_mvm *mvm, int queue, int tid, int ac, int ssn, unsigned int wdg_timeout, bool force, struct iwl_mvm_txq *txq) iwl_mvm_redirect_queue() argument
762 iwl_mvm_tvqm_enable_txq(struct iwl_mvm *mvm, u8 sta_id, u8 tid, unsigned int timeout) iwl_mvm_tvqm_enable_txq() argument
797 iwl_mvm_sta_alloc_queue_tvqm(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 ac, int tid) iwl_mvm_sta_alloc_queue_tvqm() argument
830 iwl_mvm_update_txq_mapping(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int queue, u8 sta_id, u8 tid) iwl_mvm_update_txq_mapping() argument
915 int tid; iwl_mvm_change_queue_tid() local
951 int tid = -1; iwl_mvm_unshare_queue() local
1038 int tid; iwl_mvm_remove_inactive_tids() local
1146 int tid; iwl_mvm_inactivity_check() local
1223 iwl_mvm_sta_alloc_queue(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 ac, int tid) iwl_mvm_sta_alloc_queue() argument
1431 u8 tid; iwl_mvm_add_new_dqa_stream_wk() local
2604 iwl_mvm_sta_rx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u16 ssn, bool start, u16 buf_size, u16 timeout) iwl_mvm_sta_rx_agg() argument
2770 iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u8 queue, bool start) iwl_mvm_sta_tx_agg() argument
2840 iwl_mvm_sta_tx_agg_start(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn) iwl_mvm_sta_tx_agg_start() argument
2944 iwl_mvm_sta_tx_agg_oper(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 buf_size, bool amsdu) iwl_mvm_sta_tx_agg_oper() argument
3095 iwl_mvm_sta_tx_agg_stop(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwl_mvm_sta_tx_agg_stop() argument
3167 iwl_mvm_sta_tx_agg_flush(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwl_mvm_sta_tx_agg_flush() argument
3756 int tid, ret; iwl_mvm_sta_modify_sleep_tx_count() local
[all...]
/test/xts/acts/kernel_lite/time_posix/src/
H A DAlarmTest.cpp218 timer_t tid = nullptr; in HWTEST_F() local
225 EXPECT_EQ(timer_create(CLOCK_REALTIME, &ev, &tid), 0) << "ERROR: timer_create() != 0"; in HWTEST_F()
226 LOG("tid = %p", tid); in HWTEST_F()
232 EXPECT_EQ(timer_settime(tid, 0, &its, NULL), 0) << "ERROR: timer_settime() != 0"; in HWTEST_F()
237 EXPECT_EQ(timer_delete(tid), 0) << "ERROR: timer_delete() != 0"; in HWTEST_F()
250 timer_t tid = nullptr; in HWTEST_F() local
254 EXPECT_EQ(timer_create(CLOCK_REALTIME, NULL, &tid), 0) << "ERROR: timer_create() != 0"; in HWTEST_F()
255 LOG("tid = %p", tid); in HWTEST_F()
293 timer_t tid = NULL; HWTEST_F() local
338 timer_t tid = nullptr; HWTEST_F() local
377 timer_t tid = nullptr; HWTEST_F() local
391 timer_t tid = nullptr; HWTEST_F() local
452 timer_t tid = nullptr; HWTEST_F() local
[all...]

Completed in 21 milliseconds

12345678910>>...52