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

/linux-master/net/l2tp/
H A Dtrace.h58 __field(u32, ptid)
66 __entry->ptid = tunnel->peer_tunnel_id;
70 TP_printk("%s: type=%s encap=%s version=L2TPv%d tid=%u ptid=%u fd=%d",
76 __entry->ptid,
96 __field(u32, ptid)
104 __entry->ptid = session->tunnel ? session->tunnel->peer_tunnel_id : 0;
109 TP_printk("%s: pseudowire=%s sid=%u psid=%u tid=%u ptid=%u",
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c114 int ptid = local_paca->kvm_hstate.ptid; local
121 set_bit(ptid, &vc->conferring_threads);
131 clear_bit(ptid, &vc->conferring_threads);
253 int ptid = local_paca->kvm_hstate.ptid; local
259 me = 0x100 << ptid;
274 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid));
H A Dbook3s_hv.c803 dt->processor_id = cpu_to_be16(pcpu + vcpu->arch.ptid);
3084 vcpu->arch.ptid = vcpu->vcpu_id - vcore->first_vcpuid;
3188 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], NULL);
3343 cpu += vcpu->arch.ptid;
3349 tpaca->kvm_hstate.ptid = cpu - vc->pcpu;
3970 if (!vcpu->arch.ptid)
3972 active |= 1 << (thr + vcpu->arch.ptid);
4606 WRITE_ONCE(vc->runnable_threads[vcpu->arch.ptid], vcpu);
4771 local_paca->kvm_hstate.ptid = 0;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11n.h133 int *ptid, u8 *ra)
145 *ptid = tx_tbl->tid;
132 mwifiex_find_stream_to_delete(struct mwifiex_private *priv, int ptr_tid, int *ptid, u8 *ra) argument
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h99 u8 ptid; /* thread number within subcore when split */
H A Dkvm_host.h785 int ptid; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/scripts/gdb/linux/
H A Dcpus.py29 tid = gdb.selected_thread().ptid[2]
/linux-master/include/uapi/linux/
H A Duserfaultfd.h120 __u32 ptid; member in union:uffd_msg::__anon644::__anon645::__anon646
/linux-master/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.c294 member_def(perf_record_fork, ptid, T_UINT, "event ptid"),
302 "ptid: %u, time: %" PRI_lu64 "}",
307 pevent->event.fork.ptid,
H A Dbuild-id.c81 event->fork.ppid, event->fork.ptid);
H A Devent.c410 event->fork.ppid, event->fork.ptid);
H A Dsynthetic-events.c275 event->fork.ptid = ppid;
278 event->fork.ptid = tgid;
H A Dmachine.c1918 event->fork.ptid);
1937 event->fork.ptid);
H A Dsession.c641 event->fork.ptid = bswap_32(event->fork.ptid);
/linux-master/tools/lib/perf/include/perf/
H A Devent.h63 __u32 tid, ptid; member in struct:perf_record_fork
/linux-master/tools/perf/bench/
H A Dinject-buildid.c166 event.fork.ptid = 1;
/linux-master/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) argument
605 if (ptid)
606 *ptid = tid;
613 if (ptid)
614 *ptid = journal->j_committing_transaction->t_tid;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1996 uint16_t idx, *ptid; local
2022 ptid = (uint16_t *)&fw_ddb_entry->isid[1];
2023 *ptid = cpu_to_le16((uint16_t)ddb_entry->sess->target_id);
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c576 HSTATE_FIELD(HSTATE_PTID, ptid);
/linux-master/fs/
H A Duserfaultfd.c235 msg.arg.pagefault.feat.ptid = task_pid_vnr(current);
/linux-master/fs/ceph/
H A Dcaps.c2286 static int try_flush_caps(struct inode *inode, u64 *ptid) argument
2337 *ptid = flush_tid;
/linux-master/kernel/events/
H A Dcore.c8178 u32 ptid; member in struct:perf_task_event::__anon2877
8215 task_event->event_id.ptid = perf_event_pid(event,
8219 task_event->event_id.ptid = perf_event_tid(event, current);
8256 /* .ptid */
/linux-master/tools/perf/
H A Dbuiltin-sched.c891 event->fork.ptid);

Completed in 435 milliseconds