Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c56 #define cht_log(level, _fmt, ...) \ macro
64 #define cht_log(_flag, _fmt, ...) do { ((void)0); } while (0) macro
67 #define cht_err(_fmt, ...) cht_log(CHTV_ERR, _fmt, ##__VA_ARGS__)
68 #define cht_warn(_fmt, ...) cht_log(CHTV_WARN, _fmt, ##__VA_ARGS__)
69 #define cht_info(_fmt, ...) cht_log(CHTV_INFO, _fmt, ##__VA_ARGS__)
70 #define cht_debug(_fmt, ...) cht_log(CHTV_DEBUG, _fmt, ##__VA_ARGS__)
655 cht_log(CHTV_DEBUG, "Move [0x%lx][%d] to [0x%lx][%d]", in cuckoo_move()