Home
last modified time | relevance | path

Searched refs:__LC_DIRTY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dlru_cache.h218 __LC_DIRTY, enumerator
234 #define LC_DIRTY (1<<__LC_DIRTY)
288 clear_bit(__LC_DIRTY, &lc->flags); in lc_unlock()
/openbmc/linux/lib/
H A Dlru_cache.c395 test_and_set_bit(__LC_DIRTY, &lc->flags); in __lc_get()