Searched defs:rdmacg_resource_pool (Results 1 – 1 of 1) sorted by relevance
57 struct rdmacg_resource_pool { struct58 struct rdmacg_device *device;59 struct rdmacg_resource resources[RDMACG_RESOURCE_MAX];61 struct list_head cg_node;85 static void set_resource_limit(struct rdmacg_resource_pool *rpool, in set_resource_limit() argument