Searched refs:tid (Results 201 - 225 of 627) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c137 pid_t tid; local
145 tid = clone(child_func_thread, child_stack + STACK_SIZE, THREAD_CLONE_FLAGS, NULL);
146 if (tid == -1)
148 thr_tids[i] = tid;
205 printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0),
209 printf(" tid=%d, / tgid=%d / pgid=%d: %lx\n", proc[i].cpid, proc[i].cpid,
212 printf(" tid=%d, / tgid=%d / pgid=%d: %lx\n", proc[i].thr_tids[j],
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c252 * increment traffic load value for tid and also remove
262 u8 tid; local
266 tid = qc[0] & 0xf;
270 if (unlikely(tid >= TID_MAX_LOAD_COUNT))
273 tl = &lq_data->load[tid];
302 return tid;
306 get the traffic load value for tid
309 il4965_rs_tl_get_load(struct il_lq_sta *lq_data, u8 tid) argument
316 if (tid >= TID_MAX_LOAD_COUNT)
319 tl = &(lq_data->load[tid]);
338 il4965_rs_tl_turn_on_agg_for_tid(struct il_priv *il, struct il_lq_sta *lq_data, u8 tid, struct ieee80211_sta *sta) argument
366 il4965_rs_tl_turn_on_agg(struct il_priv *il, u8 tid, struct il_lq_sta *lq_data, struct ieee80211_sta *sta) argument
1752 u8 tid; local
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi.h384 static inline void *qedi_get_task_mem(struct qed_iscsi_tid *info, u32 tid) argument
386 return (info->blocks[tid / info->num_tids_per_block] +
387 (tid % info->num_tids_per_block) * info->size);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c461 u16 tid)
468 bd->pdu.tid = tid;
491 u8 *qc, tid; local
505 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
508 if (sta_priv->ampdu_state[tid] != WCN36XX_AMPDU_NONE)
512 sta_priv->ampdu_state[tid] = WCN36XX_AMPDU_START;
514 ieee80211_start_tx_ba_session(sta, tid, 0);
532 u16 tid = 0; local
562 tid
458 wcn36xx_set_tx_pdu(struct wcn36xx_tx_bd *bd, u32 mpdu_header_len, u32 len, u16 tid) argument
[all...]
H A Dsmd.h131 u16 tid,
136 int wcn36xx_smd_del_ba(struct wcn36xx *wcn, u16 tid, u8 direction, u8 sta_index);
137 int wcn36xx_smd_trigger_ba(struct wcn36xx *wcn, u8 sta_index, u16 tid, u16 *ssn);
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c90 pid_t tid = syscall(__NR_gettid); local
96 __atomic_fetch_add(&ctx.tids_want_signal, tid, __ATOMIC_RELAXED);
100 __atomic_fetch_add(&ctx.tids_want_signal, tid, __ATOMIC_RELAXED);
/linux-master/tools/perf/tests/
H A Dperf-record.c218 if ((pid_t)sample.tid != evlist->workload.pid) {
219 pr_debug("%s with unexpected tid, expected %d, got %d\n",
220 name, evlist->workload.pid, sample.tid);
230 pr_debug("%s with unexpected pid/tid\n", name);
237 event->comm.pid != event->comm.tid) {
238 pr_debug("%s with different pid/tid!\n", name);
H A Dsigtrap.c177 pid_t tid = syscall(SYS_gettid); local
182 __atomic_fetch_add(&ctx.tids_want_signal, tid, __ATOMIC_RELAXED);
184 __atomic_fetch_add(&ctx.tids_want_signal, tid, __ATOMIC_RELAXED);
/linux-master/net/nfc/
H A Dllcp.h42 u8 tid; member in struct:nfc_llcp_sdp_tlv
229 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdres_tlv(u8 tid, u8 sap);
230 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h288 bool brcms_c_aggregatable(struct brcms_c_info *wlc, u8 tid);
298 u16 tid);
299 void brcms_c_ampdu_tx_operational(struct brcms_c_info *wlc, u8 tid,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c486 u32 tid, initiator, reason; local
495 ret = sscanf(buf, "%u %u %u", &tid, &initiator, &reason);
500 if (tid > HAL_DESC_REO_NON_QOS_TID - 1)
511 tid, initiator, reason);
513 ath11k_warn(ar->ab, "failed to send delba: vdev_id %u peer %pM tid %u initiator %u reason %u\n",
514 arsta->arvif->vdev_id, sta->addr, tid, initiator,
537 u32 tid, status; local
546 ret = sscanf(buf, "%u %u", &tid, &status);
551 if (tid > HAL_DESC_REO_NON_QOS_TID - 1)
562 tid, statu
587 u32 tid, buf_size; local
[all...]
H A Ddp_rx.c709 ath11k_warn(dp->ab, "failed to flush rx tid hw desc, tid %d status %d\n",
710 rx_tid->tid, status);
738 "failed to send HAL_REO_CMD_FLUSH_CACHE, tid %d (%d)\n",
739 rx_tid->tid, ret);
750 ath11k_err(ab, "failed to send HAL_REO_CMD_FLUSH_CACHE cmd, tid %d (%d)\n",
751 rx_tid->tid, ret);
770 ath11k_warn(ab, "failed to delete rx tid %d hw descriptor %d\n",
771 rx_tid->tid, status);
812 struct ath11k_peer *peer, u8 tid)
811 ath11k_peer_rx_tid_delete(struct ath11k *ar, struct ath11k_peer *peer, u8 tid) argument
967 ath11k_dp_rx_tid_mem_free(struct ath11k_base *ab, const u8 *peer_mac, int vdev_id, u8 tid) argument
996 ath11k_peer_rx_tid_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id, u8 tid, u32 ba_win_sz, u16 ssn, enum hal_pn_type pn_type) argument
1172 u8 tid; local
1389 u8 tid = HTT_PPDU_STATS_NON_QOS_TID; local
3175 u8 tid = 0; local
3571 u8 tid; local
[all...]
H A Ddp.c49 int ret = 0, tid; local
63 for (tid = 0; tid <= IEEE80211_NUM_TIDS; tid++) {
64 ret = ath11k_peer_rx_tid_setup(ar, addr, vdev_id, tid, 1, 0,
67 ath11k_warn(ab, "failed to setup rxd tid queue for tid %d: %d\n",
68 tid, ret);
76 tid--;
89 ath11k_warn(ab, "failed to find the peer to del rx tid\
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c63 u8 tid; local
157 for (tid = 0; tid < 8; tid++)
158 skb_queue_head_init(&rtlpriv->mac80211.skb_waitq[tid]);
/linux-master/net/mac80211/
H A Dtrace.h127 __field(u16, tid) \
134 __entry->tid = params->tid; \
140 #define AMPDU_ACTION_PR_FMT STA_PR_FMT " tid %d, ssn %d, buf_size %u, amsdu %d, timeout %d action %d"
141 #define AMPDU_ACTION_PR_ARG STA_PR_ARG, __entry->tid, __entry->ssn, \
2302 __field(u8, tid)
2312 __entry->tid = txq->txq.tid;
2316 LOCAL_PR_FMT VIF_PR_FMT STA_PR_FMT " ac:%d tid:%d",
2317 LOCAL_PR_ARG, VIF_PR_ARG, STA_PR_ARG, __entry->ac, __entry->tid
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c109 fe->param.tid, fw_class);
151 if (fe->param.tid == val) {
266 if (p->tid < 0 || p->tid >= adap->tids.neotids)
270 fe = t4_sched_entry_lookup(pi, SCHED_FLOWC, p->tid);
294 if (p->tid < 0 || p->tid >= adap->tids.neotids)
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c347 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; local
361 FIELD_PREP(MT_TXD1_TID, tid);
392 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK; local
403 tid = (capab >> 2) & IEEE80211_QOS_CTL_TID_MASK;
408 tid = FIELD_GET(IEEE80211_BAR_CTRL_TID_INFO_MASK, control);
414 FIELD_PREP(MT_TXD1_TID, tid);
613 u8 tid; local
617 tid = FIELD_GET(MT_TXS0_TID, txs);
619 ieee80211_refresh_tx_agg_session_timer(sta, tid);
1111 u16 fc, tid; local
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c61 int fc, u_long tid, int type, int local);
63 u_long tid, int type, int len);
66 u_long tid, int local);
68 u_long tid, int local);
376 * note: same tid must be used until reply is received
925 int fc, u_long tid, int type, int local)
928 /* u_long tid; transaction id */
944 nif->smt.smt_tid = tid ; /* transaction ID */
977 u_long tid ; local
980 tid
924 smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, int fc, u_long tid, int type, int local) argument
990 smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, u_long tid, int type, int len) argument
1016 smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) argument
1049 smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) argument
1554 u_long tid ; local
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c48 u8 tid; local
66 tid = txq->tid;
74 unlikely(tid >= ar->htt.tx_q_state.num_tids)) {
75 ath10k_warn(ar, "refusing to update txq for peer_id %u tid %u due to out of bounds\n",
76 peer_id, tid);
80 ar->htt.tx_q_state.vaddr->count[tid][peer_id] = count;
81 ar->htt.tx_q_state.vaddr->map[tid][idx] &= ~bit;
82 ar->htt.tx_q_state.vaddr->map[tid][idx] |= count ? bit : 0;
84 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx txq state update peer_id %u tid
1279 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); local
1396 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); local
1601 u8 tid = ath10k_htt_tx_get_tid(msdu, is_eth); local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c22 u8 tid, keyidx; local
62 tid = ieee80211_get_tid(hdr);
64 tid = 0;
67 if (tid >= IWL_MAX_TID_COUNT)
78 res = memcmp(pn, ptk_pn->q[queue].pn[tid], IEEE80211_CCMP_PN_LEN);
84 memcpy(ptk_pn->q[queue].pn[tid], pn, IEEE80211_CCMP_PN_LEN);
491 * returns true if a packet is a duplicate or invalid tid and should be dropped.
501 u8 tid, sub_frame_idx; local
524 tid = ieee80211_get_tid(hdr);
525 if (tid >
731 u8 tid = ieee80211_get_tid(hdr); local
2514 unsigned int tid = le32_get_bits(release->sta_tid, local
[all...]
/linux-master/include/net/
H A Dmac80211.h100 * Intermediate queues (struct ieee80211_txq) are kept per-sta per-tid, with
487 * @tid: the tid
492 u16 tid; member in struct:ieee80211_ba_event
2524 * @tid: the TID for this queue (unused for per-vif queue),
2535 u8 tid; member in struct:ieee80211_txq
3648 * @tid: tid of the BA session
3663 u16 tid; member in struct:ieee80211_ampdu_params
5185 * @tid
6803 ieee80211_start_rx_ba_session_offl(struct ieee80211_vif *vif, const u8 *addr, u16 tid) argument
6825 ieee80211_stop_rx_ba_session_offl(struct ieee80211_vif *vif, const u8 *addr, u16 tid) argument
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c505 struct sk_buff *skb, int *tid,
511 *tid = wil_rx_status_get_tid(s);
532 int cid, tid, key_id, mc; local
545 tid = wil_rx_status_get_tid(st);
549 c = mc ? &s->group_crypto_rx : &s->tid_crypto_rx[tid];
556 cid, tid, mc, key_id);
563 cid, tid, mc, key_id, pn, cc->pn);
697 int size, int cid, int tid)
707 "init TX ring: ring_id=%u, cid=%u, tid=%u, sring_id=%u\n",
708 ring_id, cid, tid, wi
504 wil_get_reorder_params_edma(struct wil6210_priv *wil, struct sk_buff *skb, int *tid, int *cid, int *mid, u16 *seq, int *mcast, int *retry) argument
696 wil_ring_init_tx_edma(struct wil6210_vif *vif, int ring_id, int size, int cid, int tid) argument
744 wil_tx_ring_modify_edma(struct wil6210_vif *vif, int ring_id, int cid, int tid) argument
761 int tid; local
[all...]
H A Dwil6210.h434 * @tid: TID value
438 static inline u8 mk_cidxtid(u8 cid, u8 tid) argument
440 return ((tid & 0xf) << 4) | (cid & 0xf);
446 * @tid: store TID value here
450 static inline void parse_cidxtid(u8 cidxtid, u8 *cid, u8 *tid) argument
453 *tid = (cidxtid >> 4) & 0xf;
597 int size, int cid, int tid);
610 int cid, int tid);
616 u8 tid, u8 token, u16 status, bool amsdu,
619 struct sk_buff *skb, int *tid, in
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c591 struct ieee80211_txq *txq = sta->txq[params->tid];
593 u16 tid = params->tid; local
607 mt76_rx_aggr_start(&dev->mt76, &msta->wcid, tid, ssn,
609 mt7603_mac_rx_ba_reset(dev, sta->addr, tid);
612 mt76_rx_aggr_stop(&dev->mt76, &msta->wcid, tid);
617 mt7603_mac_tx_ba_reset(dev, msta->wcid.idx, tid, ba_size);
622 mt7603_mac_tx_ba_reset(dev, msta->wcid.idx, tid, -1);
630 mt7603_mac_tx_ba_reset(dev, msta->wcid.idx, tid, -1);
631 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
[all...]
/linux-master/fs/smb/client/
H A Dsmb2pdu.c135 shdr->Id.SyncId.TreeId = cpu_to_le32(tcon->tid);
2051 tcon->tid = 0;
2101 trace_smb3_tcon(xid, tcon->tid, ses->Suid, tree, rc);
2129 tcon->tid = le32_to_cpu(rsp->hdr.Id.SyncId.TreeId);
2177 trace_smb3_tdis_enter(xid, tcon->tid, ses->Suid, tcon->tree_name);
2211 trace_smb3_tdis_err(xid, tcon->tid, ses->Suid, rc);
2213 trace_smb3_tdis_done(xid, tcon->tid, ses->Suid);
2933 trace_smb3_posix_mkdir_enter(xid, tcon->tid, ses->Suid, full_path, CREATE_NOT_FILE,
2944 trace_smb3_posix_mkdir_err(xid, tcon->tid, ses->Suid,
2962 trace_smb3_posix_mkdir_done(xid, rsp->PersistentFileId, tcon->tid, se
[all...]

Completed in 286 milliseconds

1234567891011>>