Searched defs:task_struct (Results 1 – 1 of 1) sorted by relevance
1237 struct task_struct { struct1238 volatile long state; /* -1 unrunnable, 0 runnable, >0 stopped */1239 void *stack;1240 atomic_t usage;1241 unsigned int flags; /* per process flags, defined below */1242 unsigned int ptrace;1245 struct llist_node wake_entry;1246 int on_cpu;1248 int on_rq;1250 int prio, static_prio, normal_prio;[all …]