Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/playstation2/dev/
H A Dif_smap.c81 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