Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2641 void bic_lookup(cpu_set_t *ret_set, char *name_list, enum show_hide_mode mode) in bic_lookup() argument
2645 while (name_list) { in bic_lookup()
2648 comma = strchr(name_list, ','); in bic_lookup()
2654 if (!strcmp(name_list, bic[i].name)) { in bic_lookup()
2658 if (!strcmp(name_list, "all")) { in bic_lookup()
2661 } else if (!strcmp(name_list, "topology")) { in bic_lookup()
2664 } else if (!strcmp(name_list, "power")) { in bic_lookup()
2667 } else if (!strcmp(name_list, "idle")) { in bic_lookup()
2670 } else if (!strcmp(name_list, "cache")) { in bic_lookup()
2673 } else if (!strcmp(name_list, "llc")) { in bic_lookup()
[all …]
/linux/fs/nfsd/
H A Dnfs4recover.c185 struct name_list { struct
201 struct name_list *entry; in nfsd4_build_namelist() argument
205 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist()
223 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
/linux/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()