OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rwlock_acquire_read
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
lockdep.h
314
# define
rwlock_acquire_read
(l, s, t, i) lock_acquire(l, s, t, 2, 2, i)
macro
317
# define
rwlock_acquire_read
(l, s, t, i) lock_acquire(l, s, t, 2, 1, i)
macro
322
# define
rwlock_acquire_read
(l, s, t, i) do { } while (0)
macro
Completed in 39 milliseconds
1
2