Searched refs:__owner (Results 1 – 2 of 2) sorted by relevance
47 #define csio_mb_is_host_owner(__owner) ((__owner) == CSIO_MBOWNER_PL) argument
137 static struct task_struct *__owner; variable145 __owner = current; in lockdep_lock()152 if (debug_locks && DEBUG_LOCKS_WARN_ON(__owner != current)) in lockdep_unlock()155 __owner = NULL; in lockdep_unlock()162 return DEBUG_LOCKS_WARN_ON(__owner != current); in lockdep_assert_locked()
Completed in 20 milliseconds