Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drwsem.c1300 static inline int __down_write_common(struct rw_semaphore *sem, int state) in __down_write_common() function
1315 __down_write_common(sem, TASK_UNINTERRUPTIBLE); in __down_write()
1320 return __down_write_common(sem, TASK_KILLABLE); in __down_write_killable()