Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dfutex.h45 static inline unsigned int futex_to_flags(unsigned int op) in futex_to_flags() function
H A Dsyscalls.c87 unsigned int flags = futex_to_flags(op); in do_futex()