Home
last modified time | relevance | path

Searched refs:init_rwbase_rt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Drwbase_rt.h22 #define init_rwbase_rt(rwbase) \ macro
H A Drwlock_rt.h23 init_rwbase_rt(&(rwl)->rwbase); \
/openbmc/linux/kernel/locking/
H A Drwsem.c1438 init_rwbase_rt(&(sem)->rwbase); in __init_rwsem()