Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/locking/
Drtmutex.c31 # define ww_container_of(rtm) NULL macro
59 # define ww_container_of(rtm) container_of(rtm, struct ww_mutex, base) macro
1557 struct ww_mutex *ww = ww_container_of(rtm); in __rt_mutex_slowlock()