Searched refs:LRU (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | timer.c | 66 #define LRU 4 macro 81 int lru_key = LRU; in timer_cb1() 93 } else if (*key == LRU) { in timer_cb1() 96 for (i = LRU + 1; in timer_cb1() 97 i <= 100 /* for current LRU eviction algorithm this number in timer_cb1() 118 if (*key != LRU) in timer_cb1() 135 int lru_key = LRU; in BPF_PROG2() 199 * reused to store another map element (like in LRU above), in timer_cb2()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | page-flags.h | 482 PAGEFLAG(LRU, lru, PF_HEAD) __CLEARPAGEFLAG(LRU, lru, PF_HEAD) 483 TESTCLEARFLAG(LRU, lru, PF_HEAD)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | page-flags.h | 348 PAGEFLAG(LRU, lru, PF_HEAD) __CLEARPAGEFLAG(LRU, lru, PF_HEAD)
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 439 ! Then store last element using the LRU version of BIS. 445 ! followed by STORE_ASI (mark as LRU) for the last store. That 501 ! mark cache line as LRU
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 439 ! Then store last element using the LRU version of BIS. 445 ! followed by STORE_ASI (mark as LRU) for the last store. That 501 ! mark cache line as LRU
|
Completed in 6 milliseconds