Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-alpha/
Dspinlock.h43 extern int debug_spin_trylock(spinlock_t * lock, const char *, int);
46 #define spin_trylock(LOCK) debug_spin_trylock(LOCK, __BASE_FILE__, __LINE__)
/linux-2.4.37.9/arch/alpha/kernel/
Dalpha_ksyms.c234 EXPORT_SYMBOL(debug_spin_trylock);
Dsmp.c1158 debug_spin_trylock(spinlock_t * lock, const char *base_file, int line_no) in debug_spin_trylock() function