Home
last modified time | relevance | path

Searched refs:name_list (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-ioctl.c40 struct list_head name_list; member
118 list_for_each_entry (hc, _name_buckets + h, name_list) in __get_name_cell()
189 INIT_LIST_HEAD(&hc->name_list); in alloc_cell()
230 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert()
235 list_del(&cell->name_list); in dm_hash_insert()
262 list_del(&hc->name_list); in __hash_remove()
294 list_for_each_entry(hc, _name_buckets + i, name_list) { in dm_hash_remove_all()
358 list_del(&hc->name_list); in __change_cell_name()
365 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name()
523 list_for_each_entry (hc, _name_buckets + i, name_list) { in list_devices()
[all...]
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c757 * for all the strings in comma separate name_list,
760 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() argument
765 while (name_list) { in bic_lookup()
768 comma = strchr(name_list, ','); in bic_lookup()
774 if (!strcmp(name_list, bic[i].name)) { in bic_lookup()
778 if (!strcmp(name_list, "all")) { in bic_lookup()
781 } else if (!strcmp(name_list, "topology")) { in bic_lookup()
784 } else if (!strcmp(name_list, "power")) { in bic_lookup()
787 } else if (!strcmp(name_list, "idle")) { in bic_lookup()
790 } else if (!strcmp(name_list, "frequenc in bic_lookup()
[all...]
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c689 * for all the strings in comma separate name_list,
692 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() argument
697 while (name_list) { in bic_lookup()
700 comma = strchr(name_list, ','); in bic_lookup()
705 if (!strcmp(name_list, "all")) in bic_lookup()
709 if (!strcmp(name_list, bic[i].name)) { in bic_lookup()
716 fprintf(stderr, "Invalid counter name: %s\n", name_list); in bic_lookup()
719 deferred_skip_names[deferred_skip_index++] = name_list; in bic_lookup()
721 fprintf(stderr, "deferred \"%s\"\n", name_list); in bic_lookup()
724 MAX_DEFERRED, name_list); in bic_lookup()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4recover.c259 struct name_list { struct
275 struct name_list *entry; in nfsd4_build_namelist()
279 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist()
297 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4recover.c259 struct name_list { struct
275 struct name_list *entry; in nfsd4_build_namelist()
279 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist()
297 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb.c542 char ***name_list; in get_video_mode() local
546 name_list = fb_var_names; in get_video_mode()
548 name = *name_list++; in get_video_mode()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datafb.c530 char ***name_list; in get_video_mode() local
534 name_list = fb_var_names; in get_video_mode()
536 name = *name_list++; in get_video_mode()

Completed in 22 milliseconds