Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/net/l2tp/
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;
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_builtin.c128 int ptid = local_paca->kvm_hstate.ptid; in kvmppc_rm_h_confer() local
135 set_bit(ptid, &vc->conferring_threads); in kvmppc_rm_h_confer()
145 clear_bit(ptid, &vc->conferring_threads); in kvmppc_rm_h_confer()
278 int ptid = local_paca->kvm_hstate.ptid; in kvmhv_commence_exit() local
285 me = 0x100 << ptid; in kvmhv_commence_exit()
300 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
332 cpu0 = vc->pcpu + ptid - local_paca->kvm_hstate.tid; in kvmhv_commence_exit()
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/liteos_a/testsuites/kernel/sample/posix/pthread/smoke/
DIt_posix_pthread_003.c48 pthread_t ptid; in Testcase() local
57 ptid = pthread_self(); in Testcase()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
D11n.h145 int *ptid, u8 *ra) in mwifiex_find_stream_to_delete() argument
157 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/smoke/
DIt_posix_pthread_003.cpp41 pthread_t ptid = pthread_self(); in Testcase() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Duserfaultfd.h58 __u32 ptid; member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_book3s_asm.h112 u8 ptid; /* thread number within subcore when split */ member
Dkvm_host.h763 int ptid; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Duserfaultfd.h52 __u32 ptid; member
/kernel/linux/linux-5.10/include/uapi/linux/
Duserfaultfd.h90 __u32 ptid; member
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dcpus.py26 tid = gdb.selected_thread().ptid[2]
/kernel/linux/linux-5.10/tools/perf/util/
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);
Dpython.c196 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
209 pevent->event.fork.ptid, in pyrf_task_event__repr()
Dbuild-id.c78 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
Devent.c356 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
Dsynthetic-events.c259 event->fork.ptid = ppid; in perf_event__synthesize_fork()
262 event->fork.ptid = tgid; in perf_event__synthesize_fork()
Dsession.c612 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
Dmachine.c1872 event->fork.ptid); in machine__process_fork_event()
1891 event->fork.ptid); in machine__process_fork_event()
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
Devent.h53 __u32 tid, ptid; member
/kernel/linux/linux-5.10/fs/jbd2/
Djournal.c609 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/perf/bench/
Dinject-buildid.c165 event.fork.ptid = 1; in synthesize_fork()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dasm-offsets.c692 HSTATE_FIELD(HSTATE_PTID, ptid); in main()
/kernel/linux/linux-5.10/fs/
Duserfaultfd.c220 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()

12