Searched defs:task_struct (Results 1 – 1 of 1) sorted by relevance
1265 struct task_struct { struct1266 volatile long state; /* -1 unrunnable, 0 runnable, >0 stopped */1267 void *stack;1268 atomic_t usage;1269 unsigned int flags; /* per process flags, defined below */1270 unsigned int ptrace;1273 struct llist_node wake_entry;1274 int on_cpu;1276 int on_rq;1278 int prio, static_prio, normal_prio;[all …]