Searched refs:cache_num (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 144 int length, i, cache_num; in get_cache_size() local 148 cache_num = 3; in get_cache_size() 150 cache_num = 2; in get_cache_size() 157 cpu_no, cache_num); in get_cache_size()
|
/linux-5.19.10/sound/soc/codecs/ |
D | max98373-i2c.c | 485 for (i = 0; i < max98373->cache_num; i++) in max98373_suspend() 549 max98373->cache_num = ARRAY_SIZE(max98373_i2c_cache_reg); in max98373_i2c_probe() 550 max98373->cache = devm_kcalloc(&i2c->dev, max98373->cache_num, in max98373_i2c_probe() 554 for (i = 0; i < max98373->cache_num; i++) in max98373_i2c_probe()
|
D | max98373-sdw.c | 258 for (i = 0; i < max98373->cache_num; i++) in max98373_suspend() 786 max98373->cache_num = ARRAY_SIZE(max98373_sdw_cache_reg); in max98373_init() 787 max98373->cache = devm_kcalloc(dev, max98373->cache_num, in max98373_init() 793 for (i = 0; i < max98373->cache_num; i++) in max98373_init()
|
D | max98373.h | 225 int cache_num; member
|
D | max98373.c | 187 for (i = 0; i < max98373->cache_num; i++) { in max98373_feedback_get()
|
/linux-5.19.10/Documentation/translations/it_IT/kernel-hacking/ |
D | locking.rst | 424 /* Protects the cache, cache_num, and the objects within it */ 427 static unsigned int cache_num = 0; 449 cache_num--; 456 if (++cache_num > MAX_CACHE_SIZE) { 537 static unsigned int cache_num = 0; 639 static unsigned int cache_num = 0; 679 cache_num--; 751 static unsigned int cache_num = 0; 793 cache_num--; 1227 cache_num--; [all …]
|
/linux-5.19.10/Documentation/kernel-hacking/ |
D | locking.rst | 399 /* Protects the cache, cache_num, and the objects within it */ 402 static unsigned int cache_num = 0; 424 cache_num--; 431 if (++cache_num > MAX_CACHE_SIZE) { 512 static unsigned int cache_num = 0; 613 static unsigned int cache_num = 0; 653 cache_num--; 725 static unsigned int cache_num = 0; 767 cache_num--; 1188 cache_num--; [all …]
|