Searched refs:tgid (Results 1 – 10 of 10) sorted by relevance
/arch/ia64/include/uapi/asm/ |
D | perfmon_default_smpl.h | 72 int tgid; /* thread group id (for NPTL, this is getpid()) */ member
|
/arch/alpha/kernel/ |
D | asm-offsets.c | 25 DEFINE(TASK_TGID, 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/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/powerpc/platforms/cell/spufs/ |
D | sched.c | 242 spu->tgid = current->tgid; in spu_bind_context() 468 spu->tgid = 0; in spu_unbind_context()
|
/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 401 spu_buff_add(spu->tgid, spu->number); in process_context_switch()
|
/arch/tile/kernel/ |
D | stack.c | 393 kbt->task->pid, kbt->task->tgid, kbt->task->comm, in tile_show_stack()
|
/arch/powerpc/include/asm/ |
D | spu.h | 146 pid_t tgid; member
|
/arch/s390/kernel/ |
D | compat_wrapper.c | 203 COMPAT_SYSCALL_WRAP3(tgkill, int, tgid, int, pid, int, sig);
|