Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dlru_cache.h223 __LC_LOCKED, enumerator
236 #define LC_LOCKED (1<<__LC_LOCKED)
270 return !test_and_set_bit(__LC_LOCKED, &lc->flags); in lc_try_lock_for_transaction()
291 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
/linux-6.1.9/lib/
Dlru_cache.c411 if (test_bit(__LC_LOCKED, &lc->flags)) { in __lc_get()
/linux-6.1.9/drivers/block/drbd/
Ddrbd_actlog.c596 D_ASSERT(device, test_bit(__LC_LOCKED, &device->act_log->flags)); in drbd_al_shrink()