Searched refs:mgp (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/scripts/stats/ |
H A D | itf.S | 4 par(mgp=c(1, 0, 0), tck=0.03, mar=c(2, 2, 1, 1))
|
H A D | tdata.S | 4 par(mgp=c(1, 0, 0), tck=0.03, mar=c(2, 2, 1, 1))
|
H A D | ensemble.S | 4 par(mgp=c(1, 0, 0), tck = 0.03, mar = c(2, 2, 1, 1))
|
H A D | loop.S | 6 par(mgp=c(1, 0, 0), tck=0.03, mar=c(2, 2, 1, 1))
|
H A D | etf.S | 14 par(mgp=c(1, 0, 0), tck=0.03, mar=c(2, 2, 1, 1))
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | metaslab.c | 1306 for (metaslab_group_t *mgp = mg->mg_next; in metaslab_group_allocatable() local 1307 mgp != rotor; mgp = mgp->mg_next) { in metaslab_group_allocatable() 1309 &mgp->mg_allocator[allocator]; in metaslab_group_allocatable() 1320 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
|