Searched refs:cachesize (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/s390/char/
H A Dhmcdrv_mod.c25 * module parameter 'cachesize'
28 module_param_named(cachesize, hmcdrv_mod_cachesize, ulong, S_IRUGO);
H A Dhmcdrv_cache.h21 int hmcdrv_cache_startup(size_t cachesize);
H A Dhmcdrv_cache.c211 * @cachesize: cache size
215 int hmcdrv_cache_startup(size_t cachesize) hmcdrv_cache_startup() argument
217 if (cachesize > 0) { /* perform caching ? */ hmcdrv_cache_startup()
218 hmcdrv_cache_order = get_order(cachesize); hmcdrv_cache_startup()
225 cachesize); hmcdrv_cache_startup()
230 cachesize); hmcdrv_cache_startup()
233 hmcdrv_cache_file.len = cachesize; hmcdrv_cache_startup()
/linux-4.4.14/fs/nfsd/
H A Dnfscache.c106 * Compute the number of hash buckets we need. Divide the max cachesize by
364 /* prefer to keep the smallest cachesize possible here */
602 seq_printf(m, "cachesize at longest: %u\n", longest_chain_cachesize); nfsd_reply_cache_stats_show()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dahb.c53 /* return bus cachesize in 4B word units */ ath_ahb_read_cachesize()
H A Dpci.c768 /* return bus cachesize in 4B word units */ ath_pci_read_cachesize()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dahb.c29 /* return bus cachesize in 4B word units */ ath5k_ahb_read_cachesize()
H A Dpci.c55 /* return bus cachesize in 4B word units */ ath5k_pci_read_cachesize()
/linux-4.4.14/arch/parisc/kernel/
H A Dprocessor.c403 /* print cachesize info */ for_each_online_cpu()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dcommon.c174 __setup("cachesize=", cachesize_setup);

Completed in 306 milliseconds