Searched refs:tid (Results 1 - 14 of 14) sorted by relevance

/include/trace/events/
H A Djbd2.h136 TP_PROTO(dev_t dev, unsigned long tid,
139 TP_ARGS(dev, tid, stats),
143 __field( unsigned long, tid )
156 __entry->tid = tid;
167 TP_printk("dev %d,%d tid %lu wait %u running %u locked %u flushing %u "
169 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->tid,
180 TP_PROTO(dev_t dev, unsigned long tid,
183 TP_ARGS(dev, tid, stats),
187 __field( unsigned long, tid )
[all...]
/include/linux/ceph/
H A Dmsgr.h124 __le64 tid; /* transaction id */ member in struct:ceph_msg_header_old
142 __le64 tid; /* transaction id */ member in struct:ceph_msg_header
H A Dmon_client.h49 u64 tid; member in struct:ceph_mon_generic_request
/include/linux/
H A Dposix-timers.h49 #define MAKE_THREAD_CPUCLOCK(tid, clock) \
50 MAKE_PROCESS_CPUCLOCK((tid), (clock) | CPUCLOCK_PERTHREAD_MASK)
H A Djbd2.h974 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid,
976 void __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
977 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
1174 int jbd2_log_start_commit(journal_t *journal, tid_t tid);
1175 int __jbd2_log_start_commit(journal_t *journal, tid_t tid);
1176 int jbd2_journal_start_commit(journal_t *journal, tid_t *tid);
1178 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
1180 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid);
H A Di2o-dev.h66 unsigned int tid; /* Target device TID */ member in struct:i2o_cmd_psetget
86 unsigned int tid; /* Target device ID */ member in struct:i2o_html
98 unsigned int tid; member in struct:i2o_evt_id
202 __u32 tid:12; member in struct:_i2o_lct_entry
H A Djbd.h922 int log_start_commit(journal_t *journal, tid_t tid);
923 int __log_start_commit(journal_t *journal, tid_t tid);
924 int journal_start_commit(journal_t *journal, tid_t *tid);
926 int log_wait_commit(journal_t *journal, tid_t tid);
928 int journal_trans_will_send_data_barrier(journal_t *journal, tid_t tid);
H A Dslub_def.h48 unsigned long tid; /* Globally unique transaction id */ member in struct:kmem_cache_cpu
H A Dperf_event.h449 * u32 pid, tid;
471 * u32 pid, tid;
481 * u32 tid, ptid;
502 * u32 tid, ptid;
511 * u32 pid, tid;
523 * { u32 pid, tid; } && PERF_SAMPLE_TID
1119 u32 tid; member in struct:perf_sample_data::__anon1056
/include/sound/
H A Dtimer.h127 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
133 int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id);
H A Dasound.h592 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_ginfo
606 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gparams
613 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gstatus
/include/rdma/
H A Dib_smi.h53 __be64 tid; member in struct:ib_smp
H A Dib_mad.h146 __be64 tid; member in struct:ib_mad_hdr
/include/net/
H A Dmac80211.h2210 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
2572 * @tid: the TID that has buffered frames
2598 u8 tid, bool buffered);
2979 * @tid: The TID, or -1 for the management frame value (CCMP only);
2992 int tid, struct ieee80211_key_seq *seq);
3149 * @tid: the TID to BA on.
3158 int ieee80211_start_tx_ba_session(struct ieee80211_sta *sta, u16 tid,
3165 * @tid: the TID to BA on.
3172 u16 tid);
3177 * @tid
[all...]

Completed in 249 milliseconds