Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/include/core/
Dmm.h32 int nouveau_mm_head(struct nouveau_mm *, u8 type, u32 size_max, u32 size_min,
34 int nouveau_mm_tail(struct nouveau_mm *, u8 type, u32 size_max, u32 size_min,
/drivers/gpu/drm/nouveau/core/core/
Dmm.c93 nouveau_mm_head(struct nouveau_mm *mm, u8 type, u32 size_max, u32 size_min, in nouveau_mm_head() argument
115 if (s > e || e - s < size_min) in nouveau_mm_head()
159 nouveau_mm_tail(struct nouveau_mm *mm, u8 type, u32 size_max, u32 size_min, in nouveau_mm_tail() argument
182 if (s > e || a < size_min) in nouveau_mm_tail()