Searched refs:nr_objects (Results 1 – 3 of 3) sorted by relevance
1377 enum cl_req_type crt, int nr_objects) in cl_req_alloc() argument1381 LINVRNT(nr_objects > 0); in cl_req_alloc()1391 req->crq_o = kcalloc(nr_objects, sizeof(req->crq_o[0]), in cl_req_alloc()1394 req->crq_nrobjs = nr_objects; in cl_req_alloc()
3143 enum cl_req_type crt, int nr_objects);
3272 int nr_objects, int node, struct list_head *list) in free_block() argument3277 for (i = 0; i < nr_objects; i++) { in free_block()