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

/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_memory.h34 * @do_shrink: The callback function.
36 * Arguments to the do_shrink functions are intended to be passed using
42 int (*do_shrink) (struct ttm_mem_shrink *); member in struct:ttm_mem_shrink
91 shrink->do_shrink = func;
H A Dttm_memory.c173 ret = shrink->do_shrink(shrink);

Completed in 76 milliseconds