Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ttm_mem_shrink Struct Reference

#include <ttm_memory.h>

Data Fields

int(* do_shrink )(struct ttm_mem_shrink *)
 

Detailed Description

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.

Field Documentation

int(* do_shrink)(struct ttm_mem_shrink *)

Definition at line 50 of file ttm_memory.h.


The documentation for this struct was generated from the following file: