Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
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()
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.c711 dt->processor_id = cpu_to_be16(vc->pcpu + vcpu->arch.ptid); in kvmppc_create_dtl_entry()
2796 vcpu->arch.ptid = vcpu->vcpu_id - vcore->first_vcpuid; in kvmppc_core_vcpu_create_hv()
2900 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], NULL); in kvmppc_remove_runnable()
3024 cpu += vcpu->arch.ptid; in kvmppc_start_thread()
3031 tpaca->kvm_hstate.ptid = cpu - vc->pcpu; in kvmppc_start_thread()
3640 if (!vcpu->arch.ptid) in kvmppc_run_core()
3642 active |= 1 << (thr + vcpu->arch.ptid); in kvmppc_run_core()
4311 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], vcpu); in kvmppc_run_vcpu()
/linux/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/drivers/net/wireless/marvell/mwifiex/
A D11n.h145 int *ptid, u8 *ra) in mwifiex_find_stream_to_delete() argument
157 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
/linux/arch/powerpc/include/asm/
A Dkvm_book3s_asm.h102 u8 ptid; /* thread number within subcore when split */
A Dkvm_host.h757 int ptid; member
/linux/include/uapi/linux/
A Duserfaultfd.h100 __u32 ptid; member
/linux/scripts/gdb/linux/
A Dcpus.py29 tid = gdb.selected_thread().ptid[2]
/linux/tools/perf/util/
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);
A Dpython.c235 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
248 pevent->event.fork.ptid, in pyrf_task_event__repr()
A Dbuild-id.c79 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
A Devent.c384 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
A Dsynthetic-events.c275 event->fork.ptid = ppid; in perf_event__synthesize_fork()
278 event->fork.ptid = tgid; in perf_event__synthesize_fork()
A Dsession.c635 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
A Dmachine.c1926 event->fork.ptid); in machine__process_fork_event()
1945 event->fork.ptid); in machine__process_fork_event()
/linux/tools/lib/perf/include/perf/
A Devent.h63 __u32 tid, ptid; member
/linux/fs/jbd2/
A 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()
/linux/tools/perf/bench/
A Dinject-buildid.c165 event.fork.ptid = 1; in synthesize_fork()
/linux/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/arch/powerpc/kernel/
A Dasm-offsets.c585 HSTATE_FIELD(HSTATE_PTID, ptid); in main()
/linux/fs/
A Duserfaultfd.c217 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()
/linux/fs/ceph/
A Dcaps.c2138 static int try_flush_caps(struct inode *inode, u64 *ptid) in try_flush_caps() argument
2189 *ptid = flush_tid; in try_flush_caps()
/linux/kernel/events/
A Dcore.c7798 u32 ptid; member
7835 task_event->event_id.ptid = perf_event_pid(event, in perf_event_task_output()
7839 task_event->event_id.ptid = perf_event_tid(event, current); in perf_event_task_output()
/linux/tools/perf/
A Dbuiltin-sched.c887 event->fork.ptid); in replay_fork_event()

Completed in 125 milliseconds