Searched refs:debug_spin_trylock (Results 1 – 3 of 3) sorted by relevance
43 extern int debug_spin_trylock(spinlock_t * lock, const char *, int);46 #define spin_trylock(LOCK) debug_spin_trylock(LOCK, __BASE_FILE__, __LINE__)
234 EXPORT_SYMBOL(debug_spin_trylock);
1158 debug_spin_trylock(spinlock_t * lock, const char *base_file, int line_no) in debug_spin_trylock() function