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