to_be_changed     338 drivers/block/drbd/drbd_actlog.c 	list_for_each_entry(e, &device->act_log->to_be_changed, list) {
to_be_changed     169 include/linux/lru_cache.h 	struct list_head to_be_changed;
to_be_changed     121 lib/lru_cache.c 	INIT_LIST_HEAD(&lc->to_be_changed);
to_be_changed     200 lib/lru_cache.c 	INIT_LIST_HEAD(&lc->to_be_changed);
to_be_changed     340 lib/lru_cache.c 	list_move(&e->list, &lc->to_be_changed);
to_be_changed     539 lib/lru_cache.c 	list_for_each_entry_safe(e, tmp, &lc->to_be_changed, list) {