Home
last modified time | relevance | path

Searched refs:hmcdrv_mod_cachesize (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dhmcdrv_mod.c28 static size_t hmcdrv_mod_cachesize = HMCDRV_CACHE_SIZE_DFLT; variable
29 module_param_named(cachesize, hmcdrv_mod_cachesize, ulong, S_IRUGO);
41 rc = hmcdrv_cache_startup(hmcdrv_mod_cachesize); in hmcdrv_mod_init()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dhmcdrv_mod.c28 static size_t hmcdrv_mod_cachesize = HMCDRV_CACHE_SIZE_DFLT; variable
29 module_param_named(cachesize, hmcdrv_mod_cachesize, ulong, S_IRUGO);
41 rc = hmcdrv_cache_startup(hmcdrv_mod_cachesize); in hmcdrv_mod_init()

Completed in 1 milliseconds