Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drwsem.h49 #define down_write_killable(_rw) linux_down_write_killable(_rw)
83 extern int linux_down_write_killable(struct rw_semaphore *);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c174 linux_down_write_killable(struct rw_semaphore *rw) in linux_down_write_killable() function