Searched refs:ULF_NO_ERRNO (Results 1 – 4 of 4) sorted by relevance
131 #define ULF_NO_ERRNO 0x01000000 macro141 #define ULF_WAIT_MASK (ULF_NO_ERRNO | ULF_DEADLINE | \145 #define ULF_WAKE_MASK (ULF_NO_ERRNO | \
37 int rc = __ulock_wait(UL_UNFAIR_LOCK | ULF_NO_ERRNO, &test_ulock, in test_waiter()68 int rc = __ulock_wait2(UL_UNFAIR_LOCK | ULF_NO_ERRNO | ULF_DEADLINE, &test_ulock, in test_waiter_with_timeout()88 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()
809 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wait2()880 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in ulock_wait_continue()908 if ((args->operation & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wake()