HomeSort by relevance Sort by last modified time
    Searched defs:rwlock_acquire_read (Results 26 - 26 of 26) sorted by null

12

  /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

12