Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
A Dturbostat.c2141 while (name_list) { in bic_lookup()
2144 comma = strchr(name_list, ','); in bic_lookup()
2150 if (!strcmp(name_list, bic[i].name)) { in bic_lookup()
2154 if (!strcmp(name_list, "all")) { in bic_lookup()
2160 } else if (!strcmp(name_list, "power")) { in bic_lookup()
2163 } else if (!strcmp(name_list, "idle")) { in bic_lookup()
2180 MAX_DEFERRED, name_list); in bic_lookup()
2190 MAX_DEFERRED, name_list); in bic_lookup()
2197 name_list = comma; in bic_lookup()
2198 if (name_list) in bic_lookup()
[all …]
/linux/fs/nfsd/
A Dnfs4recover.c260 struct name_list { struct
276 struct name_list *entry; in nfsd4_build_namelist() argument
280 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist()
298 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
/linux/drivers/video/fbdev/
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()

Completed in 31 milliseconds