Searched defs:task_struct (Results 1 – 1 of 1) sorted by relevance
1193 struct task_struct { struct1194 volatile long state; /* -1 unrunnable, 0 runnable, >0 stopped */1195 void *stack;1196 atomic_t usage;1197 unsigned int flags; /* per process flags, defined below */1198 unsigned int ptrace;1200 int lock_depth; /* BKL lock depth */1204 int oncpu;1208 int prio, static_prio, normal_prio;1209 unsigned int rt_priority;[all …]