Home
last modified time | relevance | path

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

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