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

1234567891011>>

/linux-master/tools/perf/ui/browsers/
H A Dres_sample.c51 if (asprintf(&names[i], "%s: CPU %d tid %d", tbuf,
52 res_samples[i].cpu, res_samples[i].tid) < 0) {
83 r->tid ? "--tid " : "",
84 r->tid ? (sprintf(tidbuf, "%d", r->tid), tidbuf) : "",
90 r->tid ? "--show-switch-events --show-task-events " : "",
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c271 u8 sta_id, tid = IWL_MAX_TID_COUNT; local
375 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
376 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT))
378 tid_data = &priv->tid_data[sta_id][tid];
380 /* aggregation is on for this <sta,tid> */
386 IWL_ERR(priv, "sta_id = %d, tid = %d seq_num = %d\n",
387 sta_id, tid,
417 txq_id = priv->tid_data[sta_id][tid].agg.txq_id;
430 IWL_DEBUG_TX(priv, "TX to [%d|%d] Q:%d - seq: 0x%x\n", sta_id, tid,
437 priv->tid_data[sta_id][tid]
482 iwlagn_tx_agg_stop(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) argument
573 iwlagn_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
632 iwlagn_tx_agg_flush(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) argument
677 iwlagn_tx_agg_oper(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u8 buf_size) argument
741 iwlagn_check_ratid_empty(struct iwl_priv *priv, int sta_id, u8 tid) argument
922 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >> local
1119 int tid; local
1270 int tid; local
[all...]
/linux-master/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) argument
125 container_of((void *)tid, struct ieee80211_txq, drv_priv);
134 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; local
135 struct ath_txq *txq = tid->txq;
139 tid->tidno);
154 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) argument
156 if (!tid
234 ath_tid_pull(struct ath_atx_tid *tid, struct sk_buff **skbuf) argument
268 ath_tid_dequeue(struct ath_atx_tid *tid, struct sk_buff **skb) argument
279 ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) argument
318 ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) argument
341 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) argument
363 ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
487 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) argument
711 ath_tx_count_airtime(struct ath_softc *sc, struct ieee80211_sta *sta, struct ath_buf *bf, struct ath_tx_status *ts, u8 tid) argument
737 struct ath_atx_tid *tid = NULL; local
800 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) argument
871 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen, bool first_subfrm) argument
942 ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct ath_buf **buf) argument
1031 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) argument
1500 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) argument
1533 ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
1575 ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
1615 ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) argument
1634 struct ath_atx_tid *tid; local
1651 struct ath_atx_tid *tid; local
1704 struct ath_atx_tid *tid; local
1983 struct ath_atx_tid *tid; local
2106 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) argument
2211 ath_tx_setup_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) argument
2341 struct ath_atx_tid *tid = NULL; local
2865 struct ath_atx_tid *tid; local
2889 struct ath_atx_tid *tid; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h18 #define EXP_TID_GET(tid, field) \
19 (((tid) >> EXP_TID_TID##field##_SHIFT) & EXP_TID_TID##field##_MASK)
24 #define EXP_TID_CLEAR(tid, field) ({ \
25 (tid) &= ~(EXP_TID_TID##field##_MASK << \
28 #define EXP_TID_RESET(tid, field, value) do { \
29 EXP_TID_CLEAR(tid, field); \
30 (tid) |= EXP_TID_SET(field, (value)); \
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c297 sta->addr, ba_data->tid);
352 int sta_id, u16 *queueptr, u8 tid)
372 if (tid == IWL_MAX_TID_COUNT)
373 tid = IWL_MGMT_TID;
375 remove_cmd.u.remove.tid = cpu_to_le32(tid);
393 mvm->queue_info[queue].tid_bitmap &= ~BIT(tid);
410 cmd.tid = mvm->queue_info[queue].txq_tid;
422 iwl_mvm_txq_from_tid(sta, tid);
451 int tid; local
351 iwl_mvm_disable_txq(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int sta_id, u16 *queueptr, u8 tid) argument
491 int tid; local
552 u8 sta_id, tid; local
663 iwl_mvm_reconfig_scd(struct iwl_mvm *mvm, int queue, int fifo, int sta_id, int tid, int frame_limit, u16 ssn) 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) argument
845 iwl_mvm_tvqm_enable_txq(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 sta_id, u8 tid, unsigned int timeout) argument
910 iwl_mvm_sta_alloc_queue_tvqm(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 ac, int tid) argument
944 iwl_mvm_update_txq_mapping(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int queue, u8 sta_id, u8 tid) argument
1029 int tid; local
1065 int tid = -1; local
1152 unsigned int tid; local
1260 int tid; local
1337 iwl_mvm_sta_alloc_queue(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 ac, int tid) argument
1545 u8 tid; local
2781 iwl_mvm_fw_baid_op_sta(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size) argument
2830 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) argument
2879 iwl_mvm_fw_baid_op(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) argument
2892 iwl_mvm_sta_rx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u16 ssn, bool start, u16 buf_size, u16 timeout) argument
3028 iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u8 queue, bool start) argument
3098 iwl_mvm_sta_tx_agg_start(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
3203 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) argument
3356 iwl_mvm_sta_tx_agg_stop(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) argument
3429 iwl_mvm_sta_tx_agg_flush(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) argument
4075 int tid, ret; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h62 #define INIT_TP_WR(w, tid) do { \
66 FW_WR_FLOWID_V(tid)); \
70 #define INIT_TP_WR_CPL(w, cpl, tid) do { \
71 INIT_TP_WR(w, tid); \
72 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
75 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) do { \
79 FW_WR_FLOWID_V(tid)); \
166 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) argument
168 tid -= t->tid_base;
169 return tid <
172 tid_out_of_range(const struct tid_info *t, unsigned int tid) argument
195 cxgb4_insert_tid(struct tid_info *t, void *data, unsigned int tid, unsigned short family) argument
275 u32 tid; /* to store tid */ member in struct:filter_ctx
[all...]
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c445 unsigned int tid = csk->tid; local
448 "csk 0x%p,%u,0x%lx, tid %u.\n",
449 csk, csk->state, csk->flags, csk->tid);
452 INIT_TP_WR(req, tid);
453 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
467 "csk 0x%p,%u,0x%lx, tid %u, abort.\n",
468 csk, csk->state, csk->flags, csk->tid);
496 INIT_TP_WR(req, csk->tid);
497 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, csk->tid));
896 unsigned int tid = GET_TID(req); local
1047 unsigned int tid = GET_TID(rpl); local
1096 unsigned int tid = GET_TID(req); local
1117 unsigned int tid = GET_TID(rpl); local
1156 unsigned int tid = GET_TID(req); local
1204 unsigned int tid = GET_TID(rpl); local
1228 unsigned int tid = GET_TID(cpl); local
1250 unsigned int tid = GET_TID(cpl); local
1357 u32 tid = GET_TID(cpl); local
1451 unsigned int tid = GET_TID(rpl); local
1519 u32 tid = GET_TID(rpl); local
1607 unsigned int tid = GET_TID(rpl); local
1627 unsigned int tid = GET_TID(rpl); local
1969 ulp_mem_io_set_hdr(struct cxgbi_device *cdev, struct ulp_mem_io *req, unsigned int wr_len, unsigned int dlen, unsigned int pm_addr, int tid) argument
1993 ddp_ppod_init_idata(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, unsigned int idx, unsigned int npods, unsigned int tid) argument
2011 pm_addr, tid); local
2077 ddp_setup_conn_pgidx(struct cxgbi_sock *csk, unsigned int tid, int pg_idx) argument
2110 ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid, int hcrc, int dcrc) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h101 struct ieee80211_sta *sta, u16 tid, u16 *ssn);
103 struct ieee80211_sta *sta, u16 tid);
105 struct ieee80211_sta *sta, u16 tid);
107 struct ieee80211_sta *sta, u16 tid);
109 struct ieee80211_sta *sta, u16 tid);
126 u8 rtl_tid_to_ac(u8 tid);
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dfw.h89 __be32 tid; member in struct:cmsg_reply_map_alloc_tbl
94 __be32 tid; member in struct:cmsg_req_map_free_tbl
104 __be32 tid; member in struct:cmsg_req_map_op
/linux-master/tools/perf/scripts/python/
H A Dtask-analyzer.py129 help="filter out unneeded tasks by tid, pid or processname."
135 help="limit output to selected task by tid, pid, processname."
141 help="colorize special tasks by their pid/tid/comm."
148 help="rename task names by using tid (<tid>:<newname>,<tid>:<newname>)"
193 db["tid"] = dict()
200 db["task_info"]["tid"] = len("TID")
304 def __init__(self, pid, tid, comm, runs, acc, mean,
307 self.tid
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi_gbl.h46 void qedi_update_itt_map(struct qedi_ctx *qedi, u32 tid, u32 proto_itt,
48 void qedi_get_proto_itt(struct qedi_ctx *qedi, u32 tid, u32 *proto_itt);
49 void qedi_get_task_tid(struct qedi_ctx *qedi, u32 itt, int16_t *tid);
66 u16 tid, int8_t direction);
/linux-master/sound/core/
H A Dtimer_compat.c18 struct snd_timer_id tid; member in struct:snd_timer_gparams32
39 if (copy_from_user(&gparams.tid, &user->tid, sizeof(gparams.tid)) ||
/linux-master/kernel/bpf/
H A Dtask_iter.c33 u32 tid; member in struct:bpf_iter_seq_task_info
37 u32 *tid,
44 if (!*tid) {
51 *tid = common->pid;
58 * kernel again, *tid and common->pid_visiting should be the
61 if (*tid == common->pid_visiting) {
84 *tid = common->pid_visiting = next_tid;
90 u32 *tid,
97 if (*tid && *tid !
36 task_group_seq_get_next(struct bpf_iter_seq_task_common *common, u32 *tid, bool skip_if_dup_files) argument
89 task_seq_get_next(struct bpf_iter_seq_task_common *common, u32 *tid, bool skip_if_dup_files) argument
254 u32 tid; member in struct:bpf_iter_seq_task_file_info
421 u32 tid; member in struct:bpf_iter_seq_task_vma_info
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h34 u8 tid; member in struct:hal_tx_info
61 u8 tid; member in struct:hal_tx_status
/linux-master/tools/perf/util/
H A Dtarget.h10 const char *tid; member in struct:target
62 return target->tid || target->pid || target->uid_str;
H A Dthread_map.c62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) argument
67 perf_thread_map__set_pid(threads, 0, tid);
170 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) argument
175 if (tid == -1 && uid != UINT_MAX)
178 return thread_map__new_by_tid(tid);
247 pid_t tid, prev_tid = INT_MAX; local
253 /* perf-stat expects threads to be generated even if tid not given */
262 tid = strtol(pos->s, &end_ptr, 10);
264 if (tid == INT_MIN || tid
292 thread_map__new_str(const char *pid, const char *tid, uid_t uid, bool all_threads) argument
[all...]
/linux-master/include/linux/platform_data/x86/
H A Dsimatic-ipc.h50 u8 tid; member in struct:__anon646
59 data_entry->tid == SIMATIC_IPC_DMI_TID) {
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c230 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta) argument
236 if (!memcmp(tbl->ta, ta, ETH_ALEN) && tbl->tid == tid) {
330 int tid, int win_size, int seq_num)
341 tbl = mwifiex_11n_get_rx_reorder_tbl(priv, tid, ta);
352 new_node->tid = tid;
363 last_seq = node->rx_seq[tid];
368 last_seq = node->rx_seq[tid];
370 last_seq = priv->rx_seq[tid];
329 mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta, int tid, int win_size, int seq_num) argument
460 u8 tid; local
547 mwifiex_11n_rx_reorder_pkt(struct mwifiex_private *priv, u16 seq_num, u16 tid, u8 *ta, u8 pkt_type, void *payload) argument
660 mwifiex_del_ba_tbl(struct mwifiex_private *priv, int tid, u8 *peer_mac, u8 type, int initiator) argument
716 int tid, win_size; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tasks.c9 uint32_t tid = 0; variable
25 if (task->pid != (pid_t)tid)
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h80 * @tid: Target ID of the device.
92 * @tid, @iid, and @fun must be either valid &u8 values or %SSAM_SSH_TID_ANY,
96 #define SSAM_DEVICE(d, cat, tid, iid, fun) \
97 .match_flags = (((tid) != SSAM_SSH_TID_ANY) ? SSAM_MATCH_TARGET : 0) \
102 .target = __builtin_choose_expr((tid) != SSAM_SSH_TID_ANY, (tid), 0), \
110 * @tid: Target ID of the device.
121 * Note: The parameter @cat must be a valid &u8 value, the parameters @tid,
126 #define SSAM_VDEV(cat, tid, iid, fun) \
127 SSAM_DEVICE(SSAM_DOMAIN_VIRTUAL, SSAM_VIRTUAL_TC_##cat, SSAM_SSH_TID_##tid, ii
[all...]
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c31 unsigned long long tid = gettid(); local
33 printf("%llu\n", tid);
/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c238 struct snd_timer_id tid; local
241 tid.dev_class = SNDRV_TIMER_CLASS_CARD;
242 tid.dev_sclass = SNDRV_TIMER_SCLASS_NONE;
243 tid.card = opl3->card->number;
244 tid.device = timer_no;
245 tid.subdevice = 0;
246 err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer);
259 struct snd_timer_id tid; local
262 tid.dev_class = SNDRV_TIMER_CLASS_CARD;
263 tid
[all...]
/linux-master/fs/jfs/
H A Djfs_dtree.h16 tid_t tid; member in struct:__anon1208::__anon1209
241 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
246 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key,
249 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key,
252 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
/linux-master/net/mac80211/
H A Dwme.c56 * @tid: the assumed-reserved TID
60 static inline u8 ieee80211_fix_reserved_tid(u8 tid) argument
62 switch (tid) {
198 u8 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK; local
225 sdata->noack_map & BIT(tid)) {
230 *p = flags | tid;
/linux-master/tools/lib/perf/include/perf/
H A Devent.h15 __u32 pid, tid; member in struct:perf_record_mmap
24 __u32 pid, tid; member in struct:perf_record_mmap2
49 __u32 pid, tid; member in struct:perf_record_comm
55 __u32 pid, tid; member in struct:perf_record_namespaces
63 __u32 tid, ptid; member in struct:perf_record_fork
85 __u32 pid, tid; member in struct:perf_record_read
311 __u64 tid; member in struct:id_index_entry
338 __u32 tid; member in struct:perf_record_auxtrace
351 __u32 tid; member in struct:perf_record_auxtrace_error
370 __u32 tid; member in struct:perf_record_itrace_start
[all...]

Completed in 584 milliseconds

1234567891011>>