Searched refs:ULF_NO_ERRNO (Results 1 – 4 of 4) sorted by relevance
124 #define ULF_NO_ERRNO 0x01000000 macro133 #define ULF_WAIT_MASK (ULF_NO_ERRNO | \137 #define ULF_WAKE_MASK (ULF_NO_ERRNO | \
37 int rc = __ulock_wait(UL_UNFAIR_LOCK | ULF_NO_ERRNO, &test_ulock, in test_waiter()56 int rc = __ulock_wake(UL_UNFAIR_LOCK | ULF_NO_ERRNO | ULF_WAKE_ALLOW_NON_OWNER, in test_waker()
123 if (flags & ULF_NO_ERRNO) { in ull_lock()177 if ((ret < 0) && (flags & ULF_NO_ERRNO)) { in ull_unlock()183 if ((ret < 0) && (flags & ULF_NO_ERRNO)) { in ull_unlock()
768 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wait2()839 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in ulock_wait_continue()867 if ((args->operation & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wake()