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/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.h120 __u32 ptid; member
/linux/tools/perf/util/
H A Ddata-convert-bt.c919 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
927 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
1270 __NON_SAMPLE_ADD_FIELD(u32, ptid);
1278 __NON_SAMPLE_ADD_FIELD(u32, ptid);
H A Devent.c416 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
445 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
H A Dpython.c111 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
124 pevent->event.fork.ptid, in pyrf_task_event__repr()
H A Dsynthetic-events.c276 event->fork.ptid = ppid; in perf_event__synthesize_fork()
279 event->fork.ptid = tgid; in perf_event__synthesize_fork()
H A Dsession.c342 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
H A Dmachine.c1868 event->fork.ptid); in machine__process_fork_event()
1887 event->fork.ptid); in machine__process_fork_event()
/linux/tools/lib/perf/include/perf/
H A Devent.h63 __u32 tid, ptid; member
/linux/tools/perf/bench/
H A Dinject-buildid.c166 event.fork.ptid = 1; in synthesize_fork()
/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/arch/powerpc/kernel/
H A Dasm-offsets.c576 HSTATE_FIELD(HSTATE_PTID, ptid); in main()
/linux/fs/
H A Duserfaultfd.c221 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()
/linux/fs/ceph/
H A Dcaps.c2282 static int try_flush_caps(struct inode *inode, u64 *ptid) in try_flush_caps() argument
2333 *ptid = flush_tid; in try_flush_caps()
/linux/kernel/events/
H A Dcore.c8810 u32 ptid; member
8847 task_event->event_id.ptid = perf_event_pid(event, in perf_event_task_output()
8851 task_event->event_id.ptid = perf_event_tid(event, current); in perf_event_task_output()
/linux/tools/perf/
H A Dbuiltin-sched.c896 event->fork.ptid); in replay_fork_event()