Lines Matching defs:stat
365 #define _DDT_KSTAT_STAT(ddt, stat) \ argument
367 #define DDT_KSTAT_BUMP(ddt, stat) \ argument
369 #define DDT_KSTAT_ADD(ddt, stat, val) \ argument
371 #define DDT_KSTAT_SUB(ddt, stat, val) \ argument
373 #define DDT_KSTAT_SET(ddt, stat, val) \ argument
375 #define DDT_KSTAT_ZERO(ddt, stat) DDT_KSTAT_SET(ddt, stat, 0) argument
377 #define DDT_KSTAT_BUMP(ddt, stat) do {} while (0) argument
378 #define DDT_KSTAT_ADD(ddt, stat, val) do {} while (0) argument
379 #define DDT_KSTAT_SUB(ddt, stat, val) do {} while (0) argument
380 #define DDT_KSTAT_SET(ddt, stat, val) do {} while (0) argument
381 #define DDT_KSTAT_ZERO(ddt, stat) do {} while (0) argument