Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_meter.c184 struct vmtotal11 total11; in vmtotal() local
291 sizeof(total11) || req->oldlen == 2 * sizeof(total11))) { in vmtotal()
292 bzero(&total11, sizeof(total11)); in vmtotal()
293 total11.t_rq = total.t_rq; in vmtotal()
294 total11.t_dw = total.t_dw; in vmtotal()
295 total11.t_pw = total.t_pw; in vmtotal()
296 total11.t_sl = total.t_sl; in vmtotal()
297 total11.t_sw = total.t_sw; in vmtotal()
298 total11.t_vm = total.t_vm; /* truncate */ in vmtotal()
300 total11.t_rm = total.t_rm; /* truncate */ in vmtotal()
[all …]