victim_map 908 drivers/nvdimm/label.c unsigned long *free, *victim_map = NULL; victim_map 942 drivers/nvdimm/label.c victim_map = bitmap_zalloc(nslot, GFP_KERNEL); victim_map 943 drivers/nvdimm/label.c if (!victim_map) victim_map 957 drivers/nvdimm/label.c set_bit(slot, victim_map); victim_map 965 drivers/nvdimm/label.c bitmap_free(victim_map); victim_map 1063 drivers/nvdimm/label.c for_each_set_bit(slot, victim_map, victim_map ? nslot : 0) { victim_map 1137 drivers/nvdimm/label.c bitmap_free(victim_map);