Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/cgroup/
Drdma.c396 int *new_limits, unsigned long *enables) in rdmacg_parse_limits() argument
409 new_limits[index] = intval; in rdmacg_parse_limits()
439 int *new_limits; in rdmacg_resource_set_max() local
450 new_limits = kcalloc(RDMACG_RESOURCE_MAX, sizeof(int), GFP_KERNEL); in rdmacg_resource_set_max()
451 if (!new_limits) { in rdmacg_resource_set_max()
456 ret = rdmacg_parse_limits(options, new_limits, &enables); in rdmacg_resource_set_max()
477 set_resource_limit(rpool, i, new_limits[i]); in rdmacg_resource_set_max()
492 kfree(new_limits); in rdmacg_resource_set_max()