Searched refs:name_list (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/power/x86/turbostat/ |
D | turbostat.c | 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, "frequency")) { in bic_lookup() 793 } else if (!strcmp(name_list, "other")) { in bic_lookup() [all …]
|
/Linux-v6.1/fs/nfsd/ |
D | nfs4recover.c | 259 struct name_list { struct 275 struct name_list *entry; in nfsd4_build_namelist() argument 279 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist() 297 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
|
/Linux-v6.1/drivers/video/fbdev/ |
D | atafb.c | 530 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()
|