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

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

Completed in 218 milliseconds