Home
last modified time | relevance | path

Searched refs:tid (Results 826 - 850 of 1997) sorted by relevance

1...<<31323334353637383940>>...80

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.h98 static inline enum wme_ac ath11k_tid_to_ac(u32 tid) in ath11k_tid_to_ac() argument
100 return (((tid == 0) || (tid == 3)) ? WME_AC_BE : in ath11k_tid_to_ac()
101 ((tid == 1) || (tid == 2)) ? WME_AC_BK : in ath11k_tid_to_ac()
102 ((tid == 4) || (tid == 5)) ? WME_AC_VI : in ath11k_tid_to_ac()
133 u8 tid; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h447 u8 tid; member
602 u32 sta_mask, u8 tid,
1341 u32 flags, u32 sta_mask, u8 tid, in iwl_trans_txq_alloc()
1354 return trans->ops->txq_alloc(trans, flags, sta_mask, tid, in iwl_trans_txq_alloc()
1366 int fifo, int sta_id, int tid, in iwl_trans_txq_enable()
1373 .tid = tid, in iwl_trans_txq_enable()
1388 .tid = IWL_MAX_TID_COUNT, in iwl_trans_ac_txq_enable()
1340 iwl_trans_txq_alloc(struct iwl_trans *trans, u32 flags, u32 sta_mask, u8 tid, int size, unsigned int wdg_timeout) iwl_trans_txq_alloc() argument
1365 iwl_trans_txq_enable(struct iwl_trans *trans, int queue, int fifo, int sta_id, int tid, int frame_limit, u16 ssn, unsigned int queue_wdg_timeout) iwl_trans_txq_enable() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Devent.c183 return fprintf(fp, "%s: %s:%d/%d\n", s, event->comm.comm, event->comm.pid, event->comm.tid); in perf_event__fprintf_comm()
197 event->namespaces.tid, in perf_event__fprintf_namespaces()
318 event->mmap.pid, event->mmap.tid, event->mmap.start, in perf_event__fprintf_mmap()
336 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
346 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
409 event->fork.pid, event->fork.tid, in perf_event__fprintf_task()
441 return fprintf(fp, " pid: %u tid: %u\n", in perf_event__fprintf_itrace_start()
442 event->itrace_start.pid, event->itrace_start.tid); in perf_event__fprintf_itrace_start()
461 return fprintf(fp, " %s %s pid/tid: %5d/%-5d\n", in perf_event__fprintf_switch()
720 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in machine__resolve()
[all...]
H A Ddata-convert-bt.c621 ret = value_set_s32(cw, event, "perf_tid", sample->tid); in add_generic_values()
911 __NON_SAMPLE_SET_FIELD(comm, u32, tid);
917 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
925 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
931 __NON_SAMPLE_SET_FIELD(mmap, u32, tid);
937 __NON_SAMPLE_SET_FIELD(mmap2, u32, tid);
1260 __NON_SAMPLE_ADD_FIELD(u32, tid);
1267 __NON_SAMPLE_ADD_FIELD(u32, tid);
1275 __NON_SAMPLE_ADD_FIELD(u32, tid);
1282 __NON_SAMPLE_ADD_FIELD(u32, tid);
[all...]
H A Dmachine.c546 * tid. Consequently there never should be any maps on a thread in machine__update_thread_pid()
571 int pid, int tid) in __threads__get_last_match()
577 if (thread__tid(th) == tid) { in __threads__get_last_match()
590 int pid, int tid) in threads__get_last_match()
595 th = __threads__get_last_match(threads, machine, pid, tid); in threads__get_last_match()
620 pid_t pid, pid_t tid, in ____machine__findnew_thread()
629 th = threads__get_last_match(threads, machine, pid, tid); in ____machine__findnew_thread()
637 if (thread__tid(th) == tid) { in ____machine__findnew_thread()
643 if (tid < thread__tid(th)) in ____machine__findnew_thread()
654 th = thread__new(pid, tid); in ____machine__findnew_thread()
570 __threads__get_last_match(struct threads *threads, struct machine *machine, int pid, int tid) __threads__get_last_match() argument
589 threads__get_last_match(struct threads *threads, struct machine *machine, int pid, int tid) threads__get_last_match() argument
618 ____machine__findnew_thread(struct machine *machine, struct threads *threads, pid_t pid, pid_t tid, bool create) ____machine__findnew_thread() argument
691 __machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) __machine__findnew_thread() argument
696 machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) machine__findnew_thread() argument
708 machine__find_thread(struct machine *machine, pid_t pid, pid_t tid) machine__find_thread() argument
3264 machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, pid_t tid) machine__set_current_tid() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata-convert-bt.c615 ret = value_set_s32(cw, event, "perf_tid", sample->tid); in add_generic_values()
905 __NON_SAMPLE_SET_FIELD(comm, u32, tid);
911 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
919 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
925 __NON_SAMPLE_SET_FIELD(mmap, u32, tid);
931 __NON_SAMPLE_SET_FIELD(mmap2, u32, tid);
1254 __NON_SAMPLE_ADD_FIELD(u32, tid);
1261 __NON_SAMPLE_ADD_FIELD(u32, tid);
1269 __NON_SAMPLE_ADD_FIELD(u32, tid);
1276 __NON_SAMPLE_ADD_FIELD(u32, tid);
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Ddmac_ext_if.h384 hi_u8 tid_num; /* 需要发送的tid队列号 */
385 dmac_tx_mode_enum_uint8 tx_mode; /* 调度tid的发送模式 */
387 hi_u8 user_idx; /* 要发送的tid队列隶属的user */
415 hi_u8 tid; member
707 hi_u8 tid : 4; member
725 hi_u8 tid; member
796 hi_u8 tid : 4, /* 通信标识符 */ member
798 is_delba_ing : 1, /* 该tid是否正在发delba */
800 hi_u8 retry_num; /* tid队列中重传报文的个数 */
806 hi_u8 rx_wrong_ampdu_num; /* 该tid未建立B
1033 hi_u8 tid; /* tid */ global() member
[all...]
/foundation/resourceschedule/ffrt/src/dfx/bbox/
H A Dbbox.cpp68 FFRT_BBOX_LOG("signal %s triggered: source tid %d, task id %lu, qos %d, name %s", in SaveCurrent()
101 FFRT_BBOX_LOG("qos %d: worker tid %d is running nothing", i, thread.first->Id()); in SaveWorkerStatus()
104 FFRT_BBOX_LOG("qos %d: worker tid %d is running task", i, thread.first->Id()); in SaveWorkerStatus()
248 unsigned int tid = static_cast<unsigned int>(gettid()); in SaveTheBbox()
249 (void)g_bbox_tid_is_dealing.compare_exchange_strong(expect, tid); in SaveTheBbox()
281 unsigned int tid = static_cast<unsigned int>(gettid()); in SaveTheBbox() local
282 if (tid == g_bbox_tid_is_dealing.load()) { in SaveTheBbox()
283 FFRT_LOGE("thread %u black box save failed", tid); in SaveTheBbox()
288 tid, g_bbox_tid_is_dealing.load()); in SaveTheBbox()
430 ss << " qos " << i << ": worker tid " << threa in SaveWorkerStatusInfo()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dtx.c23 u8 tid; in mt76_tx_check_agg_ssn() local
29 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK; in mt76_tx_check_agg_ssn()
30 txq = sta->txq[tid]; in mt76_tx_check_agg_ssn()
483 u8 tid = txq->tid; in mt76_txq_schedule_list() local
487 ieee80211_send_bar(vif, sta->addr, tid, agg_ssn); in mt76_txq_schedule_list()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dtrace.h296 u8 vdev_id, u8 tid),
298 TP_ARGS(ar, msdu_id, msdu_len, vdev_id, tid),
306 __field(u8, tid)
315 __entry->tid = tid;
319 "%s %s msdu_id %d msdu_len %d vdev_id %d tid %d",
325 __entry->tid
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c171 pr_info("tid 0x%x, status 0x%x, hcrc bad.\n", csk->tid, ddpvld); in cxgbit_process_ddpvld()
176 pr_info("tid 0x%x, status 0x%x, dcrc bad.\n", csk->tid, ddpvld); in cxgbit_process_ddpvld()
181 pr_info("tid 0x%x, status 0x%x, pad bad.\n", csk->tid, ddpvld); in cxgbit_process_ddpvld()
435 unsigned int tid = 0; in cxgbit_uld_lro_rx_handler() local
457 tid = GET_TID(rpl); in cxgbit_uld_lro_rx_handler()
458 csk = lookup_tid(lldi->tids, tid); in cxgbit_uld_lro_rx_handler()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c178 pr_info("tid 0x%x, status 0x%x, hcrc bad.\n", csk->tid, ddpvld); in cxgbit_process_ddpvld()
183 pr_info("tid 0x%x, status 0x%x, dcrc bad.\n", csk->tid, ddpvld); in cxgbit_process_ddpvld()
188 pr_info("tid 0x%x, status 0x%x, pad bad.\n", csk->tid, ddpvld); in cxgbit_process_ddpvld()
442 unsigned int tid = 0; in cxgbit_uld_lro_rx_handler() local
464 tid = GET_TID(rpl); in cxgbit_uld_lro_rx_handler()
465 csk = lookup_tid(lldi->tids, tid); in cxgbit_uld_lro_rx_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dtrace.h290 u8 vdev_id, u8 tid),
292 TP_ARGS(ar, msdu_id, msdu_len, vdev_id, tid),
300 __field(u8, tid)
309 __entry->tid = tid;
313 "%s %s msdu_id %d msdu_len %d vdev_id %d tid %d",
319 __entry->tid
/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c247 #define ASC_TIDLUN_TO_IX(tid, lun) (ASC_SCSI_TIX_TYPE)((tid) + ((lun)<<ASC_SCSI_ID_BITS))
248 #define ASC_TID_TO_TARGET_ID(tid) (ASC_SCSI_BIT_ID_TYPE)(0x01 << (tid))
251 #define ASC_TID_TO_TIX(tid) ((tid) & ASC_MAX_TID)
2017 #define ADV_TID_TO_TIDMASK(tid) (0x01 << ((tid) & ADV_MAX_TID))
4413 uchar tid; in AdvInitAsc3550Driver() local
4465 for (tid in AdvInitAsc3550Driver()
4857 uchar tid; AdvInitAsc38C0800Driver() local
5343 uchar tid; AdvInitAsc38C1600Driver() local
5824 uchar tid, max_cmd[ADV_MAX_TID + 1]; AdvResetChipAndSB() local
10296 uchar tid, termination; AdvInitFrom38C0800EEP() local
10495 uchar tid, termination; AdvInitFrom38C1600EEP() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c238 #define ASC_TIDLUN_TO_IX(tid, lun) (ASC_SCSI_TIX_TYPE)((tid) + ((lun)<<ASC_SCSI_ID_BITS))
239 #define ASC_TID_TO_TARGET_ID(tid) (ASC_SCSI_BIT_ID_TYPE)(0x01 << (tid))
242 #define ASC_TID_TO_TIX(tid) ((tid) & ASC_MAX_TID)
2004 #define ADV_TID_TO_TIDMASK(tid) (0x01 << ((tid) & ADV_MAX_TID))
4364 uchar tid; in AdvInitAsc3550Driver() local
4416 for (tid in AdvInitAsc3550Driver()
4808 uchar tid; AdvInitAsc38C0800Driver() local
5294 uchar tid; AdvInitAsc38C1600Driver() local
5775 uchar tid, max_cmd[ADV_MAX_TID + 1]; AdvResetChipAndSB() local
10111 uchar tid, termination; AdvInitFrom38C0800EEP() local
10310 uchar tid, termination; AdvInitFrom38C1600EEP() local
[all...]
/test/xts/acts/kernel_lite/ipc_posix/signal/
H A DSignalTest.cpp1206 pthread_t tid; in HWTEST_F() local
1208 int ret = pthread_create(&tid, NULL, ThreadFunc1, (void*)sigNo); in HWTEST_F()
1211 ret = pthread_kill(tid, sigNo); in HWTEST_F()
1213 ret = pthread_join(tid, NULL); in HWTEST_F()
1233 pthread_t tid; in HWTEST_F() local
1234 int ret = pthread_create(&tid, NULL, ThreadFunc2, &mainThread); in HWTEST_F()
1241 ret = pthread_join(tid, &threadExitCode); in HWTEST_F()
1270 pthread_t tid; in HWTEST_F() local
1271 int ret = pthread_create(&tid, NULL, ThreadFuncForSigmask1, (void*)1); in HWTEST_F()
1273 ret = pthread_join(tid, NUL in HWTEST_F()
1285 pthread_t tid; HWTEST_F() local
1311 pthread_t tid; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/
H A Dwin_glibc.cpp17 __attribute__((visibility("default"))) int pthread_setname_np(int tid, const char *name) in pthread_setname_np() argument
H A Dmac_glibc.h19 __attribute__((visibility("default"))) int pthread_setname_np(std::thread::native_handle_type tid, const char *name);
H A Dwin_glibc.h19 __attribute__((visibility("default"))) int pthread_setname_np(int tid, const char *name);
/third_party/musl/porting/linux/user/include/sys/
H A Dtgkill.h25 * @param tid the thread ID of the calling process.
31 int tgkill(int tgid, int tid, int sig);
/third_party/musl/src/thread/
H A Dpthread_getcpuclockid.c5 *clockid = (-t->tid-1)*8U + 6; in pthread_getcpuclockid()
/third_party/musl/include/sys/
H A Dtgkill.h25 * @param tid the thread ID of the calling process.
31 int tgkill(int tgid, int tid, int sig);
/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c809 static __le16 ieee80211_tx_next_seq(struct sta_info *sta, int tid) in ieee80211_tx_next_seq() argument
811 u16 *seq = &sta->tid_seq[tid]; in ieee80211_tx_next_seq()
825 int tid; in ieee80211_tx_h_sequence() local
884 tid = ieee80211_get_tid(hdr); in ieee80211_tx_h_sequence()
885 tx->sta->deflink.tx_stats.msdu[tid]++; in ieee80211_tx_h_sequence()
887 hdr->seq_ctrl = ieee80211_tx_next_seq(tx->sta, tid); in ieee80211_tx_h_sequence()
1111 int tid) in ieee80211_tx_prep_agg()
1124 } else if (!tx->sta->sta.txq[tid]) { in ieee80211_tx_prep_agg()
1144 tid_tx = rcu_dereference_protected_tid_tx(tx->sta, tid); in ieee80211_tx_prep_agg()
1182 u16 tid; in ieee80211_aggr_check() local
1107 ieee80211_tx_prep_agg(struct ieee80211_tx_data *tx, struct sk_buff *skb, struct ieee80211_tx_info *info, struct tid_ampdu_tx *tid_tx, int tid) ieee80211_tx_prep_agg() argument
1213 int tid; ieee80211_tx_prepare() local
1322 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; ieee80211_get_txq() local
1505 ieee80211_txq_init(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct txq_info *txqi, int tid) ieee80211_txq_init() argument
3387 u8 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK; ieee80211_amsdu_aggregate() local
3536 u8 tid = IEEE80211_NUM_TIDS; ieee80211_xmit_fast_finish() local
3699 u8 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK; __ieee80211_xmit_fast() local
3744 u8 tid = IEEE80211_NUM_TIDS; ieee80211_xmit_fast() local
4587 u8 tid; ieee80211_8023_xmit() local
5918 ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) ieee80211_reserve_tid() argument
5982 ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) ieee80211_unreserve_tid() argument
6009 __ieee80211_tx_skb_tid_band(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, int tid, int link_id, enum nl80211_band band) __ieee80211_tx_skb_tid_band() argument
6066 ieee80211_tx_skb_tid(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, int tid, int link_id) ieee80211_tx_skb_tid() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c538 int tid = wil_rxdesc_tid(d); in wil_vring_reap_rx() local
543 fc1, mid, cid, tid, seq); in wil_vring_reap_rx()
548 mid, cid, tid, seq); in wil_vring_reap_rx()
549 wil_rx_bar(wil, vif, cid, tid, seq); in wil_vring_reap_rx()
556 fc1, mid, cid, tid, seq); in wil_vring_reap_rx()
662 int tid = wil_rxdesc_tid(d); in wil_rx_crypto_check() local
667 &s->tid_crypto_rx[tid]; in wil_rx_crypto_check()
674 cid, tid, mc, key_id); in wil_rx_crypto_check()
681 cid, tid, mc, key_id, pn, cc->pn); in wil_rx_crypto_check()
1135 int cid, int tid) in wil_vring_init_tx()
1134 wil_vring_init_tx(struct wil6210_vif *vif, int id, int size, int cid, int tid) wil_vring_init_tx() argument
1236 wil_tx_vring_modify(struct wil6210_vif *vif, int ring_id, int cid, int tid) wil_tx_vring_modify() argument
2553 wil_get_reorder_params(struct wil6210_priv *wil, struct sk_buff *skb, int *tid, int *cid, int *mid, u16 *seq, int *mcast, int *retry) wil_get_reorder_params() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c394 struct rtl_tcb_desc *tcb_desc, u8 tid) in _rtl_update_earlymode_info()
409 skb_queue_walk(&rtlpriv->mac80211.skb_waitq[tid], next_skb) { in _rtl_update_earlymode_info()
421 if (skb_queue_is_last(&rtlpriv->mac80211.skb_waitq[tid], in _rtl_update_earlymode_info()
442 int tid; in _rtl_pci_tx_chk_waitq() local
453 for (tid = 7; tid >= 0; tid--) { in _rtl_pci_tx_chk_waitq()
454 u8 hw_queue = ac_to_hwq[rtl_tid_to_ac(tid)]; in _rtl_pci_tx_chk_waitq()
464 if (!skb_queue_empty(&mac->skb_waitq[tid]) && in _rtl_pci_tx_chk_waitq()
467 skb = skb_dequeue(&mac->skb_waitq[tid]); in _rtl_pci_tx_chk_waitq()
392 _rtl_update_earlymode_info(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc, u8 tid) _rtl_update_earlymode_info() argument
498 u8 tid; _rtl_pci_tx_isr() local
1515 u8 tid = rtl_get_tid(skb); rtl_pci_tx_chk_waitq_insert() local
[all...]

Completed in 54 milliseconds

1...<<31323334353637383940>>...80