Home
last modified time | relevance | path

Searched refs:tgid (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/kvm/
Dtrace_hv.h394 __field(pid_t, tgid)
401 __entry->tgid = current->tgid;
406 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid)
418 __field(pid_t, tgid)
425 __entry->tgid = current->tgid;
430 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid)
440 __field(pid_t, tgid)
445 __entry->tgid = current->tgid;
448 TP_printk("VCPU %d: tgid=%d", __entry->vcpu_id, __entry->tgid)
/arch/ia64/include/uapi/asm/
Dperfmon_default_smpl.h72 int tgid; /* thread group id (for NPTL, this is getpid()) */ member
/arch/alpha/kernel/
Dasm-offsets.c25 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in foo()
/arch/ia64/kernel/
Dperfmon_default_smpl.c171 ent->tgid = current->tgid; in default_handler()
Dasm-offsets.c61 DEFINE(IA64_TASK_TGID_OFFSET, offsetof (struct task_struct, tgid)); in foo()
/arch/arc/kernel/
Dasm-offsets.c39 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in main()
/arch/powerpc/platforms/cell/spufs/
Dsched.c242 spu->tgid = current->tgid; in spu_bind_context()
468 spu->tgid = 0; in spu_unbind_context()
/arch/powerpc/oprofile/cell/
Dspu_task_sync.c402 spu_buff_add(spu->tgid, spu->number); in process_context_switch()
/arch/powerpc/include/asm/
Dspu.h146 pid_t tgid; member