Home
last modified time | relevance | path

Searched refs:new_limits (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/cgroup/
H A Drdma.c392 int *new_limits, unsigned long *enables) in rdmacg_parse_limits() argument
405 new_limits[index] = intval; in rdmacg_parse_limits()
435 int *new_limits; in rdmacg_resource_set_max() local
446 new_limits = kcalloc(RDMACG_RESOURCE_MAX, sizeof(int), GFP_KERNEL); in rdmacg_resource_set_max()
447 if (!new_limits) { in rdmacg_resource_set_max()
452 ret = rdmacg_parse_limits(options, new_limits, &enables); in rdmacg_resource_set_max()
473 set_resource_limit(rpool, i, new_limits[i]); in rdmacg_resource_set_max()
488 kfree(new_limits); in rdmacg_resource_set_max()