Home
last modified time | relevance | path

Searched refs:stack_refcount (Results 1 – 3 of 3) sorted by relevance

/include/linux/sched/
Dtask_stack.h64 return atomic_inc_not_zero(&tsk->stack_refcount) ? in try_get_task_stack()
/include/linux/
Dinit_task.h211 .stack_refcount = ATOMIC_INIT(1),
Dsched.h1228 atomic_t stack_refcount; member