HomeSort by: relevance | last modified time | path
    Searched defs:ppref (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/uvm/
uvm_amap.c 75 * what is ppref? ppref is an _optional_ amap feature which is used
84 * that we tried to do ppref's but couldn't alloc the array so just
95 * ppref: -3 4 x x 4 -2 2 -1 3 x -5 2 1 -2 3 x
110 * => ppref's amap must be locked
113 pp_getreflen(int *ppref, int offset, int *refp, int *lenp)
116 if (ppref[offset] > 0) { /* chunk size must be 1 */
117 *refp = ppref[offset] - 1; /* don't forget to adjust */
120 *refp = (ppref[offset] * -1) - 1;
121 *lenp = ppref[offset+1]
1202 int stopslot, *ppref, lcv, prevlcv; local in function:amap_pp_adjref
    [all...]
uvm_amap.c 75 * what is ppref? ppref is an _optional_ amap feature which is used
84 * that we tried to do ppref's but couldn't alloc the array so just
95 * ppref: -3 4 x x 4 -2 2 -1 3 x -5 2 1 -2 3 x
110 * => ppref's amap must be locked
113 pp_getreflen(int *ppref, int offset, int *refp, int *lenp)
116 if (ppref[offset] > 0) { /* chunk size must be 1 */
117 *refp = ppref[offset] - 1; /* don't forget to adjust */
120 *refp = (ppref[offset] * -1) - 1;
121 *lenp = ppref[offset+1]
1202 int stopslot, *ppref, lcv, prevlcv; local in function:amap_pp_adjref
    [all...]
uvm_amap.c 75 * what is ppref? ppref is an _optional_ amap feature which is used
84 * that we tried to do ppref's but couldn't alloc the array so just
95 * ppref: -3 4 x x 4 -2 2 -1 3 x -5 2 1 -2 3 x
110 * => ppref's amap must be locked
113 pp_getreflen(int *ppref, int offset, int *refp, int *lenp)
116 if (ppref[offset] > 0) { /* chunk size must be 1 */
117 *refp = ppref[offset] - 1; /* don't forget to adjust */
120 *refp = (ppref[offset] * -1) - 1;
121 *lenp = ppref[offset+1]
1202 int stopslot, *ppref, lcv, prevlcv; local in function:amap_pp_adjref
    [all...]

Completed in 157 milliseconds