Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H 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()
253 int ptid = local_paca->kvm_hstate.ptid; in kvmhv_commence_exit() local
259 me = 0x100 << ptid; in kvmhv_commence_exit()
274 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
H A Dbook3s_hv.c806 dt->processor_id = cpu_to_be16(pcpu + vcpu->arch.ptid); in __kvmppc_create_dtl_entry()
3086 vcpu->arch.ptid = vcpu->vcpu_id - vcore->first_vcpuid; in kvmppc_core_vcpu_create_hv()
3190 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], NULL); in kvmppc_remove_runnable()
3345 cpu += vcpu->arch.ptid; in kvmppc_start_thread()
3351 tpaca->kvm_hstate.ptid = cpu - vc->pcpu; in kvmppc_start_thread()
3972 if (!vcpu->arch.ptid) in kvmppc_run_core()
3974 active |= 1 << (thr + vcpu->arch.ptid); in kvmppc_run_core()
4762 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], vcpu); in kvmppc_run_vcpu()
4927 local_paca->kvm_hstate.ptid = 0; in kvmhv_run_single_vcpu()
/linux/net/l2tp/
H 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/
H A D11n.h131 int *ptid, u8 *ra) in mwifiex_find_stream_to_delete() argument
143 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h99 u8 ptid; /* thread number within subcore when split */ member
/linux/include/uapi/linux/
H A Duserfaultfd.h120 __u32 ptid; member
/linux/tools/perf/util/
H A Ddata-convert-bt.c931 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
939 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
1282 __NON_SAMPLE_ADD_FIELD(u32, ptid);
1290 __NON_SAMPLE_ADD_FIELD(u32, ptid);
H A Devent.c418 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
447 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
H A Dpython.c111 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
124 pevent->event.fork.ptid, in pyrf_task_event__repr()
H A Dsynthetic-events.c276 event->fork.ptid = ppid; in perf_event__synthesize_fork()
279 event->fork.ptid = tgid; in perf_event__synthesize_fork()
H A Dmachine.c1868 event->fork.ptid); in machine__process_fork_event()
1887 event->fork.ptid); in machine__process_fork_event()
H A Dsession.c343 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
/linux/fs/jbd2/
H A Djournal.c570 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() argument
581 if (ptid) in jbd2_journal_start_commit()
582 *ptid = tid; in jbd2_journal_start_commit()
589 if (ptid) in jbd2_journal_start_commit()
590 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
/linux/tools/perf/bench/
H A Dinject-buildid.c166 event.fork.ptid = 1; in synthesize_fork()
/linux/tools/lib/perf/include/perf/
H A Devent.h63 __u32 tid, ptid; member
/linux/drivers/scsi/qla4xxx/
H A Dql4_mbx.c2003 uint16_t idx, *ptid; in qla4xxx_set_param_ddbentry() local
2029 ptid = (uint16_t *)&fw_ddb_entry->isid[1]; in qla4xxx_set_param_ddbentry()
2030 *ptid = cpu_to_le16((uint16_t)ddb_entry->sess->target_id); in qla4xxx_set_param_ddbentry()
/linux/fs/
H A Duserfaultfd.c221 msg.arg.pagefault.feat.ptid = task_pid_vnr(current); in userfault_msg()
/linux/fs/ceph/
H A Dcaps.c2282 static int try_flush_caps(struct inode *inode, u64 *ptid) in try_flush_caps() argument
2333 *ptid = flush_tid; in try_flush_caps()
/linux/kernel/events/
H A Dcore.c9111 u32 ptid; member
9148 task_event->event_id.ptid = perf_event_pid(event, in perf_event_task_output()
9152 task_event->event_id.ptid = perf_event_tid(event, current); in perf_event_task_output()
/linux/tools/perf/
H A Dbuiltin-sched.c903 event->fork.ptid); in replay_fork_event()