name_list 39 drivers/md/dm-ioctl.c struct list_head name_list; name_list 117 drivers/md/dm-ioctl.c list_for_each_entry (hc, _name_buckets + h, name_list) name_list 188 drivers/md/dm-ioctl.c INIT_LIST_HEAD(&hc->name_list); name_list 229 drivers/md/dm-ioctl.c list_add(&cell->name_list, _name_buckets + hash_str(name)); name_list 234 drivers/md/dm-ioctl.c list_del(&cell->name_list); name_list 261 drivers/md/dm-ioctl.c list_del(&hc->name_list); name_list 293 drivers/md/dm-ioctl.c list_for_each_entry(hc, _name_buckets + i, name_list) { name_list 357 drivers/md/dm-ioctl.c list_del(&hc->name_list); name_list 364 drivers/md/dm-ioctl.c list_add(&hc->name_list, _name_buckets + hash_str(new_name)); name_list 522 drivers/md/dm-ioctl.c list_for_each_entry (hc, _name_buckets + i, name_list) { name_list 544 drivers/md/dm-ioctl.c list_for_each_entry (hc, _name_buckets + i, name_list) { name_list 543 drivers/video/fbdev/atafb.c char ***name_list; name_list 547 drivers/video/fbdev/atafb.c name_list = fb_var_names; name_list 549 drivers/video/fbdev/atafb.c name = *name_list++; name_list 283 fs/nfsd/nfs4recover.c struct name_list *entry; name_list 287 fs/nfsd/nfs4recover.c entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); name_list 305 fs/nfsd/nfs4recover.c struct name_list *entry, *tmp; name_list 577 tools/power/x86/turbostat/turbostat.c unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) name_list 582 tools/power/x86/turbostat/turbostat.c while (name_list) { name_list 585 tools/power/x86/turbostat/turbostat.c comma = strchr(name_list, ','); name_list 590 tools/power/x86/turbostat/turbostat.c if (!strcmp(name_list, "all")) name_list 594 tools/power/x86/turbostat/turbostat.c if (!strcmp(name_list, bic[i].name)) { name_list 601 tools/power/x86/turbostat/turbostat.c fprintf(stderr, "Invalid counter name: %s\n", name_list); name_list 604 tools/power/x86/turbostat/turbostat.c deferred_skip_names[deferred_skip_index++] = name_list; name_list 606 tools/power/x86/turbostat/turbostat.c fprintf(stderr, "deferred \"%s\"\n", name_list); name_list 609 tools/power/x86/turbostat/turbostat.c MAX_DEFERRED, name_list); name_list 615 tools/power/x86/turbostat/turbostat.c name_list = comma; name_list 616 tools/power/x86/turbostat/turbostat.c if (name_list) name_list 617 tools/power/x86/turbostat/turbostat.c name_list++;