Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ddevicestat.h76 #define DEVSTAT_N_TRANS_FLAGS 4 macro
155 u_int64_t bytes[DEVSTAT_N_TRANS_FLAGS];
156 u_int64_t operations[DEVSTAT_N_TRANS_FLAGS];
157 struct bintime duration[DEVSTAT_N_TRANS_FLAGS];
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c367 for (k = 0; k < DEVSTAT_N_TRANS_FLAGS; k++) in updatexfers()