task_exec_state
struct task_exec_state *exec_state __free(put_task_exec_state) = NULL;
struct task_exec_state *exec_state;
struct task_exec_state;
struct task_exec_state __rcu *exec_state;
extern struct task_exec_state init_task_exec_state;
struct task_exec_state *alloc_task_exec_state(struct user_namespace *user_ns);
void put_task_exec_state(struct task_exec_state *exec_state);
struct task_exec_state *task_exec_state_rcu(const struct task_struct *tsk);
struct task_exec_state *task_exec_state_replace(struct task_struct *tsk,
struct task_exec_state *exec_state);
DEFINE_FREE(put_task_exec_state, struct task_exec_state *, put_task_exec_state(_T))
struct task_exec_state init_task_exec_state = {
struct task_exec_state *exec_state;
sizeof(struct task_exec_state), 0,
struct task_exec_state *exec_state = container_of(rcu, struct task_exec_state, rcu);
void put_task_exec_state(struct task_exec_state *exec_state)
struct task_exec_state *alloc_task_exec_state(struct user_namespace *user_ns)
struct task_exec_state *exec_state;
struct task_exec_state *task_exec_state_rcu(const struct task_struct *tsk)
struct task_exec_state *exec_state;
struct task_exec_state *task_exec_state_replace(struct task_struct *tsk,
struct task_exec_state *exec_state)
struct task_exec_state *src, *dst;
struct task_exec_state *exec_state;
struct task_exec_state *exec_state;
const struct task_exec_state *exec_state;
const struct task_exec_state *es;