Searched refs:tid (Results 26 - 50 of 627) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/netfilter/
H A Dxt_l2tp.h14 __u32 tid; /* tunnel id */ member in struct:xt_l2tp_info
/linux-master/fs/jfs/
H A Djfs_acl.h17 static inline int jfs_init_acl(tid_t tid, struct inode *inode, argument
H A Djfs_xtree.h102 extern void xtInitRoot(tid_t tid, struct inode *ip);
103 extern int xtInsert(tid_t tid, struct inode *ip,
105 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
107 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
108 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
109 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
110 extern int xtAppend(tid_t tid,
H A Dacl.c59 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, argument
87 rc = __jfs_setxattr(tid, inode, ea_name, value, size, 0);
101 tid_t tid; local
106 tid = txBegin(inode->i_sb, 0);
115 rc = __jfs_set_acl(tid, inode, type, acl);
122 rc = txCommit(tid, 1, &inode, 0);
125 txEnd(tid);
130 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) argument
140 rc = __jfs_set_acl(tid, inode, ACL_TYPE_DEFAULT, default_acl);
148 rc = __jfs_set_acl(tid, inod
[all...]
/linux-master/include/trace/events/
H A Djbd2.h137 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...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.h65 struct mwifiex_ra_list_tbl *ra, int tid);
72 struct mwifiex_ra_list_tbl *ra_list, int tid);
89 mwifiex_wmm_get_queue_raptr(struct mwifiex_private *priv, u8 tid,
91 u8 mwifiex_wmm_downgrade_tid(struct mwifiex_private *priv, u32 tid);
98 *priv, u8 tid, const u8 *ra_addr);
H A D11n_rxreorder.h46 u16 tid, u8 *ta,
66 *priv, int tid,
69 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta);
H A D11n.c99 int tid; local
104 tid = del_ba_param_set >> DELBA_TID_POS;
106 mwifiex_del_ba_tbl(priv, tid, del_ba->peer_mac_addr,
112 mwifiex_send_addba(priv, tx_ba_tbl->tid,
121 mwifiex_create_ba_tbl(priv, del_ba->peer_mac_addr, tid,
127 mwifiex_del_ba_tbl(priv, tx_ba_tbl->tid, tx_ba_tbl->ra,
145 int tid, tid_down; local
154 tid = (block_ack_param_set & IEEE80211_ADDBA_PARAM_TID_MASK)
157 tid_down = mwifiex_wmm_downgrade_tid(priv, tid);
165 mwifiex_del_ba_tbl(priv, tid, add_ba_rs
522 mwifiex_get_ba_tbl(struct mwifiex_private *priv, int tid, u8 *ra) argument
542 mwifiex_create_ba_tbl(struct mwifiex_private *priv, u8 *ra, int tid, enum mwifiex_ba_status ba_status) argument
576 mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac) argument
638 mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, int initiator) argument
667 mwifiex_11n_delba(struct mwifiex_private *priv, int tid) argument
693 int tid; local
854 mwifiex_send_delba_txbastream_tbl(struct mwifiex_private *priv, u8 tid) argument
[all...]
/linux-master/tools/perf/util/
H A Dvalues.c16 values->tid = malloc(values->threads_max * sizeof(*values->tid));
18 if (!values->pid || !values->tid || !values->value) {
42 zfree(&values->tid);
58 zfree(&values->tid);
69 *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)),
77 values->tid = ntid;
89 u32 pid, u32 tid)
94 if (values->pid[i] == pid && values->tid[
88 perf_read_values__findnew_thread(struct perf_read_values *values, u32 pid, u32 tid) argument
184 perf_read_values_add_value(struct perf_read_values *values, u32 pid, u32 tid, u64 rawid, const char *name, u64 value) argument
[all...]
H A Dtarget.c22 target->tid = target->pid;
25 if (target->tid && target->cpu_list) {
32 if (target->tid && target->uid_str) {
46 if (target->tid && target->system_wide) {
67 if (target->bpf_str && target->tid) {
68 target->tid = NULL;
H A Dthreads.c6 static struct threads_table_entry *threads__table(struct threads *threads, pid_t tid) argument
8 /* Cast it to handle tid == -1 */
9 return &threads->table[(unsigned int)tid % THREADS__TABLE_SIZE];
65 pid_t tid)
71 if (thread__tid(th) == tid)
92 struct thread *threads__find(struct threads *threads, pid_t tid) argument
94 struct threads_table_entry *table = threads__table(threads, tid);
98 res = __threads_table_entry__get_last_match(table, tid);
100 if (hashmap__find(&table->shard, tid, &res))
109 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, boo argument
64 __threads_table_entry__get_last_match(struct threads_table_entry *table, pid_t tid) argument
[all...]
H A Dthreads.h14 /* Key is tid, value is struct thread. */
27 struct thread *threads__find(struct threads *threads, pid_t tid);
28 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created);
/linux-master/sound/isa/gus/
H A Dgus_timer.c144 struct snd_timer_id tid; local
152 tid.dev_class = SNDRV_TIMER_CLASS_CARD;
153 tid.dev_sclass = SNDRV_TIMER_SCLASS_NONE;
154 tid.card = gus->card->number;
155 tid.device = gus->timer_dev;
156 tid.subdevice = 0;
158 if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) {
166 tid.device++;
168 if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_in_map.c79 pthread_t tid[2]; local
110 err = pthread_create(&tid[0], NULL, update_map_fn, &ctx);
114 err = pthread_create(&tid[1], NULL, access_map_fn, &ctx);
117 pthread_join(tid[0], NULL);
122 pthread_join(tid[0], NULL);
123 pthread_join(tid[1], NULL);
/linux-master/kernel/locking/
H A Dlocktorture.c138 int (*nested_lock)(int tid, u32 lockset);
139 int (*writelock)(int tid);
142 void (*writeunlock)(int tid);
143 void (*nested_unlock)(int tid, u32 lockset);
144 int (*readlock)(int tid);
146 void (*readunlock)(int tid);
169 static int torture_lock_busted_write_lock(int tid __maybe_unused)
183 static void torture_lock_busted_write_unlock(int tid __maybe_unused)
241 static int torture_spin_lock_write_lock(int tid __maybe_unused)
267 static void torture_spin_lock_write_unlock(int tid __maybe_unuse
850 int tid = lwsp - cxt.lwsa; local
917 int tid = lrsp - cxt.lrsa; local
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_BA.h36 u16 tid:4; member in struct:ba_param_set::__anon466
47 u16 tid:4; member in struct:delba_param_set::__anon467
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_event.h66 unsigned int tid; member in struct:addba_event
103 unsigned char tid; member in struct:ADDBA_Req_Report_parm
/linux-master/net/mac80211/
H A Dmichael.c30 u8 *da, *sa, tid; local
35 tid = ieee80211_get_tid(hdr);
37 tid = 0;
50 michael_block(mctx, tid);
H A Dht.c358 int tid; local
365 for (tid = 0; tid < IEEE80211_NUM_TIDS; tid++) {
366 if (test_and_clear_bit(tid, sta->ampdu_mlme.tid_rx_timer_expired))
368 sta, tid, WLAN_BACK_RECIPIENT,
371 if (test_and_clear_bit(tid,
374 sta, tid, WLAN_BACK_RECIPIENT,
378 test_and_clear_bit(tid,
380 __ieee80211_start_rx_ba_session(sta, 0, 0, 0, 1, tid,
456 ieee80211_send_delba(struct ieee80211_sub_if_data *sdata, const u8 *da, u16 tid, u16 initiator, u16 reason_code) argument
502 u16 tid, params; local
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c82 __u64 tid; local
89 tid = bpf_get_current_pid_tgid();
91 start = bpf_map_lookup_elem(&functime, &tid);
97 bpf_map_delete_elem(&functime, &tid);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c28 struct ath_atx_tid *tid; local
56 tid = ath_node_to_tid(an, tidno);
57 txq = tid->txq;
59 if (tid->active) {
62 tid->tidno,
63 tid->seq_start,
64 tid->seq_next,
65 tid->baw_size,
66 tid->baw_head,
67 tid
[all...]
/linux-master/include/net/
H A Dgtp.h29 __be64 tid; member in struct:gtp0_header
36 __be32 tid; member in struct:gtp1_header
43 __be32 tid; member in struct:gtp1_header_long
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c17 int tid; member in struct:mvpp2_dbgfs_prs_entry
251 int tid; local
253 for (tid = MVPP2_PRS_VID_PORT_FIRST(port->id);
254 tid <= MVPP2_PRS_VID_PORT_LAST(port->id); tid++) {
255 mvpp2_prs_init_from_hw(priv, &pe, tid);
259 if (!priv->prs_shadow[tid].valid)
305 int index, tid; local
307 for (tid = MVPP2_PE_MAC_RANGE_START;
308 tid <
438 int tid = entry->tid; local
523 mvpp2_dbgfs_prs_entry_init(struct dentry *parent, struct mvpp2 *priv, int tid) argument
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_rx.c19 int params, tid; local
27 tid = (params & IEEE80211_ADDBA_PARAM_TID_MASK) >> 2;
28 ieee80211_start_rx_ba_session_offl(vif, mgmt->sa, tid);
32 tid = (params & IEEE80211_DELBA_PARAM_TID_MASK) >> 12;
33 ieee80211_stop_rx_ba_session_offl(vif, mgmt->sa, tid);
/linux-master/drivers/of/
H A Dcpu.c56 int ac, prop_len, tid; local
66 for (tid = 0; tid < prop_len; tid++) {
70 *thread = tid;

Completed in 205 milliseconds

1234567891011>>