Lines Matching refs:flags
48 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait() argument
54 return mlsec < 0 ? KERN_TIMEDOUT : __lll_timed_wait (ptr, val, mlsec, flags); in __lll_abstimed_wait()
59 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait_intr() argument
65 return mlsec < 0 ? KERN_TIMEDOUT : __lll_timed_wait_intr (ptr, val, mlsec, flags); in __lll_abstimed_wait_intr()
70 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_xwait() argument
77 flags); in __lll_abstimed_xwait()
82 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_lock() argument
98 if (mlsec < 0 || __lll_timed_wait (ptr, 2, mlsec, flags) == KERN_TIMEDOUT) in __lll_abstimed_lock()
123 __lll_robust_lock (void *ptr, int flags) in __lll_robust_lock() argument
154 __lll_timed_wait (iptr, val, wait_time, flags); in __lll_robust_lock()
163 const struct timespec *tsp, int flags, int clk) in __lll_robust_abstimed_lock() argument
201 int res = __lll_timed_wait (iptr, val, mlsec, flags); in __lll_robust_abstimed_lock()
230 __lll_robust_unlock (void *ptr, int flags) in __lll_robust_unlock() argument
237 __lll_set_wake (ptr, 0, flags); in __lll_robust_unlock()