Searched refs:can_sleep (Results 1 – 1 of 1) sorted by relevance
2071 int can_sleep, error, type; in SYSCALL_DEFINE2() local2106 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()2107 if (can_sleep) in SYSCALL_DEFINE2()2112 (can_sleep) ? F_SETLKW : F_SETLK, in SYSCALL_DEFINE2()