Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc/
Dspinlock.h109 extern void _read_unlock(rwlock_t *rw);
116 #define read_unlock(rw) _read_unlock(rw)
/linux-2.4.37.9/include/asm-sparc/
Dspinlock.h188 extern __inline__ void _read_unlock(rwlock_t *rw) in _read_unlock() function
204 _read_unlock(lock); \
/linux-2.4.37.9/arch/ppc/lib/
Dlocks.c126 void _read_unlock(rwlock_t *rw) in _read_unlock() function
/linux-2.4.37.9/arch/ppc/kernel/
Dppc_ksyms.c233 EXPORT_SYMBOL(_read_unlock);