Home
last modified time | relevance | path

Searched refs:ptid (Results 1 – 20 of 20) 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/scripts/gdb/linux/
H A Dcpus.py
/linux/tools/perf/util/
H A Ddata-convert-bt.c918 __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 Devent.c410 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 Dpython.c144 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 Dsynthetic-events.c275 event->fork.ptid = ppid; in perf_event__synthesize_fork()
278 event->fork.ptid = tgid; in perf_event__synthesize_fork()
H A Dsession.c336 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
H A Dmachine.c1833 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 Devent.h63 __u32 tid, ptid; member
/linux/fs/jbd2/
H A Djournal.c570 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 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/fs/
H A Duserfaultfd.c221 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()
/linux/fs/ceph/
H A Dcaps.c2281 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 Dcore.c8384 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 Dbuiltin-sched.c895 event->fork.ptid); in replay_fork_event()