Home
last modified time | relevance | path

Searched refs:futex_state (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/kernel/futex/
Dcore.c1063 if (tsk->futex_state == FUTEX_STATE_EXITING) in futex_exit_recursive()
1065 tsk->futex_state = FUTEX_STATE_DEAD; in futex_exit_recursive()
1090 tsk->futex_state = FUTEX_STATE_EXITING; in futex_cleanup_begin()
1100 tsk->futex_state = state; in futex_cleanup_end()
Dpi.c329 if (tsk && tsk->futex_state != FUTEX_STATE_DEAD) in handle_exit_race()
441 if (unlikely(p->futex_state != FUTEX_STATE_OK)) { in attach_to_pi_owner()
/linux-6.6.21/include/linux/
Dfutex.h70 tsk->futex_state = FUTEX_STATE_OK; in futex_init_task()
Dsched.h1241 unsigned int futex_state; member