Linux Kernel
3.7.1
|
#include <ttm_memory.h>
Data Fields | |
int(* | do_shrink )(struct ttm_mem_shrink *) |
struct ttm_mem_shrink - callback to shrink TTM memory usage.
: The callback function.
Arguments to the do_shrink functions are intended to be passed using inheritance. That is, the argument class derives from struct ttm_mem_shrink, and can be accessed using container_of().
Definition at line 49 of file ttm_memory.h.
int(* do_shrink)(struct ttm_mem_shrink *) |
Definition at line 50 of file ttm_memory.h.