Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drwsem.h42 #define down_write(_rw) sx_xlock(&(_rw)->sx) argument
43 #define up_write(_rw) sx_xunlock(&(_rw)->sx) argument
44 #define down_read(_rw) sx_slock(&(_rw)->sx) argument
45 #define up_read(_rw) sx_sunlock(&(_rw)->sx) argument
46 #define down_read_trylock(_rw) !!sx_try_slock(&(_rw)->sx) argument
47 #define down_read_killable(_rw) linux_down_read_killable(_rw) argument
48 #define down_write_trylock(_rw) !!sx_try_xlock(&(_rw)->sx) argument
49 #define down_write_killable(_rw) linux_down_write_killable(_rw) argument
50 #define downgrade_write(_rw) sx_downgrade(&(_rw)->sx) argument
51 #define down_read_nested(_rw, _sc) down_read(_rw) argument
[all …]
/freebsd/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_clock.c88 #define F_FEPLL(_id, _cname, _parent, _reg, _fs, _fw, _rs, _rw) \ argument
99 .refclkdiv_width = _rw, \