Searched refs:tid (Results 126 - 150 of 627) sorted by relevance

1234567891011>>

/linux-master/sound/core/
H A Dtimer.c174 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) argument
179 if (timer->tmr_class != tid->dev_class)
184 timer->card->number != tid->card))
186 if (timer->tmr_device != tid->device)
188 if (timer->tmr_subdevice != tid->subdevice)
197 static void snd_timer_request(struct snd_timer_id *tid) argument
199 switch (tid->dev_class) {
201 if (tid->device < timer_limit)
202 request_module("snd-timer-%i", tid->device);
206 if (tid
287 snd_timer_open(struct snd_timer_instance *timeri, struct snd_timer_id *tid, unsigned int slave_id) argument
893 snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer) argument
1060 struct snd_timer_id tid; local
1592 struct snd_timer_id tid; local
1655 struct snd_timer_id tid; local
[all...]
/linux-master/fs/jfs/
H A Djfs_dtree.c139 static int dtSplitUp(tid_t tid, struct inode *ip,
142 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split,
145 static int dtExtendPage(tid_t tid, struct inode *ip,
148 static int dtSplitRoot(tid_t tid, struct inode *ip,
151 static int dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
154 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p);
291 static inline void lock_index(tid_t tid, struct inode *ip, struct metapage * mp, argument
298 tlck = txLock(tid, ip, mp, tlckDATA);
321 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) argument
388 xtInitRoot(tid, i
483 free_index(tid_t tid, struct inode *ip, u32 index, u32 next) argument
511 modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, int slot, struct metapage ** mp, s64 *lblock) argument
814 dtInsert(tid_t tid, struct inode *ip, struct component_name * name, ino_t * fsn, struct btstack * btstack) argument
923 dtSplitUp(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) argument
1323 dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rpxdp) argument
1635 dtExtendPage(tid_t tid, struct inode *ip, struct dtsplit * split, struct btstack * btstack) argument
1868 dtSplitRoot(tid_t tid, struct inode *ip, struct dtsplit * split, struct metapage ** rmpp) argument
2075 dtDelete(tid_t tid, struct inode *ip, struct component_name * key, ino_t * ino, int flag) argument
2230 dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp, dtpage_t * fp, struct btstack * btstack) argument
2442 dtRelink(tid_t tid, struct inode *ip, dtpage_t * p) argument
2521 dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot) argument
2624 tid_t tid; local
4214 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) argument
[all...]
H A Djfs_xtree.c107 static int xtSplitUp(tid_t tid,
111 static int xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split,
114 static int xtSplitRoot(tid_t tid, struct inode *ip,
499 * tid - transaction id;
513 int xtInsert(tid_t tid, /* transaction id */ argument
593 if ((rc = xtSplitUp(tid, ip, &split, &btstack))) {
630 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
656 * tid - transaction id;
664 xtSplitUp(tid_t tid, argument
721 tlck = txLock(tid, i
934 xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split, struct metapage ** rmpp, s64 * rbnp) argument
1201 xtSplitRoot(tid_t tid, struct inode *ip, struct xtsplit * split, struct metapage ** rmpp) argument
1336 xtExtend(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) argument
1498 xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) argument
1941 xtAppend(tid_t tid, struct inode *ip, int xflag, s64 xoff, s32 maxblocks, s32 * xlenp, s64 * xaddrp, int flag) argument
2099 xtInitRoot(tid_t tid, struct inode *ip) argument
2188 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) argument
2744 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size) argument
[all...]
H A Dresize.c67 int tid; local
385 tid = txBegin(sb, COMMIT_FORCE);
387 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) {
388 txEnd(tid);
396 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
398 txEnd(tid);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c136 pthread_t tid; local
161 rc = pthread_create(&tid, &attr, null_fn, NULL);
167 rc = pthread_join(tid, NULL);
/linux-master/include/linux/ceph/
H A Dmsgr.h156 __le64 tid; /* transaction id */ member in struct:ceph_msg_header_old
174 __le64 tid; /* transaction id */ member in struct:ceph_msg_header
193 __le64 tid; /* transaction id */ member in struct:ceph_msg_header2
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_inherit.c144 pthread_t tid; local
168 if (!ASSERT_OK(pthread_create(&tid, NULL, server_thread,
184 pthread_join(tid, &server_err);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.h16 u8 tid; member in struct:ath12k_dp_rx_tid
97 struct ath12k_peer *peer, u8 tid);
99 u8 tid, u32 ba_win_sz, u16 ssn,
/linux-master/tools/perf/util/
H A Dtop.c88 else if (target->tid)
90 target->tid);
103 if (target->tid)
H A Darm-spe.c92 pid_t tid; member in struct:arm_spe_queue
209 speq->tid = -1;
242 pid_t tid; local
244 tid = machine__get_current_tid(spe->machine, speq->cpu);
245 if (tid != -1) {
246 speq->tid = tid;
249 speq->tid = queue->tid;
251 if ((!speq->thread) && (speq->tid !
263 arm_spe_set_tid(struct arm_spe_queue *speq, pid_t tid) argument
860 arm_spe_process_timeless_queues(struct arm_spe *spe, pid_t tid, u64 time_) argument
883 pid_t pid, tid; local
[all...]
H A Dthread.h35 /** @tid: thread ID number unique to a machine. */
36 pid_t tid; local
72 struct thread *thread__new(pid_t pid, pid_t tid);
151 return RC_CHK_ACCESS(thread)->tid;
154 static inline void thread__set_tid(struct thread *thread, pid_t tid) argument
156 RC_CHK_ACCESS(thread)->tid = tid;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c26 * tid - tid_mux0..tid_mux3
1046 static void aggr_deque_frms(struct aggr_info_conn *agg_conn, u8 tid, argument
1055 rxtid = &agg_conn->rx_tid[tid];
1056 stats = &agg_conn->stat[tid];
1105 static bool aggr_process_recv_frm(struct aggr_info_conn *agg_conn, u8 tid, argument
1117 rxtid = &agg_conn->rx_tid[tid];
1118 stats = &agg_conn->stat[tid];
1148 aggr_deque_frms(agg_conn, tid, 0, 0);
1167 aggr_deque_frms(agg_conn, tid, st, 0);
1206 aggr_deque_frms(agg_conn, tid,
1320 u8 tid, if_idx; local
1672 aggr_delete_tid_state(struct aggr_info_conn *aggr_conn, u8 tid) argument
1705 u8 tid, aid; local
1798 u8 tid, aid; local
1824 u8 tid; local
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtrace.h154 __field(u8, tid)
165 __entry->tid = wil_rxdesc_tid(d);
171 TP_printk("index %d len %d mid %d cid (%%8) %d tid %d mcs %d seq 0x%03x"
173 __entry->mid, __entry->cid, __entry->tid, __entry->mcs,
186 __field(u8, tid)
197 __entry->tid = wil_rx_status_get_tid(msg);
205 "compressed %d buff_id %d len %d mid %d cid %d tid %d mcs %d seq 0x%03x type 0x%1x subtype 0x%1x",
207 __entry->mid, __entry->cid, __entry->tid, __entry->mcs,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h142 struct ch_filter_specification *fs, u32 *tid);
144 struct ch_filter_specification *fs, int tid);
/linux-master/include/sound/
H A Dtimer.h115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
123 int snd_timer_open(struct snd_timer_instance *timeri, struct snd_timer_id *tid, unsigned int slave_id);
/linux-master/drivers/misc/ocxl/
H A Docxl_internal.h92 __be32 tid; member in struct:ocxl_process_element
137 * @tid: the new thread id for the process element
141 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid);
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c87 u32 tid; local
111 tid = be32_to_cpu(reply->tid);
114 return tid;
134 req->tid = cpu_to_be32(nfp_map->tid);
322 req->tid = cpu_to_be32(nfp_map->tid);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h55 struct ath11k_peer *peer, u8 tid);
57 u8 tid, u32 ba_win_sz, u16 ssn,
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c31 pid_t tid = gettid(); local
37 srand(time(NULL) ^ (pid << 16) ^ (tid << 16));
/linux-master/drivers/input/touchscreen/
H A Ds6sy761.c143 u8 *event, u8 tid)
151 input_mt_slot(sdata->input, tid);
164 u8 *event, u8 tid)
166 input_mt_slot(sdata->input, tid);
174 u8 tid; local
180 tid = ((event[0] & S6SY761_MASK_TID) >> 2) - 1;
188 s6sy761_report_release(sdata, event, tid);
192 s6sy761_report_coordinates(sdata, event, tid);
142 s6sy761_report_coordinates(struct s6sy761_data *sdata, u8 *event, u8 tid) argument
163 s6sy761_report_release(struct s6sy761_data *sdata, u8 *event, u8 tid) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_recover.h86 #define XLOG_RHASH(tid) \
87 ((((uint32_t)tid)>>XLOG_RHASH_SHIFT) & (XLOG_RHASH_SIZE-1))
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c353 u16 tid = params->tid; local
361 mt76_set(dev, MT_WCID_ADDR(msta->wcid.idx) + 4, BIT(16 + tid));
365 BIT(16 + tid));
368 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]);
374 msta->agg_ssn[tid] = ssn << 4;
377 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h87 * This data includes the index of the station in the fw, per tid information
93 * station index. That way, the driver is able to get the tid related data in
107 * The station holds the sequence number per tid. So this data needs to be
318 * @last_seq: last sequence per tid for duplicate packet detection
355 * @tid_disable_agg: bitmap: if bit(tid) is set, the fw won't send ampdus for
356 * tid.
365 * @tid_data: per tid data + mgmt. Look at %iwl_mvm_tid_data.
519 int tid, u16 ssn, bool start, u16 buf_size, u16 timeout);
521 struct ieee80211_sta *sta, u16 tid, u16 *ssn);
523 struct ieee80211_sta *sta, u16 tid, u1
[all...]
/linux-master/sound/core/seq/
H A Dseq_timer.c261 struct snd_timer_id tid; local
262 memset(&tid, 0, sizeof(tid));
263 tid.dev_class = SNDRV_TIMER_CLASS_GLOBAL;
264 tid.dev_sclass = SNDRV_TIMER_SCLASS_SEQUENCER;
265 tid.card = -1;
266 tid.device = SNDRV_TIMER_GLOBAL_SYSTEM;
267 err = snd_timer_open(t, &tid, q->queue);
/linux-master/kernel/debug/
H A Dgdbstub.c430 static struct task_struct *getthread(struct pt_regs *regs, int tid) argument
435 if (tid == 0 || tid == -1)
436 tid = -atomic_read(&kgdb_active) - 2;
437 if (tid < -1 && tid > -NR_CPUS - 2) {
438 if (kgdb_info[-tid - 2].task)
439 return kgdb_info[-tid - 2].task;
441 return idle_task(-tid - 2);
443 if (tid <
[all...]

Completed in 332 milliseconds

1234567891011>>