Searched refs:tgid (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/kvm/ |
D | trace_hv.h | 395 __field(pid_t, tgid) 402 __entry->tgid = current->tgid; 407 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid) 419 __field(pid_t, tgid) 426 __entry->tgid = current->tgid; 431 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid) 442 __field(pid_t, tgid) 448 __entry->tgid = current->tgid; 453 __entry->ns, __entry->tgid) 463 __field(pid_t, tgid) [all …]
|
/arch/ia64/include/uapi/asm/ |
D | perfmon_default_smpl.h | 73 int tgid; /* thread group id (for NPTL, this is getpid()) */ member
|
/arch/alpha/kernel/ |
D | asm-offsets.c | 26 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in foo()
|
/arch/ia64/kernel/ |
D | perfmon_default_smpl.c | 171 ent->tgid = current->tgid; in default_handler()
|
D | asm-offsets.c | 61 DEFINE(IA64_TASK_TGID_OFFSET, offsetof (struct task_struct, tgid)); in foo()
|
/arch/arc/kernel/ |
D | asm-offsets.c | 39 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in main()
|
/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 243 spu->tgid = current->tgid; in spu_bind_context() 469 spu->tgid = 0; in spu_unbind_context()
|
/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 402 spu_buff_add(spu->tgid, spu->number); in process_context_switch()
|
/arch/powerpc/include/asm/ |
D | spu.h | 146 pid_t tgid; member
|