Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drtmutex.c33 # define ww_container_of(rtm) NULL macro
61 # define ww_container_of(rtm) container_of(rtm, struct ww_mutex, base) macro
1664 struct ww_mutex *ww = ww_container_of(rtm); in __rt_mutex_slowlock()