Home
last modified time | relevance | path

Searched refs:tid (Results 51 - 75 of 1914) sorted by relevance

12345678910>>...77

/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_rtg.cpp173 pid_t tid = RTGCtrl::GetTID(); in HWTEST_F()
177 tids.emplace_back(tid); in HWTEST_F()
195 for (auto tid : tids) { in HWTEST_F()
196 ret = RTGCtrl::Instance().JoinThread(tgid, tid); in HWTEST_F()
198 FFRT_LOGE("Failed To Join Thread %d", tid); in HWTEST_F()
203 for (auto tid : tids) { in HWTEST_F()
204 auto [t_load, t_runtime] = RTGCtrl::Instance().UpdateAndGetLoad(tgid, tid); in HWTEST_F()
206 ret = RTGCtrl::Instance().RemoveThread(tgid, tid); in HWTEST_F()
208 FFRT_LOGE("Failed To Leave Thread %d", tid); in HWTEST_F()
241 pid_t tid in HWTEST_F()
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c75 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach() argument
77 if (ptrace (PTRACE_ATTACH, tid, NULL, NULL) != 0) in __libdwfl_ptrace_attach()
82 *tid_was_stoppedp = linux_proc_pid_is_stopped (tid); in __libdwfl_ptrace_attach()
91 syscall (__NR_tkill, tid, SIGSTOP); in __libdwfl_ptrace_attach()
92 ptrace (PTRACE_CONT, tid, NULL, NULL); in __libdwfl_ptrace_attach()
97 if (waitpid (tid, &status, __WALL) != tid || !WIFSTOPPED (status)) in __libdwfl_ptrace_attach()
100 ptrace (PTRACE_DETACH, tid, NULL, NULL); in __libdwfl_ptrace_attach()
107 if (ptrace (PTRACE_CONT, tid, NULL, in __libdwfl_ptrace_attach()
111 ptrace (PTRACE_DETACH, tid, NUL in __libdwfl_ptrace_attach()
196 pid_t tid = pid_arg->tid_attached; pid_memory_read() local
281 pid_t tid = tidl; pid_next_thread() local
293 pid_getthread(Dwfl *dwfl __attribute__ ((unused)), pid_t tid, void *dwfl_arg, void **thread_argp) pid_getthread() argument
328 pid_t tid = INTUSE(dwfl_thread_tid) (thread); pid_set_initial_registers() local
352 __libdwfl_ptrace_detach(pid_t tid, bool tid_was_stopped) __libdwfl_ptrace_detach() argument
367 pid_t tid = INTUSE(dwfl_thread_tid) (thread); pid_thread_detach() local
[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-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...]
H A Dpthread_mutex_test_005.cpp50 int tid; in ThreadFuncTest3() local
62 tid = Gettid(); in ThreadFuncTest3()
63 ICUNIT_GOTO_EQUAL(g_testInfo[2][g_testBackCount003], tid, tid, EXIT); // 2, max indx in ThreadFuncTest3()
76 int tid; in ThreadFuncTest2() local
88 tid = Gettid(); in ThreadFuncTest2()
89 ICUNIT_GOTO_EQUAL(g_testInfo[1][g_testBackCount002], tid, tid, EXIT); in ThreadFuncTest2()
102 int tid; in ThreadFuncTest1() local
114 tid in ThreadFuncTest1()
[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/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...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_task_dispatcher.cpp27 void RSTaskDispatcher::RegisterTaskDispatchFunc(pid_t tid, const std::function<void(RSTask, bool)>& taskDispatchFunc) in RegisterTaskDispatchFunc() argument
30 taskDispatchFuncMap_.emplace(tid, taskDispatchFunc); in RegisterTaskDispatchFunc()
34 void RSTaskDispatcher::PostTask(pid_t tid, const RSTask& task, bool isSyncTask) in PostTask() argument
36 if (taskDispatchFuncMap_.count(tid)) { in PostTask()
37 taskDispatchFuncMap_.at(tid)(task, isSyncTask); in PostTask()
45 bool RSTaskDispatcher::HasRegisteredTask(pid_t tid) const in HasRegisteredTask()
47 if (taskDispatchFuncMap_.count(tid)) { in HasRegisteredTask()
/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...]
/third_party/musl/porting/liteos_a/user/src/sched/
H A Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity() argument
13 return syscall(SYS_sched_setaffinity, tid, (unsigned short)(set->__bits[0]), MUSL_TYPE_PROCESS); in sched_setaffinity()
21 return -__syscall(SYS_sched_setaffinity, td->tid, (unsigned short)(set->__bits[0]), MUSL_TYPE_THREAD); in pthread_setaffinity_np()
24 static int do_getaffinity(pid_t tid, size_t size, cpu_set_t *set, int flag) in do_getaffinity() argument
30 int ret = __syscall(SYS_sched_getaffinity, tid, &cpuset, flag); in do_getaffinity()
38 int sched_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in sched_getaffinity() argument
40 return __syscall_ret(do_getaffinity(tid, size, set, MUSL_TYPE_PROCESS)); in sched_getaffinity()
45 return -do_getaffinity(td->tid, size, set, MUSL_TYPE_THREAD); in pthread_getaffinity_np()
/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-2.c86 int i, tid = gettid(); in func_lowrt() local
88 printf("Thread %d started running with priority %d\n", tid, in func_lowrt()
92 tid, pthr->policy, pthr->priority); in func_lowrt()
104 tid, i, pthr->policy, pthr->priority); in func_lowrt()
116 int i, tid = gettid(); in func_rt() local
118 printf("Thread %d started running with prio %d\n", tid, pthr->priority); in func_rt()
122 tid, pthr->policy, pthr->priority); in func_rt()
132 tid, i, pthr->policy, pthr->priority); in func_rt()
144 int i, tid = gettid(); in func_noise() local
146 printf("Noise Thread %d started running with prio %d\n", tid, in func_noise()
[all...]
H A Dtestpi-1.c84 int i, tid = gettid(); in func_nonrt() local
86 printf("Thread %d started running with priority %d\n", tid, in func_nonrt()
90 tid, pthr->policy, pthr->priority); in func_nonrt()
102 tid, i, pthr->policy, pthr->priority); in func_nonrt()
114 int i, tid = gettid(); in func_rt() local
116 printf("Thread %d started running with prio %d\n", tid, pthr->priority); in func_rt()
120 tid, pthr->policy, pthr->priority); in func_rt()
130 tid, i, pthr->policy, pthr->priority); in func_rt()
142 int i, tid = gettid(); in func_noise() local
144 printf("Noise Thread %d started running with prio %d\n", tid, in func_noise()
[all...]
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.cpp25 pid_t tid = thread.first->Id(); in JoinRtg() local
26 if (!JoinWG(tid)) { in JoinRtg()
27 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinRtg()
51 pid_t tid = thread.first->Id(); in JoinTG() local
52 if (!(tgwrap.tg->Join(tid))) { in JoinTG()
53 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinTG()
75 pid_t tid = thread.first->Id(); in LeaveTG() local
76 if (!(tgwrap.tg->Leave(tid))) { in LeaveTG()
77 FFRT_LOGE("Failed to Leave Thread %d", tid); in LeaveTG()
/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...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c275 u8 sta_id, tid = IWL_MAX_TID_COUNT; in iwlagn_tx_skb() local
379 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in iwlagn_tx_skb()
380 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT)) in iwlagn_tx_skb()
382 tid_data = &priv->tid_data[sta_id][tid]; in iwlagn_tx_skb()
384 /* aggregation is on for this <sta,tid> */ in iwlagn_tx_skb()
390 IWL_ERR(priv, "sta_id = %d, tid = %d seq_num = %d\n", in iwlagn_tx_skb()
391 sta_id, tid, in iwlagn_tx_skb()
421 txq_id = priv->tid_data[sta_id][tid].agg.txq_id; in iwlagn_tx_skb()
434 IWL_DEBUG_TX(priv, "TX to [%d|%d] Q:%d - seq: 0x%x\n", sta_id, tid, in iwlagn_tx_skb()
441 priv->tid_data[sta_id][tid] in iwlagn_tx_skb()
486 iwlagn_tx_agg_stop(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwlagn_tx_agg_stop() argument
577 iwlagn_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn) iwlagn_tx_agg_start() argument
636 iwlagn_tx_agg_flush(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwlagn_tx_agg_flush() argument
681 iwlagn_tx_agg_oper(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u8 buf_size) iwlagn_tx_agg_oper() argument
745 iwlagn_check_ratid_empty(struct iwl_priv *priv, int sta_id, u8 tid) iwlagn_check_ratid_empty() argument
926 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >> iwl_rx_reply_tx_agg() local
1123 int tid; iwlagn_rx_reply_tx() local
1274 int tid; iwlagn_rx_reply_compressed_ba() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c271 u8 sta_id, tid = IWL_MAX_TID_COUNT; in iwlagn_tx_skb() local
375 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in iwlagn_tx_skb()
376 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT)) in iwlagn_tx_skb()
378 tid_data = &priv->tid_data[sta_id][tid]; in iwlagn_tx_skb()
380 /* aggregation is on for this <sta,tid> */ in iwlagn_tx_skb()
386 IWL_ERR(priv, "sta_id = %d, tid = %d seq_num = %d\n", in iwlagn_tx_skb()
387 sta_id, tid, in iwlagn_tx_skb()
417 txq_id = priv->tid_data[sta_id][tid].agg.txq_id; in iwlagn_tx_skb()
430 IWL_DEBUG_TX(priv, "TX to [%d|%d] Q:%d - seq: 0x%x\n", sta_id, tid, in iwlagn_tx_skb()
437 priv->tid_data[sta_id][tid] in iwlagn_tx_skb()
482 iwlagn_tx_agg_stop(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwlagn_tx_agg_stop() argument
573 iwlagn_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn) iwlagn_tx_agg_start() argument
632 iwlagn_tx_agg_flush(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) iwlagn_tx_agg_flush() argument
677 iwlagn_tx_agg_oper(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u8 buf_size) iwlagn_tx_agg_oper() argument
741 iwlagn_check_ratid_empty(struct iwl_priv *priv, int sta_id, u8 tid) iwlagn_check_ratid_empty() argument
922 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >> iwl_rx_reply_tx_agg() local
1119 int tid; iwlagn_rx_reply_tx() local
1270 int tid; iwlagn_rx_reply_compressed_ba() local
[all...]
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_recover.py51 def make_costart_fake_log(mark, pid, label, gid, tid, tname, prio):
58 tname, tid, pid, cpu_id, timestamp, tname, tid, prio, label, pid, gid, prio)
63 def make_coyield_fake_log(mark, pid, label, gid, tid, tname, prio):
70 label, pid, gid, pid, cpu_id, timestamp, label, pid, gid, prio, tname, tid, prio)
79 def replace_sched_switch_log(fake_log, mark, pid, label, gid, tid):
83 if "prev_pid=%d" % tid in mark:
90 elif "next_pid=%d" % tid in mark:
128 def convert_worker_log_to_task(mark, pid, label, gid, tid):
135 return replace_sched_switch_log(fake_log, mark, pid, label, gid, tid)
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_timer.c100 struct snd_timer_id tid; in snd_pcm_timer_init() local
103 tid.dev_sclass = SNDRV_TIMER_SCLASS_NONE; in snd_pcm_timer_init()
104 tid.dev_class = SNDRV_TIMER_CLASS_PCM; in snd_pcm_timer_init()
105 tid.card = substream->pcm->card->number; in snd_pcm_timer_init()
106 tid.device = substream->pcm->device; in snd_pcm_timer_init()
107 tid.subdevice = (substream->number << 1) | (substream->stream & 1); in snd_pcm_timer_init()
108 if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0) in snd_pcm_timer_init()
113 tid.card, tid.device, tid in snd_pcm_timer_init()
[all...]
/kernel/linux/linux-5.10/fs/jfs/
H A Dacl.c56 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl() argument
84 rc = __jfs_setxattr(tid, inode, ea_name, value, size, 0); in __jfs_set_acl()
97 tid_t tid; in jfs_set_acl() local
101 tid = txBegin(inode->i_sb, 0); in jfs_set_acl()
110 rc = __jfs_set_acl(tid, inode, type, acl); in jfs_set_acl()
117 rc = txCommit(tid, 1, &inode, 0); in jfs_set_acl()
120 txEnd(tid); in jfs_set_acl()
125 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl() argument
135 rc = __jfs_set_acl(tid, inode, ACL_TYPE_DEFAULT, default_acl); in jfs_init_acl()
143 rc = __jfs_set_acl(tid, inod in jfs_init_acl()
[all...]
H A Djfs_xtree.h93 extern void xtInitRoot(tid_t tid, struct inode *ip);
94 extern int xtInsert(tid_t tid, struct inode *ip,
96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
99 extern int xtTailgate(tid_t tid, struct inode *ip,
102 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
103 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
105 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
106 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
107 extern int xtRelocate(tid_t tid, struct inode *ip,
109 extern int xtAppend(tid_t tid,
[all...]

Completed in 20 milliseconds

12345678910>>...77