Searched refs:v_vforkpages (Results 1 – 4 of 4) sorted by relevance
90 u_int v_vforkpages; /* number of VM pages affected by vfork() */ member
366 SYSCTL_PROC(_vm_stats_vm, OID_AUTO, v_vforkpages, CTLTYPE_UINT|CTLFLAG_RD,367 0, VMMETEROFF(v_vforkpages), vcnt, "IU", "VM pages affected by vfork()");
684 mycpu->gd_cnt.v_vforkpages += btoc(p2->p_vmspace->vm_dsize) + in fork1()
773 printf("%9u pages affected by vfork()\n", vmm.v_vforkpages); in dosum()