Home
last modified time | relevance | path

Searched refs:g_setup_allocator (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dmedia_mem.c80 static char __initdata g_setup_allocator[MMZ_ALLOCATOR_NAME_LEN]; variable
83 …if (strncpy_s(g_setup_allocator, sizeof(g_setup_allocator), line, sizeof(g_setup_allocator) - 1) !… in parse_kern_allocator()
97 static char g_setup_allocator[MMZ_ALLOCATOR_NAME_LEN] = "hisi"; /* default setting */ variable
100 module_param_string(mmz_allocator, g_setup_allocator, MMZ_ALLOCATOR_NAME_LEN, 0600);
253 if (strcmp(g_setup_allocator, "hisi") == 0) { in hil_mmz_register()
873 if (strcmp(g_setup_allocator, "hisi") == 0) {
1215 if (strcmp(g_setup_allocator, "cma") == 0) {
1222 } else if (strcmp(g_setup_allocator, "hisi") == 0) {
1226 g_setup_allocator);