Searched defs:DEFINE_GUARD (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | percpu-rwsem.h | 141 DEFINE_GUARD(percpu_read, struct percpu_rw_semaphore *, in DEFINE_GUARD() function
|
H A D | cleanup.h | 378 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ macro
|
/linux/drivers/clocksource/ |
H A D | timer-nxp-stm.c | 80 DEFINE_GUARD(stm_instances, struct mutex *, mutex_lock(_T), mutex_unlock(_T)) in DEFINE_GUARD() function
|
/linux/drivers/pwm/ |
H A D | core.c | 54 DEFINE_GUARD(pwmchip, struct pwm_chip *, pwmchip_lock(_T), pwmchip_unlock(_T)) in DEFINE_GUARD() function
|