/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_builtin.c | 114 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 D | trace.h | 58 __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 D | 11n.h | 131 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 D | kvm_book3s_asm.h | 99 u8 ptid; /* thread number within subcore when split */ member
|
/linux/include/uapi/linux/ |
H A D | userfaultfd.h | 120 __u32 ptid; member
|
/linux/scripts/gdb/linux/ |
H A D | cpus.py |
|
/linux/tools/perf/util/ |
H A D | data-convert-bt.c | 918 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 926 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 1268 __NON_SAMPLE_ADD_FIELD(u32, ptid); 1276 __NON_SAMPLE_ADD_FIELD(u32, ptid);
|
H A D | event.c | 410 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task() 439 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
|
H A D | python.c | 144 member_def(perf_record_fork, ptid, T_UINT, "event ptid"), 152 "ptid: %u, time: %" PRI_lu64 "}", in pyrf_task_event__repr() 157 pevent->event.fork.ptid, in pyrf_task_event__repr()
|
H A D | synthetic-events.c | 275 event->fork.ptid = ppid; in perf_event__synthesize_fork() 278 event->fork.ptid = tgid; in perf_event__synthesize_fork()
|
H A D | session.c | 336 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
|
H A D | machine.c | 1833 event->fork.ptid); in machine__process_fork_event() 1852 event->fork.ptid); in machine__process_fork_event()
|
/linux/tools/lib/perf/include/perf/ |
H A D | event.h | 63 __u32 tid, ptid; member
|
/linux/fs/jbd2/ |
H A D | journal.c | 570 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() argument 581 if (ptid) in jbd2_journal_start_commit() 582 *ptid = tid; in jbd2_journal_start_commit() 589 if (ptid) in jbd2_journal_start_commit() 590 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
|
/linux/tools/perf/bench/ |
H A D | inject-buildid.c | 166 event.fork.ptid = 1; in synthesize_fork()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_mbx.c | 2003 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/ |
H A D | userfaultfd.c | 221 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()
|
/linux/fs/ceph/ |
H A D | caps.c | 2281 static int try_flush_caps(struct inode *inode, u64 *ptid) in try_flush_caps() argument 2332 *ptid = flush_tid; in try_flush_caps()
|
/linux/kernel/events/ |
H A D | core.c | 8384 u32 ptid; member 8421 task_event->event_id.ptid = perf_event_pid(event, in perf_event_task_output() 8425 task_event->event_id.ptid = perf_event_tid(event, current); in perf_event_task_output()
|
/linux/tools/perf/ |
H A D | builtin-sched.c | 895 event->fork.ptid); in replay_fork_event()
|