Home
last modified time | relevance | path

Searched refs:ptid (Results 26 - 50 of 86) sorted by relevance

1234

/third_party/musl/src/thread/powerpc/
H A Dclone.s6 # int clone(fn, stack, flags, arg, ptid, tls, ctid)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h112 u8 ptid; /* thread number within subcore when split */
H A Dkvm_host.h763 int ptid; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h99 u8 ptid; /* thread number within subcore when split */
H A Dkvm_host.h769 int ptid; member
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dcpus.py26 tid = gdb.selected_thread().ptid[2]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Duserfaultfd.h90 __u32 ptid; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Duserfaultfd.h58 __u32 ptid; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Duserfaultfd.h52 __u32 ptid; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Duserfaultfd.h52 __u32 ptid; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Duserfaultfd.h114 __u32 ptid; member
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dcpus.py29 tid = gdb.selected_thread().ptid[2]
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata-convert-bt.c912 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
920 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
1262 __NON_SAMPLE_ADD_FIELD(u32, ptid);
1270 __NON_SAMPLE_ADD_FIELD(u32, ptid);
H A Dpython.c196 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
204 "ptid: %u, time: %" PRI_lu64 "}", in pyrf_task_event__repr()
209 pevent->event.fork.ptid, in pyrf_task_event__repr()
/kernel/linux/linux-6.6/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 Dpython.c293 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
301 "ptid: %u, time: %" PRI_lu64 "}", in pyrf_task_event__repr()
306 pevent->event.fork.ptid, in pyrf_task_event__repr()
/kernel/linux/linux-5.10/fs/jbd2/
H A Djournal.c607 * committing), and fills its tid in at *ptid
609 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() argument
620 if (ptid) in jbd2_journal_start_commit()
621 *ptid = tid; in jbd2_journal_start_commit()
628 if (ptid) in jbd2_journal_start_commit()
629 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
H A Devent.h53 __u32 tid, ptid; member
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/
H A Devent.h63 __u32 tid, ptid; member
/kernel/linux/linux-6.6/fs/jbd2/
H A Djournal.c592 * committing), and fills its tid in at *ptid
594 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() argument
605 if (ptid) in jbd2_journal_start_commit()
606 *ptid = tid; in jbd2_journal_start_commit()
613 if (ptid) in jbd2_journal_start_commit()
614 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c752 dt->processor_id = cpu_to_be16(pcpu + vcpu->arch.ptid); in __kvmppc_create_dtl_entry()
3021 vcpu->arch.ptid = vcpu->vcpu_id - vcore->first_vcpuid; in kvmppc_core_vcpu_create_hv()
3123 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], NULL); in kvmppc_remove_runnable()
3278 cpu += vcpu->arch.ptid; in kvmppc_start_thread()
3284 tpaca->kvm_hstate.ptid = cpu - vc->pcpu; in kvmppc_start_thread()
3905 if (!vcpu->arch.ptid) in kvmppc_run_core()
3907 active |= 1 << (thr + vcpu->arch.ptid); in kvmppc_run_core()
4488 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], vcpu); in kvmppc_run_vcpu()
4653 local_paca->kvm_hstate.ptid = 0; in kvmhv_run_single_vcpu()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dinject-buildid.c165 event.fork.ptid = 1; in synthesize_fork()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dinject-buildid.c166 event.fork.ptid = 1; in synthesize_fork()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c716 dt->processor_id = cpu_to_be16(vc->pcpu + vcpu->arch.ptid); in kvmppc_create_dtl_entry()
2426 vcpu->arch.ptid = vcpu->vcpu_id - vcore->first_vcpuid; in kvmppc_core_vcpu_create_hv()
2530 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], NULL); in kvmppc_remove_runnable()
2654 cpu += vcpu->arch.ptid; in kvmppc_start_thread()
2661 tpaca->kvm_hstate.ptid = cpu - vc->pcpu; in kvmppc_start_thread()
3300 if (!vcpu->arch.ptid) in kvmppc_run_core()
3302 active |= 1 << (thr + vcpu->arch.ptid); in kvmppc_run_core()
4032 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], vcpu); in kvmppc_run_vcpu()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H 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()

Completed in 42 milliseconds

1234