Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/nand/raw/
Dnandsim.c96 static char *cache_file = NULL; variable
128 module_param(cache_file, charp, 0400);
162 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory");
541 if (cache_file) { in ns_alloc_device()
542 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); in ns_alloc_device()
/linux-6.12.1/tools/usb/usbip/
DINSTALL176 values for variables like `CC', `cache_file', and `prefix'.