Searched refs:futex_to_flags (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/kernel/futex/ | ||
D | futex.h | 43 static inline unsigned int futex_to_flags(unsigned int op) in futex_to_flags() function |
D | syscalls.c | 87 unsigned int flags = futex_to_flags(op); in do_futex() |