Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlru_cache.h235 __LC_LOCKED, enumerator
248 #define LC_LOCKED (1<<__LC_LOCKED)
282 return !test_and_set_bit(__LC_LOCKED, &lc->flags); in lc_try_lock_for_transaction()
303 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
/linux-4.4.14/lib/
Dlru_cache.c424 if (test_bit(__LC_LOCKED, &lc->flags)) { in __lc_get()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_actlog.c597 D_ASSERT(device, test_bit(__LC_LOCKED, &device->act_log->flags)); in drbd_al_shrink()