Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/nfsd/
Dnfs4recover.c243 struct name_list { struct
259 struct name_list *entry; in nfsd4_build_namelist() argument
263 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist()
281 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c564 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() argument
569 while (name_list) { in bic_lookup()
572 comma = strchr(name_list, ','); in bic_lookup()
577 if (!strcmp(name_list, "all")) in bic_lookup()
581 if (!strcmp(name_list, bic[i].name)) { in bic_lookup()
588 fprintf(stderr, "Invalid counter name: %s\n", name_list); in bic_lookup()
591 deferred_skip_names[deferred_skip_index++] = name_list; in bic_lookup()
593 fprintf(stderr, "deferred \"%s\"\n", name_list); in bic_lookup()
596 MAX_DEFERRED, name_list); in bic_lookup()
602 name_list = comma; in bic_lookup()
[all …]
/Linux-v4.19/drivers/video/fbdev/
Datafb.c564 char ***name_list; in get_video_mode() local
568 name_list = fb_var_names; in get_video_mode()
570 name = *name_list++; in get_video_mode()