/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | agg-rx.c | 16 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) in mt76_aggr_release() argument 20 tid->head = ieee80211_sn_inc(tid->head); in mt76_aggr_release() 22 skb = tid->reorder_buf[idx]; in mt76_aggr_release() 26 tid->reorder_buf[idx] = NULL; in mt76_aggr_release() 27 tid->nframes--; in mt76_aggr_release() 32 mt76_rx_aggr_release_frames(struct mt76_rx_tid *tid, in mt76_rx_aggr_release_frames() argument 38 while (ieee80211_sn_less(tid->head, head)) { in mt76_rx_aggr_release_frames() 39 idx = tid->head % tid in mt76_rx_aggr_release_frames() 45 mt76_rx_aggr_release_head(struct mt76_rx_tid *tid, struct sk_buff_head *frames) mt76_rx_aggr_release_head() argument 56 mt76_rx_aggr_check_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames) mt76_rx_aggr_check_release() argument 93 struct mt76_rx_tid *tid = container_of(work, struct mt76_rx_tid, mt76_rx_aggr_reorder_work() local 124 struct mt76_rx_tid *tid; mt76_rx_aggr_check_ctl() local 153 struct mt76_rx_tid *tid; mt76_rx_aggr_reorder() local 244 struct mt76_rx_tid *tid; mt76_rx_aggr_start() local 265 mt76_rx_aggr_shutdown(struct mt76_dev *dev, struct mt76_rx_tid *tid) mt76_rx_aggr_shutdown() argument 291 struct mt76_rx_tid *tid = NULL; mt76_rx_aggr_stop() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | agg-rx.c | 16 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) in mt76_aggr_release() argument 20 tid->head = ieee80211_sn_inc(tid->head); in mt76_aggr_release() 22 skb = tid->reorder_buf[idx]; in mt76_aggr_release() 26 tid->reorder_buf[idx] = NULL; in mt76_aggr_release() 27 tid->nframes--; in mt76_aggr_release() 32 mt76_rx_aggr_release_frames(struct mt76_rx_tid *tid, in mt76_rx_aggr_release_frames() argument 38 while (ieee80211_sn_less(tid->head, head)) { in mt76_rx_aggr_release_frames() 39 idx = tid->head % tid in mt76_rx_aggr_release_frames() 45 mt76_rx_aggr_release_head(struct mt76_rx_tid *tid, struct sk_buff_head *frames) mt76_rx_aggr_release_head() argument 56 mt76_rx_aggr_check_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames) mt76_rx_aggr_check_release() argument 93 struct mt76_rx_tid *tid = container_of(work, struct mt76_rx_tid, mt76_rx_aggr_reorder_work() local 124 struct mt76_rx_tid *tid; mt76_rx_aggr_check_ctl() local 153 struct mt76_rx_tid *tid; mt76_rx_aggr_reorder() local 245 struct mt76_rx_tid *tid; mt76_rx_aggr_start() local 266 mt76_rx_aggr_shutdown(struct mt76_dev *dev, struct mt76_rx_tid *tid) mt76_rx_aggr_shutdown() argument 292 struct mt76_rx_tid *tid = NULL; mt76_rx_aggr_stop() local [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | agg-tx.c | 62 const u8 *da, u16 tid, in ieee80211_send_addba_request() 100 capab |= u16_encode_bits(tid, IEEE80211_ADDBA_PARAM_TID_MASK); in ieee80211_send_addba_request() 109 ieee80211_tx_skb_tid(sdata, skb, tid, -1); in ieee80211_send_addba_request() 112 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() argument 132 bar_control |= (u16)(tid << IEEE80211_BAR_CTRL_TID_INFO_SHIFT); in ieee80211_send_bar() 138 ieee80211_tx_skb_tid(sdata, skb, tid, -1); in ieee80211_send_bar() 142 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx() argument 147 rcu_assign_pointer(sta->ampdu_mlme.tid_tx[tid], tid_tx); in ieee80211_assign_tid_tx() 162 ieee80211_stop_queue_agg(struct ieee80211_sub_if_data *sdata, int tid) in __acquires() 164 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)]; in __acquires() 61 ieee80211_send_addba_request(struct ieee80211_sub_if_data *sdata, const u8 *da, u16 tid, u8 dialog_token, u16 start_seq_num, u16 agg_size, u16 timeout) ieee80211_send_addba_request() argument 190 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) ieee80211_agg_stop_txq() argument 211 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) ieee80211_agg_start_txq() argument 270 ieee80211_remove_tid_tx(struct sta_info *sta, int tid) ieee80211_remove_tid_tx() argument 299 ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, enum ieee80211_agg_stop_reason reason) ___ieee80211_stop_tx_ba_session() argument 436 u8 tid = tid_tx->tid; sta_addba_resp_timer_expired() local 457 u8 tid = tid_tx->tid; ieee80211_send_addba_with_timeout() local 496 ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid) ieee80211_tx_ba_session_handle_start() argument 563 ieee80211_refresh_tx_agg_session_timer(struct ieee80211_sta *pubsta, u16 tid) ieee80211_refresh_tx_agg_session_timer() argument 588 u8 tid = tid_tx->tid; sta_tx_agg_session_timer_expired() local 607 ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, u16 timeout) ieee80211_start_tx_ba_session() argument 755 ieee80211_agg_tx_operational(struct ieee80211_local *local, struct sta_info *sta, u16 tid) ieee80211_agg_tx_operational() argument 798 ieee80211_start_tx_ba_cb(struct sta_info *sta, int tid, struct tid_ampdu_tx *tid_tx) ieee80211_start_tx_ba_cb() argument 824 ieee80211_lookup_tid_tx(struct ieee80211_sub_if_data *sdata, const u8 *ra, u16 tid, struct sta_info **sta) ieee80211_lookup_tid_tx() argument 849 ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, u16 tid) ieee80211_start_tx_ba_cb_irqsafe() argument 871 __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, enum ieee80211_agg_stop_reason reason) __ieee80211_stop_tx_ba_session() argument 885 ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) ieee80211_stop_tx_ba_session() argument 927 ieee80211_stop_tx_ba_cb(struct sta_info *sta, int tid, struct tid_ampdu_tx *tid_tx) ieee80211_stop_tx_ba_cb() argument 963 ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, u16 tid) ieee80211_stop_tx_ba_cb_irqsafe() argument 993 u16 capab, tid, buf_size; ieee80211_process_addba_resp() local [all...] |
H A D | agg-rx.c | 58 void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, in ___ieee80211_stop_rx_ba_session() argument 66 .tid = tid, in ___ieee80211_stop_rx_ba_session() 74 tid_rx = rcu_dereference_protected(sta->ampdu_mlme.tid_rx[tid], in ___ieee80211_stop_rx_ba_session() 77 if (!test_bit(tid, sta->ampdu_mlme.agg_session_valid)) in ___ieee80211_stop_rx_ba_session() 80 RCU_INIT_POINTER(sta->ampdu_mlme.tid_rx[tid], NULL); in ___ieee80211_stop_rx_ba_session() 81 __clear_bit(tid, sta->ampdu_mlme.agg_session_valid); in ___ieee80211_stop_rx_ba_session() 84 "Rx BA session stop requested for %pM tid %u %s reason: %d\n", in ___ieee80211_stop_rx_ba_session() 85 sta->sta.addr, tid, in ___ieee80211_stop_rx_ba_session() 91 "HW problem - can not stop rx aggregation for %pM tid in ___ieee80211_stop_rx_ba_session() 117 __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, u16 initiator, u16 reason, bool tx) __ieee80211_stop_rx_ba_session() argument 156 u8 tid = tid_rx->tid; sta_rx_agg_session_timer_expired() local 199 ieee80211_send_addba_resp(struct sta_info *sta, u8 *da, u16 tid, u8 dialog_token, u16 status, u16 policy, u16 buf_size, u16 timeout, const struct ieee80211_addba_ext_ie *addbaext) ieee80211_send_addba_resp() argument 253 ___ieee80211_start_rx_ba_session(struct sta_info *sta, u8 dialog_token, u16 timeout, u16 start_seq_num, u16 ba_policy, u16 tid, u16 buf_size, bool tx, bool auto_seq, const struct ieee80211_addba_ext_ie *addbaext) ___ieee80211_start_rx_ba_session() argument 447 __ieee80211_start_rx_ba_session(struct sta_info *sta, u8 dialog_token, u16 timeout, u16 start_seq_num, u16 ba_policy, u16 tid, u16 buf_size, bool tx, bool auto_seq, const struct ieee80211_addba_ext_ie *addbaext) __ieee80211_start_rx_ba_session() argument 466 u16 capab, tid, timeout, ba_policy, buf_size, start_seq_num; ieee80211_process_addba_request() local 506 ieee80211_manage_rx_ba_offl(struct ieee80211_vif *vif, const u8 *addr, unsigned int tid) ieee80211_manage_rx_ba_offl() argument 525 ieee80211_rx_ba_timer_expired(struct ieee80211_vif *vif, const u8 *addr, unsigned int tid) ieee80211_rx_ba_timer_expired() argument [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | agg-tx.c | 62 const u8 *da, u16 tid, in ieee80211_send_addba_request() 100 capab |= (u16)(tid << 2); /* bit 5:2 TID number */ in ieee80211_send_addba_request() 109 ieee80211_tx_skb_tid(sdata, skb, tid); in ieee80211_send_addba_request() 112 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() argument 132 bar_control |= (u16)(tid << IEEE80211_BAR_CTRL_TID_INFO_SHIFT); in ieee80211_send_bar() 138 ieee80211_tx_skb_tid(sdata, skb, tid); in ieee80211_send_bar() 142 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx() argument 147 rcu_assign_pointer(sta->ampdu_mlme.tid_tx[tid], tid_tx); in ieee80211_assign_tid_tx() 162 ieee80211_stop_queue_agg(struct ieee80211_sub_if_data *sdata, int tid) in __acquires() 164 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)]; in __acquires() 61 ieee80211_send_addba_request(struct ieee80211_sub_if_data *sdata, const u8 *da, u16 tid, u8 dialog_token, u16 start_seq_num, u16 agg_size, u16 timeout) ieee80211_send_addba_request() argument 190 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) ieee80211_agg_stop_txq() argument 211 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) ieee80211_agg_start_txq() argument 270 ieee80211_remove_tid_tx(struct sta_info *sta, int tid) ieee80211_remove_tid_tx() argument 299 ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, enum ieee80211_agg_stop_reason reason) ___ieee80211_stop_tx_ba_session() argument 436 u8 tid = tid_tx->tid; sta_addba_resp_timer_expired() local 457 u8 tid = tid_tx->tid; ieee80211_send_addba_with_timeout() local 490 ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid) ieee80211_tx_ba_session_handle_start() argument 567 u8 tid = tid_tx->tid; sta_tx_agg_session_timer_expired() local 586 ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, u16 timeout) ieee80211_start_tx_ba_session() argument 734 ieee80211_agg_tx_operational(struct ieee80211_local *local, struct sta_info *sta, u16 tid) ieee80211_agg_tx_operational() argument 777 ieee80211_start_tx_ba_cb(struct sta_info *sta, int tid, struct tid_ampdu_tx *tid_tx) ieee80211_start_tx_ba_cb() argument 797 ieee80211_lookup_tid_tx(struct ieee80211_sub_if_data *sdata, const u8 *ra, u16 tid, struct sta_info **sta) ieee80211_lookup_tid_tx() argument 822 ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, u16 tid) ieee80211_start_tx_ba_cb_irqsafe() argument 844 __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, enum ieee80211_agg_stop_reason reason) __ieee80211_stop_tx_ba_session() argument 858 ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) ieee80211_stop_tx_ba_session() argument 900 ieee80211_stop_tx_ba_cb(struct sta_info *sta, int tid, struct tid_ampdu_tx *tid_tx) ieee80211_stop_tx_ba_cb() argument 936 ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, u16 tid) ieee80211_stop_tx_ba_cb_irqsafe() argument 966 u16 capab, tid, buf_size; ieee80211_process_addba_resp() local [all...] |
H A D | agg-rx.c | 58 void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, in ___ieee80211_stop_rx_ba_session() argument 66 .tid = tid, in ___ieee80211_stop_rx_ba_session() 74 tid_rx = rcu_dereference_protected(sta->ampdu_mlme.tid_rx[tid], in ___ieee80211_stop_rx_ba_session() 77 if (!test_bit(tid, sta->ampdu_mlme.agg_session_valid)) in ___ieee80211_stop_rx_ba_session() 80 RCU_INIT_POINTER(sta->ampdu_mlme.tid_rx[tid], NULL); in ___ieee80211_stop_rx_ba_session() 81 __clear_bit(tid, sta->ampdu_mlme.agg_session_valid); in ___ieee80211_stop_rx_ba_session() 84 "Rx BA session stop requested for %pM tid %u %s reason: %d\n", in ___ieee80211_stop_rx_ba_session() 85 sta->sta.addr, tid, in ___ieee80211_stop_rx_ba_session() 91 "HW problem - can not stop rx aggregation for %pM tid in ___ieee80211_stop_rx_ba_session() 117 __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, u16 initiator, u16 reason, bool tx) __ieee80211_stop_rx_ba_session() argument 156 u8 tid = tid_rx->tid; sta_rx_agg_session_timer_expired() local 215 ieee80211_send_addba_resp(struct sta_info *sta, u8 *da, u16 tid, u8 dialog_token, u16 status, u16 policy, u16 buf_size, u16 timeout, const struct ieee80211_addba_ext_ie *addbaext) ieee80211_send_addba_resp() argument 269 ___ieee80211_start_rx_ba_session(struct sta_info *sta, u8 dialog_token, u16 timeout, u16 start_seq_num, u16 ba_policy, u16 tid, u16 buf_size, bool tx, bool auto_seq, const struct ieee80211_addba_ext_ie *addbaext) ___ieee80211_start_rx_ba_session() argument 461 __ieee80211_start_rx_ba_session(struct sta_info *sta, u8 dialog_token, u16 timeout, u16 start_seq_num, u16 ba_policy, u16 tid, u16 buf_size, bool tx, bool auto_seq, const struct ieee80211_addba_ext_ie *addbaext) __ieee80211_start_rx_ba_session() argument 480 u16 capab, tid, timeout, ba_policy, buf_size, start_seq_num; ieee80211_process_addba_request() local 511 ieee80211_manage_rx_ba_offl(struct ieee80211_vif *vif, const u8 *addr, unsigned int tid) ieee80211_manage_rx_ba_offl() argument 530 ieee80211_rx_ba_timer_expired(struct ieee80211_vif *vif, const u8 *addr, unsigned int tid) ieee80211_rx_ba_timer_expired() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | trace.h | 26 __u32 tid, 31 TP_ARGS(xid, fid, tid, sesid, offset, len, rc), 35 __field(__u32, tid) 44 __entry->tid = tid; 50 TP_printk("\txid=%u sid=0x%llx tid=0x%x fid=0x%llx offset=0x%llx len=0x%x rc=%d", 51 __entry->xid, __entry->sesid, __entry->tid, __entry->fid, 59 __u32 tid, \ 64 TP_ARGS(xid, fid, tid, sesid, offset, len, rc)) 77 __u32 tid, [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_prs.c | 47 int tid) in mvpp2_prs_init_from_hw() 51 if (tid > MVPP2_PRS_TCAM_SRAM_SIZE - 1) in mvpp2_prs_init_from_hw() 55 pe->index = tid; in mvpp2_prs_init_from_hw() 367 int tid; in mvpp2_prs_flow_find() local 370 for (tid = MVPP2_PRS_TCAM_SRAM_SIZE - 1; tid >= 0; tid--) { in mvpp2_prs_flow_find() 373 if (!priv->prs_shadow[tid].valid || in mvpp2_prs_flow_find() 374 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS) in mvpp2_prs_flow_find() 377 mvpp2_prs_init_from_hw(priv, &pe, tid); in mvpp2_prs_flow_find() 46 mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, int tid) mvpp2_prs_init_from_hw() argument 392 int tid; mvpp2_prs_tcam_first_free() local 481 int tid; mvpp2_prs_mac_promisc_set() local 533 int tid, shift; mvpp2_prs_dsa_tag_set() local 600 int tid, shift, port_mask; mvpp2_prs_dsa_tag_ethertype_set() local 667 int tid; mvpp2_prs_vlan_find() local 709 int tid_aux, tid; mvpp2_prs_vlan_add() local 794 int tid; mvpp2_prs_double_vlan_find() local 827 int tid_aux, tid, ai, ret = 0; mvpp2_prs_double_vlan_add() local 901 int tid; mvpp2_prs_ip4_proto() local 971 int mask, tid; mvpp2_prs_ip4_cast() local 1023 int tid; mvpp2_prs_ip6_proto() local 1063 int tid; mvpp2_prs_ip6_cast() local 1317 int tid; mvpp2_prs_etype_init() local 1616 int tid; mvpp2_prs_pppoe_init() local 1811 int tid, err; mvpp2_prs_ip6_init() local 1948 int tid; mvpp2_prs_vid_range_find() local 1982 int tid; mvpp2_prs_vid_entry_add() local 2042 int tid; mvpp2_prs_vid_entry_remove() local 2059 int tid; mvpp2_prs_vid_remove_all() local 2073 unsigned int tid = MVPP2_PRS_VID_PORT_DFLT(port->id); mvpp2_prs_vid_disable_filtering() local 2085 unsigned int tid = MVPP2_PRS_VID_PORT_DFLT(port->id); mvpp2_prs_vid_enable_filtering() local 2221 int tid; mvpp2_prs_mac_da_range_find() local 2251 int tid; mvpp2_prs_mac_da_accept() local 2359 int index, tid; mvpp2_prs_mac_del_all() local 2449 int tid, i; mvpp2_prs_add_flow() local 2484 int tid; mvpp2_prs_def_flow() local [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | trace.h | 19 __u32 tid, 24 TP_ARGS(xid, fid, tid, sesid, offset, len, rc), 28 __field(__u32, tid) 37 __entry->tid = tid; 43 TP_printk("\txid=%u sid=0x%llx tid=0x%x fid=0x%llx offset=0x%llx len=0x%x rc=%d", 44 __entry->xid, __entry->sesid, __entry->tid, __entry->fid, 52 __u32 tid, \ 57 TP_ARGS(xid, fid, tid, sesid, offset, len, rc)) 70 __u32 tid, [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_prs.c | 47 int tid) in mvpp2_prs_init_from_hw() 51 if (tid > MVPP2_PRS_TCAM_SRAM_SIZE - 1) in mvpp2_prs_init_from_hw() 55 pe->index = tid; in mvpp2_prs_init_from_hw() 367 int tid; in mvpp2_prs_flow_find() local 370 for (tid = MVPP2_PRS_TCAM_SRAM_SIZE - 1; tid >= 0; tid--) { in mvpp2_prs_flow_find() 373 if (!priv->prs_shadow[tid].valid || in mvpp2_prs_flow_find() 374 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS) in mvpp2_prs_flow_find() 377 mvpp2_prs_init_from_hw(priv, &pe, tid); in mvpp2_prs_flow_find() 46 mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, int tid) mvpp2_prs_init_from_hw() argument 392 int tid; mvpp2_prs_tcam_first_free() local 478 int tid; mvpp2_prs_mac_promisc_set() local 530 int tid, shift; mvpp2_prs_dsa_tag_set() local 597 int tid, shift, port_mask; mvpp2_prs_dsa_tag_ethertype_set() local 664 int tid; mvpp2_prs_vlan_find() local 706 int tid_aux, tid; mvpp2_prs_vlan_add() local 791 int tid; mvpp2_prs_double_vlan_find() local 824 int tid_aux, tid, ai, ret = 0; mvpp2_prs_double_vlan_add() local 898 int tid; mvpp2_prs_ip4_proto() local 968 int mask, tid; mvpp2_prs_ip4_cast() local 1025 int tid; mvpp2_prs_ip6_proto() local 1065 int tid; mvpp2_prs_ip6_cast() local 1334 int tid, ihl; mvpp2_prs_etype_init() local 1610 int tid, ihl; mvpp2_prs_pppoe_init() local 1798 int tid, err; mvpp2_prs_ip6_init() local 1935 int tid; mvpp2_prs_vid_range_find() local 1969 int tid; mvpp2_prs_vid_entry_add() local 2029 int tid; mvpp2_prs_vid_entry_remove() local 2046 int tid; mvpp2_prs_vid_remove_all() local 2060 unsigned int tid = MVPP2_PRS_VID_PORT_DFLT(port->id); mvpp2_prs_vid_disable_filtering() local 2072 unsigned int tid = MVPP2_PRS_VID_PORT_DFLT(port->id); mvpp2_prs_vid_enable_filtering() local 2208 int tid; mvpp2_prs_mac_da_range_find() local 2238 int tid; mvpp2_prs_mac_da_accept() local 2346 int index, tid; mvpp2_prs_mac_del_all() local 2436 int tid, i; mvpp2_prs_add_flow() local 2471 int tid; mvpp2_prs_def_flow() local [all...] |
/kernel/liteos_m/testsuites/unittest/xts/process/ |
H A D | pthread_basic_api_test.c | 60 pthread_t tid; variable 62 ret = pthread_create(&tid, NULL, ThreadPthreadCreateBasic, (void*)str); 64 ret = pthread_join(tid, NULL); 77 pthread_t tid; variable 80 ret = pthread_create(&tid, NULL, ThreadPublic, (void*)&num); 82 ret = pthread_join(tid, &joinRe); 98 pthread_t tid; variable 99 ret = pthread_create(&tid, NULL, ThreadPublic, NULL); 102 ret = pthread_join(tid, NULL); 121 pthread_t tid; variable 152 pthread_t tid; global() variable 172 pthread_t tid; global() variable 185 pthread_t *tid = (pthread_t*)arg; ThreadPthreadEqual() local 200 pthread_t tid; global() variable [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | futex-contention.py | 25 lock_waits = {} # long-lived stats on (tid,lock) blockage elapsed time 29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, 35 process_names[tid] = comm 36 thread_thislock[tid] = uaddr 37 thread_blocktime[tid] = nsecs(s, ns) 40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, 42 if tid in thread_blocktime: 43 elapsed = nsecs(s, ns) - thread_blocktime[tid] 44 add_stats(lock_waits, (tid, thread_thislock[tid]), elapse [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | futex-contention.py | 25 lock_waits = {} # long-lived stats on (tid,lock) blockage elapsed time 29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, 35 process_names[tid] = comm 36 thread_thislock[tid] = uaddr 37 thread_blocktime[tid] = nsecs(s, ns) 40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, 42 if tid in thread_blocktime: 43 elapsed = nsecs(s, ns) - thread_blocktime[tid] 44 add_stats(lock_waits, (tid, thread_thislock[tid]), elapse [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | namei.c | 66 tid_t tid; /* transaction id */ in jfs_create() local 98 tid = txBegin(dip->i_sb, 0); in jfs_create() 103 rc = jfs_init_acl(tid, ip, dip); in jfs_create() 107 rc = jfs_init_security(tid, ip, dip, &dentry->d_name); in jfs_create() 109 txAbort(tid, 0); in jfs_create() 115 txAbort(tid, 0); in jfs_create() 119 tblk = tid_to_tblock(tid); in jfs_create() 130 xtInitRoot(tid, ip); in jfs_create() 137 if ((rc = dtInsert(tid, dip, &dname, &ino, &btstack))) { in jfs_create() 140 txAbort(tid, in jfs_create() 198 tid_t tid; /* transaction id */ jfs_mkdir() local 335 tid_t tid; /* transaction id */ jfs_rmdir() local 465 tid_t tid; /* transaction id */ jfs_unlink() local 621 commitZeroLink(tid_t tid, struct inode *ip) commitZeroLink() argument 788 tid_t tid; jfs_link() local 880 tid_t tid; jfs_symlink() local 1077 tid_t tid; jfs_rename() local 1362 tid_t tid; jfs_mknod() local [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | namei.c | 66 tid_t tid; /* transaction id */ in jfs_create() local 98 tid = txBegin(dip->i_sb, 0); in jfs_create() 103 rc = jfs_init_acl(tid, ip, dip); in jfs_create() 107 rc = jfs_init_security(tid, ip, dip, &dentry->d_name); in jfs_create() 109 txAbort(tid, 0); in jfs_create() 115 txAbort(tid, 0); in jfs_create() 119 tblk = tid_to_tblock(tid); in jfs_create() 130 xtInitRoot(tid, ip); in jfs_create() 137 if ((rc = dtInsert(tid, dip, &dname, &ino, &btstack))) { in jfs_create() 140 txAbort(tid, in jfs_create() 199 tid_t tid; /* transaction id */ jfs_mkdir() local 336 tid_t tid; /* transaction id */ jfs_rmdir() local 466 tid_t tid; /* transaction id */ jfs_unlink() local 622 commitZeroLink(tid_t tid, struct inode *ip) commitZeroLink() argument 789 tid_t tid; jfs_link() local 881 tid_t tid; jfs_symlink() local 1078 tid_t tid; jfs_rename() local 1363 tid_t tid; jfs_mknod() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | hal_tx.c | 58 le32_encode_bits(ti->tid, HAL_TCL_DATA_CMD_INFO3_TID) | in ath12k_hal_tx_cmd_desc_setup() 73 u8 hw_map_val[HAL_DSCP_TID_TBL_SIZE], dscp, tid; in ath12k_hal_tx_set_dscp_tid_map() local 91 tid = dscp2tid(dscp); in ath12k_hal_tx_set_dscp_tid_map() 92 value = u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP0); in ath12k_hal_tx_set_dscp_tid_map() 95 tid = dscp2tid(dscp); in ath12k_hal_tx_set_dscp_tid_map() 96 value |= u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP1); in ath12k_hal_tx_set_dscp_tid_map() 99 tid = dscp2tid(dscp); in ath12k_hal_tx_set_dscp_tid_map() 100 value |= u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP2); in ath12k_hal_tx_set_dscp_tid_map() 103 tid = dscp2tid(dscp); in ath12k_hal_tx_set_dscp_tid_map() 104 value |= u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP in ath12k_hal_tx_set_dscp_tid_map() [all...] |
/kernel/linux/linux-6.6/tools/perf/dlfilters/ |
H A D | dlfilter-show-cycles.c | 29 __s32 tid; member 47 static struct entry *find_entry(__s32 tid) in find_entry() argument 49 __u32 pos = tid & MASK; in find_entry() 54 if (e->tid == tid) in find_entry() 68 e->tid = tid; in find_entry() 72 static void add_entry(__s32 tid, int pos, __u64 cnt) in add_entry() argument 74 struct entry *e = find_entry(tid); in add_entry() 83 __s32 tid in filter_event_early() local 109 __s32 tid = sample->tid; filter_event() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n.h | 47 *priv, int tid, 49 void mwifiex_create_ba_tbl(struct mwifiex_private *priv, u8 *ra, int tid, 51 int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac); 52 int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, 70 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_station_ampdu_allowed() 77 return (node->ampdu_sta[tid] != BA_STREAM_NOT_ALLOWED) ? true : false; in mwifiex_is_station_ampdu_allowed() 83 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_ampdu_allowed() 88 return mwifiex_is_station_ampdu_allowed(priv, ptr, tid); in mwifiex_is_ampdu_allowed() 91 return mwifiex_is_station_ampdu_allowed(priv, ptr, tid); in mwifiex_is_ampdu_allowed() 93 return (priv->aggr_prio_tbl[tid] in mwifiex_is_ampdu_allowed() 69 mwifiex_is_station_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) mwifiex_is_station_ampdu_allowed() argument 82 mwifiex_is_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) mwifiex_is_ampdu_allowed() argument 102 mwifiex_is_amsdu_allowed(struct mwifiex_private *priv, int tid) mwifiex_is_amsdu_allowed() argument 147 int tid; mwifiex_find_stream_to_delete() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n.h | 35 *priv, int tid, 37 void mwifiex_create_ba_tbl(struct mwifiex_private *priv, u8 *ra, int tid, 39 int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac); 40 int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, 58 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_station_ampdu_allowed() 65 return (node->ampdu_sta[tid] != BA_STREAM_NOT_ALLOWED) ? true : false; in mwifiex_is_station_ampdu_allowed() 71 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_ampdu_allowed() 76 return mwifiex_is_station_ampdu_allowed(priv, ptr, tid); in mwifiex_is_ampdu_allowed() 79 return mwifiex_is_station_ampdu_allowed(priv, ptr, tid); in mwifiex_is_ampdu_allowed() 81 return (priv->aggr_prio_tbl[tid] in mwifiex_is_ampdu_allowed() 57 mwifiex_is_station_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) mwifiex_is_station_ampdu_allowed() argument 70 mwifiex_is_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) mwifiex_is_ampdu_allowed() argument 90 mwifiex_is_amsdu_allowed(struct mwifiex_private *priv, int tid) mwifiex_is_amsdu_allowed() argument 135 int tid; mwifiex_find_stream_to_delete() local [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | jbd2.h | 137 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 140 TP_ARGS(dev, tid, type, line_no, requested_blocks), 144 __field( tid_t, tid ) 152 __entry->tid = tid; 158 TP_printk("dev %d,%d tid %u type %u line_no %u " 160 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid, 165 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 168 TP_ARGS(dev, tid, type, line_no, requested_blocks) 172 TP_PROTO(dev_t dev, tid_t tid, unsigne [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | jbd2.h | 137 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 140 TP_ARGS(dev, tid, type, line_no, requested_blocks), 144 __field( tid_t, tid ) 152 __entry->tid = tid; 158 TP_printk("dev %d,%d tid %u type %u line_no %u " 160 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid, 165 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 168 TP_ARGS(dev, tid, type, line_no, requested_blocks) 172 TP_PROTO(dev_t dev, tid_t tid, unsigne [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | srv6_end_dt46_l3vpn_test.sh | 284 local tid=$3 285 local hsname=hs-t${tid}-${hs} 287 local rtveth=veth-t${tid} 309 ip -netns ${rtname} link add vrf-${tid} type vrf table ${tid} 310 ip -netns ${rtname} link set vrf-${tid} up 316 ip -netns ${rtname} link set ${rtveth} master vrf-${tid} 333 local tid=$5 335 local hssrc_name=hs-t${tid}-${hssrc} 336 local hsdst_name=hs-t${tid} [all...] |
H A D | srv6_end_dt6_l3vpn_test.sh | 253 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...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_cm.h | 89 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 D | libcxgb_cm.h | 89 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...] |