Home
last modified time | relevance | path

Searched refs:ptid (Results 1 – 19 of 19) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c114 int ptid = local_paca->kvm_hstate.ptid; in kvmppc_rm_h_confer() local
121 set_bit(ptid, &vc->conferring_threads); in kvmppc_rm_h_confer()
131 clear_bit(ptid, &vc->conferring_threads); in kvmppc_rm_h_confer()
253 int ptid = local_paca->kvm_hstate.ptid; in kvmhv_commence_exit() local
259 me = 0x100 << ptid; in kvmhv_commence_exit()
274 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
/linux/net/l2tp/
H A Dtrace.h58 __field(u32, ptid)
66 __entry->ptid = tunnel->peer_tunnel_id;
76 __entry->ptid,
96 __field(u32, ptid)
104 __entry->ptid = session->tunnel ? session->tunnel->peer_tunnel_id : 0;
/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11n.h122 int *ptid, u8 *ra) in nxpwifi_find_stream_to_delete() argument
136 *ptid = tx_tbl->tid; in nxpwifi_find_stream_to_delete()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.h131 int *ptid, u8 *ra) in mwifiex_find_stream_to_delete() argument
143 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h99 u8 ptid; /* thread number within subcore when split */ member
/linux/include/uapi/linux/
H A Duserfaultfd.h132 __u32 ptid;
120 __u32 ptid; global() member
/linux/tools/perf/util/
H A Ddata-convert-bt.c930 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
938 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
1300 __NON_SAMPLE_ADD_FIELD(u32, ptid);
1308 __NON_SAMPLE_ADD_FIELD(u32, ptid);
H A Devent.c418 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
447 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
H A Dpython.c337 member_def(perf_record_fork, ptid, T_UINT, "event ptid"), in tracepoint_field()
345 "ptid: %u, time: %" PRI_lu64 "}", in get_tracepoint_field()
350 pevent->event.fork.ptid, in get_tracepoint_field()
H A Dsynthetic-events.c277 event->fork.ptid = ppid; in perf_event__synthesize_fork()
280 event->fork.ptid = tgid; in perf_event__synthesize_fork()
H A Dmachine.c1927 event->fork.ptid); in machine__process_exit_event()
1947 event->fork.ptid);
H A Dsession.c388 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__switch_swap()
/linux/fs/jbd2/
H A Djournal.c569 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() argument
580 if (ptid) in jbd2_journal_start_commit()
581 *ptid = tid; in jbd2_journal_start_commit()
588 if (ptid) in jbd2_journal_start_commit()
589 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
/linux/tools/perf/bench/
H A Dinject-buildid.c166 event.fork.ptid = 1; in synthesize_fork()
/linux/tools/lib/perf/include/perf/
H A Devent.h70 __u32 tid, ptid;
63 __u32 tid, ptid; global() member
/linux/drivers/scsi/qla4xxx/
H A Dql4_mbx.c2003 uint16_t idx, *ptid; in qla4xxx_set_param_ddbentry() local
2029 ptid = (uint16_t *)&fw_ddb_entry->isid[1]; in qla4xxx_set_param_ddbentry()
2030 *ptid = cpu_to_le16((uint16_t)ddb_entry->sess->target_id); in qla4xxx_set_param_ddbentry()
/linux/fs/ceph/
H A Dcaps.c2285 static int try_flush_caps(struct inode *inode, u64 *ptid) in try_flush_caps() argument
2336 *ptid = flush_tid; in try_flush_caps()
/linux/kernel/events/
H A Dcore.c9210 u32 ptid; member
9247 task_event->event_id.ptid = perf_event_pid(event, in perf_event_task_output()
9251 task_event->event_id.ptid = perf_event_tid(event, current); in perf_event_task_output()
/linux/tools/perf/
H A Dbuiltin-sched.c1076 event->fork.ptid); in add_runtime_event()