Searched refs:ida_alloc_max (Results 1 – 4 of 4) sorted by relevance
82 int ida_alloc_max(struct ida *, unsigned int, gfp_t);
113 int instance = ida_alloc_max(&i915->selftest.mock_region_instances, in mock_region_create()
248 ret = ida_alloc_max(&config->connector_ida, 31, GFP_KERNEL); in __drm_connector_init()
971 ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) in ida_alloc_max() function