hmcdrv_mod_cachesize   28 drivers/s390/char/hmcdrv_mod.c static size_t hmcdrv_mod_cachesize = HMCDRV_CACHE_SIZE_DFLT;
hmcdrv_mod_cachesize   29 drivers/s390/char/hmcdrv_mod.c module_param_named(cachesize, hmcdrv_mod_cachesize, ulong, S_IRUGO);
hmcdrv_mod_cachesize   41 drivers/s390/char/hmcdrv_mod.c 	rc = hmcdrv_cache_startup(hmcdrv_mod_cachesize);