Searched refs:name_list (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2344 while (name_list) { in bic_lookup() 2347 comma = strchr(name_list, ','); in bic_lookup() 2353 if (!strcmp(name_list, bic[i].name)) { in bic_lookup() 2357 if (!strcmp(name_list, "all")) { in bic_lookup() 2363 } else if (!strcmp(name_list, "power")) { in bic_lookup() 2366 } else if (!strcmp(name_list, "idle")) { in bic_lookup() 2393 MAX_DEFERRED, name_list); in bic_lookup() 2403 MAX_DEFERRED, name_list); in bic_lookup() 2410 name_list = comma; in bic_lookup() 2411 if (name_list) in bic_lookup() [all …]
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4recover.c | 262 struct name_list { struct 278 struct name_list *entry; in nfsd4_build_namelist() argument 282 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist() 300 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A 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()
|