Searched refs:max_memory (Results 1 – 6 of 6) sorted by relevance
52 int max_memory; /* In pages */ member
8 static int max_memory = 32; variable10 module_param(max_memory, int, 0644);11 MODULE_PARM_DESC(max_memory, "maximum memory usage for capture buffers (default: 32Mb)");1151 if( (*count * *size) > (max_memory*1048576) ) { in buffer_setup()1152 *count = (max_memory*1048576) / *size; in buffer_setup()
52 userinfo.pg_total = userinfo.pg_system = kerninfo.max_memory; in compat_agpioc_info_wrap()
728 userinfo.pg_total = userinfo.pg_system = kerninfo.max_memory; in agpioc_info_wrap()
385 info->max_memory = bridge->max_memory_agp; in agp_copy_info()
68 info->memory_allowed = kern->max_memory << PAGE_SHIFT; in drm_agp_info()