Searched refs:hole_start (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_mm.c111 unsigned long hole_start = drm_mm_hole_node_start(hole_node); local
113 unsigned long adj_start = hole_start;
127 if (adj_start == hole_start) {
157 unsigned long hole_start; local
160 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) {
161 if (hole_start > start || hole_end < end)
176 if (start == hole_start) {
244 unsigned long hole_start = drm_mm_hole_node_start(hole_node); local
246 unsigned long adj_start = hole_start;
265 if (adj_start == hole_start) {
573 unsigned long hole_start, hole_end; local
705 unsigned long hole_start, hole_end, hole_size; local
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mm.h109 * setting hole_start and hole_end on each iteration and keep the
112 #define drm_mm_for_each_hole(entry, mm, hole_start, hole_end) \
115 hole_start = drm_mm_hole_node_start(entry), \

Completed in 251 milliseconds