Home
last modified time | relevance | path

Searched defs:_lck (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/include/
H A Dspinlock.h52 #define _SPINUNLOCK(_lck) _spinunlock(_lck); argument
53 #define _SPINLOCK(_lck) _spinlock(_lck) argument
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852c_rfk.c3985 static void _lck(struct rtw89_dev *rtwdev) in _lck() function