Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_meter.c165 struct vmtotal11 total11; in vmtotal() local
174 return (SYSCTL_OUT(req, NULL, sizeof(total11))); in vmtotal()
270 sizeof(total11) || req->oldlen == 2 * sizeof(total11))) { in vmtotal()
271 bzero(&total11, sizeof(total11)); in vmtotal()
272 total11.t_rq = total.t_rq; in vmtotal()
273 total11.t_dw = total.t_dw; in vmtotal()
274 total11.t_pw = total.t_pw; in vmtotal()
275 total11.t_sl = total.t_sl; in vmtotal()
276 total11.t_sw = total.t_sw; in vmtotal()
277 total11.t_vm = total.t_vm; /* truncate */ in vmtotal()
[all …]