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

/linux-master/include/linux/
H A Dlru_cache.h222 __LC_LOCKED, enumerator in enum:__anon3290
235 #define LC_LOCKED (1<<__LC_LOCKED)
268 return !test_and_set_bit(__LC_LOCKED, &lc->flags);
289 clear_bit_unlock(__LC_LOCKED, &lc->flags);
/linux-master/lib/
H A Dlru_cache.c400 if (test_bit(__LC_LOCKED, &lc->flags)) {
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c596 D_ASSERT(device, test_bit(__LC_LOCKED, &device->act_log->flags));

Completed in 116 milliseconds