Home
last modified time | relevance | path

Searched refs:FUTEX_UNLOCK_PI (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dfutex.h18 #define FUTEX_UNLOCK_PI 7 macro
35 #define FUTEX_UNLOCK_PI_PRIVATE (FUTEX_UNLOCK_PI | FUTEX_PRIVATE_FLAG)
/Linux-v4.19/tools/perf/bench/
Dfutex.h74 return futex(uaddr, FUTEX_UNLOCK_PI, 0, NULL, NULL, 0, opflags); in futex_unlock_pi()
/Linux-v4.19/tools/testing/selftests/futex/include/
Dfutextest.h137 return futex(uaddr, FUTEX_UNLOCK_PI, 0, NULL, NULL, 0, opflags); in futex_unlock_pi()
/Linux-v4.19/Documentation/
Dpi-futex.txt88 - FUTEX_UNLOCK_PI
109 then FUTEX_UNLOCK_PI is called, and the kernel unlocks the futex on the
/Linux-v4.19/kernel/
Dfutex.c3515 case FUTEX_UNLOCK_PI: in do_futex()
3542 case FUTEX_UNLOCK_PI: in do_futex()