Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_hv_builtin.c113 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()
A Dbook3s_hv.c749 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.3-rc2/net/l2tp/
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-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A D11n.h133 int *ptid, u8 *ra) in mwifiex_find_stream_to_delete() argument
145 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkvm_book3s_asm.h99 u8 ptid; /* thread number within subcore when split */
A Dkvm_host.h769 int ptid; member
/linux-6.3-rc2/include/uapi/linux/
A Duserfaultfd.h107 __u32 ptid; member
/linux-6.3-rc2/scripts/gdb/linux/
A Dcpus.py29 tid = gdb.selected_thread().ptid[2]
/linux-6.3-rc2/tools/perf/util/
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);
A Dpython.c247 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
260 pevent->event.fork.ptid, in pyrf_task_event__repr()
A Devent.c385 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
A Dbuild-id.c79 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
A Dsynthetic-events.c275 event->fork.ptid = ppid; in perf_event__synthesize_fork()
278 event->fork.ptid = tgid; in perf_event__synthesize_fork()
A Dmachine.c2033 event->fork.ptid); in machine__process_fork_event()
2052 event->fork.ptid); in machine__process_fork_event()
A Dsession.c642 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
/linux-6.3-rc2/tools/lib/perf/include/perf/
A Devent.h63 __u32 tid, ptid; member
/linux-6.3-rc2/fs/jbd2/
A Djournal.c605 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() argument
616 if (ptid) in jbd2_journal_start_commit()
617 *ptid = tid; in jbd2_journal_start_commit()
624 if (ptid) in jbd2_journal_start_commit()
625 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
/linux-6.3-rc2/tools/perf/bench/
A Dinject-buildid.c165 event.fork.ptid = 1; in synthesize_fork()
/linux-6.3-rc2/drivers/scsi/qla4xxx/
A Dql4_mbx.c1996 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.3-rc2/arch/powerpc/kernel/
A Dasm-offsets.c576 HSTATE_FIELD(HSTATE_PTID, ptid); in main()
/linux-6.3-rc2/fs/
A Duserfaultfd.c240 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()
/linux-6.3-rc2/fs/ceph/
A Dcaps.c2167 static int try_flush_caps(struct inode *inode, u64 *ptid) in try_flush_caps() argument
2218 *ptid = flush_tid; in try_flush_caps()
/linux-6.3-rc2/kernel/events/
A Dcore.c8093 u32 ptid; member
8130 task_event->event_id.ptid = perf_event_pid(event, in perf_event_task_output()
8134 task_event->event_id.ptid = perf_event_tid(event, current); in perf_event_task_output()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-sched.c909 event->fork.ptid); in replay_fork_event()

Completed in 142 milliseconds