Home
last modified time | relevance | path

Searched refs:cache_num (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
Dresctrlfs.c149 int length, i, cache_num; in get_cache_size() local
153 cache_num = 3; in get_cache_size()
155 cache_num = 2; in get_cache_size()
162 cpu_no, cache_num); in get_cache_size()
/kernel/linux/linux-5.10/Documentation/kernel-hacking/
Dlocking.rst405 /* Protects the cache, cache_num, and the objects within it */
408 static unsigned int cache_num = 0;
430 cache_num--;
437 if (++cache_num > MAX_CACHE_SIZE) {
518 static unsigned int cache_num = 0;
619 static unsigned int cache_num = 0;
659 cache_num--;
731 static unsigned int cache_num = 0;
773 cache_num--;
1197 cache_num--;
[all …]
/kernel/linux/linux-5.10/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst424 /* 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--;
1229 cache_num--;
[all …]