__LC_LOCKED       596 drivers/block/drbd/drbd_actlog.c 	D_ASSERT(device, test_bit(__LC_LOCKED, &device->act_log->flags));
__LC_LOCKED       236 include/linux/lru_cache.h #define LC_LOCKED   (1<<__LC_LOCKED)
__LC_LOCKED       270 include/linux/lru_cache.h 	return !test_and_set_bit(__LC_LOCKED, &lc->flags);
__LC_LOCKED       291 include/linux/lru_cache.h 	clear_bit_unlock(__LC_LOCKED, &lc->flags);
__LC_LOCKED       410 lib/lru_cache.c 	if (test_bit(__LC_LOCKED, &lc->flags)) {