/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 113 int ptid = local_paca->kvm_hstate.ptid; in kvmppc_rm_h_confer() local 120 set_bit(ptid, &vc->conferring_threads); in kvmppc_rm_h_confer() 130 clear_bit(ptid, &vc->conferring_threads); in kvmppc_rm_h_confer() 248 int ptid = local_paca->kvm_hstate.ptid; in kvmhv_commence_exit() local 254 me = 0x100 << ptid; in kvmhv_commence_exit() 269 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
|
D | book3s_hv.c | 749 dt->processor_id = cpu_to_be16(pcpu + vcpu->arch.ptid); in __kvmppc_create_dtl_entry() 2993 vcpu->arch.ptid = vcpu->vcpu_id - vcore->first_vcpuid; in kvmppc_core_vcpu_create_hv() 3095 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], NULL); in kvmppc_remove_runnable() 3250 cpu += vcpu->arch.ptid; in kvmppc_start_thread() 3256 tpaca->kvm_hstate.ptid = cpu - vc->pcpu; in kvmppc_start_thread() 3877 if (!vcpu->arch.ptid) in kvmppc_run_core() 3879 active |= 1 << (thr + vcpu->arch.ptid); in kvmppc_run_core() 4460 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], vcpu); in kvmppc_run_vcpu() 4625 local_paca->kvm_hstate.ptid = 0; in kvmhv_run_single_vcpu()
|
/linux-6.1.9/net/l2tp/ |
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-6.1.9/drivers/net/wireless/marvell/mwifiex/ |
D | 11n.h | 133 int *ptid, u8 *ra) in mwifiex_find_stream_to_delete() argument 145 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | kvm_book3s_asm.h | 99 u8 ptid; /* thread number within subcore when split */ member
|
D | kvm_host.h | 769 int ptid; member
|
/linux-6.1.9/include/uapi/linux/ |
D | userfaultfd.h | 107 __u32 ptid; member
|
/linux-6.1.9/scripts/gdb/linux/ |
D | cpus.py | 29 tid = gdb.selected_thread().ptid[2]
|
/linux-6.1.9/tools/perf/util/ |
D | data-convert-bt.c | 914 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 922 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 1264 __NON_SAMPLE_ADD_FIELD(u32, ptid); 1272 __NON_SAMPLE_ADD_FIELD(u32, ptid);
|
D | python.c | 246 member_def(perf_record_fork, ptid, T_UINT, "event ptid"), 259 pevent->event.fork.ptid, in pyrf_task_event__repr()
|
D | event.c | 385 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
|
D | build-id.c | 79 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
|
D | synthetic-events.c | 275 event->fork.ptid = ppid; in perf_event__synthesize_fork() 278 event->fork.ptid = tgid; in perf_event__synthesize_fork()
|
D | machine.c | 2033 event->fork.ptid); in machine__process_fork_event() 2052 event->fork.ptid); in machine__process_fork_event()
|
D | session.c | 639 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
|
/linux-6.1.9/tools/lib/perf/include/perf/ |
D | event.h | 63 __u32 tid, ptid; member
|
/linux-6.1.9/fs/jbd2/ |
D | journal.c | 606 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() argument 617 if (ptid) in jbd2_journal_start_commit() 618 *ptid = tid; in jbd2_journal_start_commit() 625 if (ptid) in jbd2_journal_start_commit() 626 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
|
/linux-6.1.9/tools/perf/bench/ |
D | inject-buildid.c | 165 event.fork.ptid = 1; in synthesize_fork()
|
/linux-6.1.9/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 1996 uint16_t idx, *ptid; in qla4xxx_set_param_ddbentry() local 2022 ptid = (uint16_t *)&fw_ddb_entry->isid[1]; in qla4xxx_set_param_ddbentry() 2023 *ptid = cpu_to_le16((uint16_t)ddb_entry->sess->target_id); in qla4xxx_set_param_ddbentry()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | asm-offsets.c | 588 HSTATE_FIELD(HSTATE_PTID, ptid); in main()
|
/linux-6.1.9/fs/ |
D | userfaultfd.c | 240 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()
|
/linux-6.1.9/fs/ceph/ |
D | caps.c | 2168 static int try_flush_caps(struct inode *inode, u64 *ptid) in try_flush_caps() argument 2219 *ptid = flush_tid; in try_flush_caps()
|
/linux-6.1.9/kernel/events/ |
D | core.c | 7910 u32 ptid; member 7947 task_event->event_id.ptid = perf_event_pid(event, in perf_event_task_output() 7951 task_event->event_id.ptid = perf_event_tid(event, current); in perf_event_task_output()
|
/linux-6.1.9/tools/perf/ |
D | builtin-sched.c | 909 event->fork.ptid); in replay_fork_event()
|