Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDlwkt_token.c101 #if !defined(KTR_TOKENS)
102 #define KTR_TOKENS KTR_ALL macro
106 KTR_INFO(KTR_TOKENS, tokens, fail, 0, TOKEN_STRING, TOKEN_ARGS);
107 KTR_INFO(KTR_TOKENS, tokens, succ, 1, TOKEN_STRING, TOKEN_ARGS);
109 KTR_INFO(KTR_TOKENS, tokens, release, 2, TOKEN_STRING, TOKEN_ARGS);
110 KTR_INFO(KTR_TOKENS, tokens, remote, 3, TOKEN_STRING, TOKEN_ARGS);
111 KTR_INFO(KTR_TOKENS, tokens, reqremote, 4, TOKEN_STRING, TOKEN_ARGS);
112 KTR_INFO(KTR_TOKENS, tokens, reqfail, 5, TOKEN_STRING, TOKEN_ARGS);
113 KTR_INFO(KTR_TOKENS, tokens, drain, 6, TOKEN_STRING, TOKEN_ARGS);
114 KTR_INFO(KTR_TOKENS, tokens, contention_start, 7, CONTENDED_STRING, TOKEN_ARGS);
[all …]
/dragonfly/sys/conf/
HDoptions543 KTR_TOKENS opt_ktr.h
/dragonfly/sys/config/
HDLINT642261 #options KTR_TOKENS