Lines Matching defs:change
437 * Since the capacity change was blocked, we
1239 drd_rcm_mem_op(rcm_op_t op, uint64_t change)
1257 * If this is a notify add, the capacity change
1261 * If this is a request del, the capacity change
1265 assert(change % pgsize == 0);
1266 if (change > 0) {
1267 oldpages = newpages - (long)(change / pgsize);
1269 assert(newpages >= change / pgsize);
1271 newpages = oldpages + (long)(change / pgsize);
1326 uint64_t change = 0;
1338 change += rsrcs[idx].res_mem_size;
1343 rv = drd_rcm_mem_op(rcm_notify_capacity_change, change);
1353 uint64_t change = 0;
1366 change += rsrcs[idx].res_mem_size;
1369 rv = drd_rcm_mem_op(rcm_request_capacity_change, -change);
1374 * Since the capacity change was blocked, we
1404 uint64_t change = 0;
1417 * We need to notify RCM about a memory capacity change
1425 change += rsrcs[idx].res_mem_size;
1430 rv = drd_rcm_mem_op(rcm_notify_capacity_change, change);