Home | Sort by: relevance | last modified time | path |
/src/regress/sys/uvm/pdsim/ | |
pdsim.h | 131 int pct_pct; member in struct:uvm_pctparam 134 (((x) * (pct)->pct_pct) / 100) 135 #define uvm_pctparam_init(pct, x, f) (pct)->pct_pct = x |
/src/sys/uvm/ | |
uvm_extern.h | 303 int pct_pct; /* percent [0, 100] */ /* should be the first member */ member in struct:uvm_pctparam |