Lines Matching refs:DEFINE
17 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in foo()
18 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in foo()
19 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo()
20 DEFINE(TI_FP, offsetof(struct thread_info, fp)); in foo()
21 DEFINE(TI_STATUS, offsetof(struct thread_info, status)); in foo()
24 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in foo()
25 DEFINE(TASK_CRED, offsetof(struct task_struct, cred)); in foo()
26 DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent)); in foo()
27 DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader)); in foo()
28 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in foo()
31 DEFINE(CRED_UID, offsetof(struct cred, uid)); in foo()
32 DEFINE(CRED_EUID, offsetof(struct cred, euid)); in foo()
33 DEFINE(CRED_GID, offsetof(struct cred, gid)); in foo()
34 DEFINE(CRED_EGID, offsetof(struct cred, egid)); in foo()
37 DEFINE(SIZEOF_PT_REGS, sizeof(struct pt_regs)); in foo()
38 DEFINE(PT_PTRACED, PT_PTRACED); in foo()
39 DEFINE(CLONE_VM, CLONE_VM); in foo()
40 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
41 DEFINE(SIGCHLD, SIGCHLD); in foo()
44 DEFINE(HAE_CACHE, offsetof(struct alpha_machine_vector, hae_cache)); in foo()
45 DEFINE(HAE_REG, offsetof(struct alpha_machine_vector, hae_register)); in foo()