Home
last modified time | relevance | path

Searched refs:futex_to_flags (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/kernel/futex/
Dfutex.h43 static inline unsigned int futex_to_flags(unsigned int op) in futex_to_flags() function
Dsyscalls.c87 unsigned int flags = futex_to_flags(op); in do_futex()