Searched refs:__smap_lock_check (Results 1 – 1 of 1) sorted by relevance
81 void __smap_lock_check(const char *, int);82 #define FUNC_ENTER() __smap_lock_check(__func__, 1)83 #define FUNC_EXIT() __smap_lock_check(__func__, 0)698 __smap_lock_check(const char *func, int enter) in __smap_lock_check() function