Searched refs:nr_objects (Results 1 – 3 of 3) sorted by relevance
1445 enum cl_req_type crt, int nr_objects) in cl_req_alloc() argument1449 LINVRNT(nr_objects > 0); in cl_req_alloc()1459 OBD_ALLOC(req->crq_o, nr_objects * sizeof(req->crq_o[0])); in cl_req_alloc()1461 req->crq_nrobjs = nr_objects; in cl_req_alloc()
3178 enum cl_req_type crt, int nr_objects);
3281 int nr_objects, int node, struct list_head *list) in free_block() argument3286 for (i = 0; i < nr_objects; i++) { in free_block()