Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/locking/
Drwsem.c1264 static __always_inline int __down_read_interruptible(struct rw_semaphore *sem) in __down_read_interruptible() function
1456 static inline int __down_read_interruptible(struct rw_semaphore *sem) in __down_read_interruptible() function
1535 if (LOCK_CONTENDED_RETURN(sem, __down_read_trylock, __down_read_interruptible)) { in down_read_interruptible()