Searched refs:tid (Results 76 - 100 of 627) sorted by relevance

1234567891011>>

/linux-master/fs/jfs/
H A Dinode.c76 tid_t tid; local
101 tid = txBegin(inode->i_sb, COMMIT_INODE);
108 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0);
110 txEnd(tid);
368 tid_t tid; local
378 tid = txBegin(ip->i_sb, 0);
388 newsize = xtTruncate(tid, ip, length,
391 txEnd(tid);
399 txCommit(tid, 1, &ip, 0);
400 txEnd(tid);
[all...]
H A Djfs_txnmgr.h13 #define tid_to_tblock(tid) (&TxBlock[tid])
35 lid_t next; /* index of first tlock of tid */
36 lid_t last; /* index of last tlock of tid */
37 wait_queue_head_t waitor; /* tids waiting on this tid */
83 lid_t next; /* 2: index next lockword on tid locklist
86 tid_t tid; /* 2: transaction id holding lock */ member in struct:tlock
261 tid_t tid; /* tid = index of tblock */ member in struct:commit
H A Djfs_xattr.h55 static inline int jfs_init_security(tid_t tid, struct inode *inode, argument
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c205 unsigned int tid = csk->tid; local
209 csk, csk->state, csk->flags, csk->tid);
213 req->wr.wr_lo = htonl(V_WR_TID(tid));
214 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
234 "t3dev 0x%p, tid %u, skb 0x%p.\n",
257 req->wr.wr_lo = htonl(V_WR_TID(csk->tid));
258 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, csk->tid));
265 csk, csk->state, csk->flags, csk->tid, csk->snd_nxt,
283 csk, csk->state, csk->flags, csk->tid, rst_statu
479 unsigned int tid = GET_TID(req); local
1153 ddp_setup_conn_pgidx(struct cxgbi_sock *csk, unsigned int tid, int pg_idx) argument
1189 ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid, int hcrc, int dcrc) argument
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c87 int tid, cid, mid, mcast, retry; variable
94 wil->txrx_ops.get_reorder_params(wil, skb, &tid, &cid, &mid, &seq,
99 mid, cid, tid, seq, mcast);
111 r = sta->tid_rx[tid];
215 u8 cid, u8 tid, u16 seq)
223 r = sta->tid_rx[tid];
225 wil_err(wil, "BAR for non-existing CID %d TID %d\n", cid, tid);
234 cid, vif->mid, tid, seq, r->head_seq_num);
298 int wil_addba_rx_request(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid,
341 cid, sta->addr, tid, req_agg_wsiz
214 wil_rx_bar(struct wil6210_priv *wil, struct wil6210_vif *vif, u8 cid, u8 tid, u16 seq) argument
[all...]
/linux-master/tools/accounting/
H A Dgetdelays.c289 pid_t tid = 0; local
345 tid = atoi(optarg);
346 if (!tid)
351 tid = atoi(optarg);
352 if (!tid)
366 tid = fork();
367 if (tid < 0)
369 if (tid == 0)
425 if (tid && containerset) {
434 if (tid
[all...]
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c125 static int write_comm(int fd, pid_t pid, pid_t tid, const char *comm_str) argument
135 comm.tid = tid;
146 static int write_mmap(int fd, pid_t pid, pid_t tid, u64 start, u64 len, u64 pgoff, argument
159 mmap->tid = tid;
173 static int write_sample(struct test_data *td, u64 sample_type, u64 id, pid_t pid, pid_t tid) argument
184 .tid = tid,
324 pid_t tid local
[all...]
H A Dmmap-thread-lookup.c27 pid_t tid; member in struct:thread_data
48 td->tid = syscall(SYS_gettid);
50 pr_debug("tid = %d, map = %p\n", td->tid, map);
191 thread = machine__findnew_thread(machine, getpid(), td->tid);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c376 struct tid_range *tid; local
396 tid = data;
397 tid->num = t3_mc5_size(&adapter->mc5) -
400 tid->base = 0;
403 tid = data;
404 tid->num = adapter->params.mc5.nservers;
405 tid->base = t3_mc5_size(&adapter->mc5) - tid->num -
536 void *ctx, unsigned int tid)
540 t->tid_tab[tid]
535 cxgb3_insert_tid(struct t3cdev *tdev, struct cxgb3_client *client, void *ctx, unsigned int tid) argument
550 mk_tid_release(struct sk_buff *skb, unsigned int tid) argument
604 cxgb3_queue_tid_release(struct t3cdev *tdev, unsigned int tid) argument
627 cxgb3_remove_tid(struct t3cdev *tdev, void *ctx, unsigned int tid) argument
801 unsigned int tid = GET_TID(req); local
859 unsigned int tid = GET_TID(req); local
895 unsigned int tid = GET_TID(req); local
1088 set_l2t_ix(struct t3cdev *tdev, u32 tid, struct l2t_entry *e) argument
1117 u32 tid; local
[all...]
H A Dcxgb3_offload.h103 void *ctx, unsigned int tid);
104 void cxgb3_queue_tid_release(struct t3cdev *dev, unsigned int tid);
105 void cxgb3_remove_tid(struct t3cdev *dev, void *ctx, unsigned int tid);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c22 u16 tid, u16 ssn)
33 if (!(le16_to_cpu(ba_trig->tx_bar) & BIT(tid)))
37 "BAR sent to %pM, tid %d, ssn %d",
38 addr, tid, ssn);
876 struct ieee80211_sta *sta, unsigned int tid)
879 u8 ac = tid_to_mac80211_ac[tid];
1016 u8 tid; local
1036 tid = ieee80211_get_tid(hdr);
1037 if (WARN_ON_ONCE(tid >= IWL_MAX_TID_COUNT))
1045 !mvmsta->tid_data[tid]
21 iwl_mvm_bar_check_trigger(struct iwl_mvm *mvm, const u8 *addr, u16 tid, u16 ssn) argument
875 iwl_mvm_max_amsdu_size(struct iwl_mvm *mvm, struct ieee80211_sta *sta, unsigned int tid) argument
1126 int tid; local
1161 iwl_mvm_tx_pkt_queued(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, int tid) argument
1193 u8 tid = IWL_MAX_TID_COUNT; local
1427 iwl_mvm_check_ratid_empty(struct iwl_mvm *mvm, struct ieee80211_sta *sta, u8 tid) argument
1692 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); local
1982 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); local
2029 iwl_mvm_tx_reclaim(struct iwl_mvm *mvm, int sta_id, int tid, int txq, int index, struct ieee80211_tx_info *tx_info, u32 rate, bool is_flush) argument
2176 int sta_id, tid, txq, index; local
2384 int tid = le16_to_cpu(queue_info->tid); local
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_siginfo.c102 int tid, i; local
104 tid = gettid();
112 printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights));
144 int tid, i; local
146 tid = gettid();
157 printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights));
158 printf("tid %d, %s randomly in range [%p, %p]\n", tid,
[all...]
/linux-master/drivers/slimbus/
H A Dmessaging.c17 * @tid: Transaction ID received with which framework can associate reply.
24 void slim_msg_response(struct slim_controller *ctrl, u8 *reply, u8 tid, u8 len) argument
31 txn = idr_find(&ctrl->tid_idr, tid);
40 tid, len);
56 * slim_alloc_txn_tid() - Allocate a tid to txn
59 * @txn: transaction to be allocated with tid.
61 * Return: zero on success with valid txn->tid and error code on failures.
75 txn->tid = ret;
82 * slim_free_txn_tid() - Free tid of txn
85 * @txn: transaction whose tid shoul
[all...]
/linux-master/tools/perf/scripts/python/
H A Dgecko.py58 # Here key = tid, value = Thread
98 tid: thread ID.
108 tid: int
119 tid: int
204 "tid": self.tid,
267 tid = param_dict['sample']['tid']
293 thread = tid_to_thread.get(tid)
295 thread = Thread(comm=comm, pid=pid, tid
[all...]
/linux-master/fs/smb/client/
H A Dsmb2inode.c302 tcon->tid, full_path);
338 tcon->tid, full_path);
341 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
348 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
366 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
401 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
433 tcon->tid, full_path);
472 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
499 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path);
527 tcon->tid, full_pat
[all...]
/linux-master/tools/testing/selftests/net/
H A Dbind_bhash.c92 pthread_t tid[MAX_THREADS]; local
114 pthread_create(&tid[i], NULL, setup, fd_array[i]);
117 pthread_join(tid[i], NULL);
/linux-master/include/linux/surface_aggregator/
H A Dcontroller.h548 * ssam_controller *ctrl, u8 tid, u8 iid)``, returning the status of the
550 * parameter is the controller via which the request is sent, ``tid`` the
557 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid) \
563 rqst.target_id = tid; \
589 * ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg)``, returning the
592 * ``tid`` the target ID for the request, and ``iid`` the instance ID. The
599 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg) \
605 rqst.target_id = tid; \
632 * ssam_controller *ctrl, u8 tid, u8 iid, rtype *ret)``, returning the status
634 * ``ctrl`` parameter is the controller via which the request is sent, ``tid``
[all...]
/linux-master/tools/lib/perf/Documentation/examples/
H A Dsampling.c85 int cpu, pid, tid; local
96 tid = u.val32[1];
105 fprintf(stdout, "cpu %3d, pid %6d, tid %6d, ip %20llx, period %20llu\n",
106 cpu, pid, tid, ip, period);
/linux-master/net/ceph/
H A Dmon_client.c579 DEFINE_RB_FUNCS(generic_request, struct ceph_mon_generic_request, tid, node)
631 WARN_ON(req->tid);
634 req->tid = ++monc->last_tid;
641 WARN_ON(!req->tid);
643 dout("%s greq %p tid %llu\n", __func__, req, req->tid);
644 req->request->hdr.tid = cpu_to_le64(req->tid);
652 dout("%s greq %p tid %llu\n", __func__, req, req->tid);
712 u64 tid = le64_to_cpu(hdr->tid); local
743 u64 tid = le64_to_cpu(msg->hdr.tid); local
820 u64 tid = le64_to_cpu(msg->hdr.tid); local
945 u64 tid = le64_to_cpu(msg->hdr.tid); local
[all...]
/linux-master/tools/perf/util/
H A Djitdump.c338 jr->load.tid = bswap_32(jr->load.tid);
349 jr->move.tid = bswap_32(jr->move.tid);
389 return jr->load.tid;
437 pid_t nspid, pid, tid; local
439 u32 pid, tid; member in struct:__anon713
445 tid = jr_entry_tid(jd, jr);
499 event->mmap2.tid = tid;
553 pid_t nspid, pid, tid; local
555 u32 pid, tid; member in struct:__anon714
821 jit_process(struct perf_session *session, struct perf_data *output, struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes) argument
[all...]
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsputrace.h23 __entry->owner_tid = ctx->tid;
/linux-master/include/misc/
H A Dcxllib.h103 u32 tid; member in struct:cxllib_pe_attributes
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c131 pid_t pid = getpid(), tid = syscall(SYS_gettid); local
134 syscall(SYS_tgkill, pid, tid, SIGSTOP);
165 pid_t pid = getpid(), tid = syscall(SYS_gettid); local
168 syscall(SYS_tgkill, pid, tid, SIGSTOP);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.h22 u32 tid[CXGB4_FILTER_TYPE_MAX]; /* Index to hardware filter entries */ member in struct:cxgb4_matchall_ingress_entry
H A Dcxgb4_filter.c90 static void mk_abort_req_ulp(struct cpl_abort_req *abort_req, unsigned int tid) argument
99 OPCODE_TID(abort_req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, tid));
105 static void mk_abort_rpl_ulp(struct cpl_abort_rpl *abort_rpl, unsigned int tid) argument
114 OPCODE_TID(abort_rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, tid));
132 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, f->tid));
148 err = set_tcb_field(adap, f, f->tid, TCB_SMAC_SEL_W,
154 err = set_tcb_tflag(adap, f, f->tid, TF_CCTRL_CWR_S, 1, 1);
160 f->tid, err);
165 unsigned int tid, bool dip, bool sip, bool dp,
173 set_tcb_field(adap, f, tid, TCB_SND_UNA_RAW_
164 set_nat_params(struct adapter *adap, struct filter_entry *f, unsigned int tid, bool dip, bool sip, bool dp, bool sp) argument
1904 configure_filter_tcb(struct adapter *adap, unsigned int tid, struct filter_entry *f) argument
1972 unsigned int tid = GET_TID(rpl); local
2001 unsigned int tid = GET_TID(rpl); local
2076 unsigned int tid = GET_TID(rpl); local
[all...]

Completed in 336 milliseconds

1234567891011>>