Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dtrace_hv.h395 __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/powerpc/include/asm/
Dvas.h60 struct pid *tgid; /* Thread group ID of owner */ member
90 put_pid(ref->tgid); in put_vas_user_win_ref()
Dspu.h133 pid_t tgid; member
/arch/alpha/kernel/
Dasm-offsets.c26 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in foo()
/arch/arc/kernel/
Dasm-offsets.c37 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in main()
/arch/powerpc/platforms/book3s/
Dvas-api.c95 task_ref->tgid = find_get_pid(task_tgid_vnr(current)); in get_vas_user_win_ref()
113 pid = task_ref->tgid; in ref_get_pid_and_task()
/arch/powerpc/platforms/cell/spufs/
Dsched.c227 spu->tgid = current->tgid; in spu_bind_context()
451 spu->tgid = 0; in spu_unbind_context()
/arch/ia64/kernel/
Dasm-offsets.c60 DEFINE(IA64_TASK_TGID_OFFSET, offsetof (struct task_struct, tgid)); in foo()