Home
last modified time | relevance | path

Searched refs:name_list (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/md/
Ddm-ioctl.c39 struct list_head name_list; member
117 list_for_each_entry (hc, _name_buckets + h, name_list) in __get_name_cell()
188 INIT_LIST_HEAD(&hc->name_list); in alloc_cell()
229 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert()
234 list_del(&cell->name_list); in dm_hash_insert()
261 list_del(&hc->name_list); in __hash_remove()
293 list_for_each_entry(hc, _name_buckets + i, name_list) { in dm_hash_remove_all()
357 list_del(&hc->name_list); in __change_cell_name()
364 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name()
522 list_for_each_entry (hc, _name_buckets + i, name_list) { in list_devices()
[all …]
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c573 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() argument
578 while (name_list) { in bic_lookup()
581 comma = strchr(name_list, ','); in bic_lookup()
586 if (!strcmp(name_list, "all")) in bic_lookup()
590 if (!strcmp(name_list, bic[i].name)) { in bic_lookup()
597 fprintf(stderr, "Invalid counter name: %s\n", name_list); in bic_lookup()
600 deferred_skip_names[deferred_skip_index++] = name_list; in bic_lookup()
602 fprintf(stderr, "deferred \"%s\"\n", name_list); in bic_lookup()
605 MAX_DEFERRED, name_list); in bic_lookup()
611 name_list = comma; in bic_lookup()
[all …]
/Linux-v5.4/fs/nfsd/
Dnfs4recover.c267 struct name_list { struct
283 struct name_list *entry; in nfsd4_build_namelist() argument
287 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist()
305 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
/Linux-v5.4/drivers/video/fbdev/
Datafb.c543 char ***name_list; in get_video_mode() local
547 name_list = fb_var_names; in get_video_mode()
549 name = *name_list++; in get_video_mode()