Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dnandsim.c97 static char *cache_file = NULL; variable
129 module_param(cache_file, charp, 0400);
163 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory");
532 if (cache_file) { in alloc_device()
533 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); in alloc_device()
/Linux-v5.4/tools/usb/usbip/
DINSTALL176 values for variables like `CC', `cache_file', and `prefix'.