Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_ldsem.c42 #define lockdep_acquire(l, s, t, i) __acq(l, s, t, 0, 1, NULL, i) macro
47 # define lockdep_acquire(l, s, t, i) do { } while (0) macro
346 lockdep_acquire(sem, subclass, 0, _RET_IP_); in __ldsem_down_write_nested()
405 lockdep_acquire(sem, 0, 1, _RET_IP_); in ldsem_down_write_trylock()