Searched refs:name_list (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/tools/power/x86/turbostat/ |
| D | turbostat.c | 742 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() argument 747 while (name_list) { in bic_lookup() 750 comma = strchr(name_list, ','); in bic_lookup() 755 if (!strcmp(name_list, "all")) in bic_lookup() 757 if (!strcmp(name_list, "topology")) in bic_lookup() 759 if (!strcmp(name_list, "power")) in bic_lookup() 761 if (!strcmp(name_list, "idle")) in bic_lookup() 763 if (!strcmp(name_list, "frequency")) in bic_lookup() 765 if (!strcmp(name_list, "other")) in bic_lookup() 767 if (!strcmp(name_list, "all")) in bic_lookup() [all …]
|
| /Linux-v5.15/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-v5.15/drivers/video/fbdev/ |
| D | atafb.c | 534 char ***name_list; in get_video_mode() local 538 name_list = fb_var_names; in get_video_mode() 540 name = *name_list++; in get_video_mode()
|