Searched refs:cpu_str (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ntfs3/ |
H A D | ntfs.h | 59 struct cpu_str { struct 146 extern const struct cpu_str NAME_MFT; 147 extern const struct cpu_str NAME_MIRROR; 148 extern const struct cpu_str NAME_LOGFILE; 149 extern const struct cpu_str NAME_VOLUME; 150 extern const struct cpu_str NAME_ATTRDEF; 151 extern const struct cpu_str NAME_ROOT; 152 extern const struct cpu_str NAME_BITMAP; 153 extern const struct cpu_str NAME_BOOT; 154 extern const struct cpu_str NAME_BADCLUS; [all …]
|
H A D | fsntfs.c | 19 const struct cpu_str NAME_MFT = { 22 const struct cpu_str NAME_MIRROR = { 25 const struct cpu_str NAME_LOGFILE = { 28 const struct cpu_str NAME_VOLUME = { 31 const struct cpu_str NAME_ATTRDEF = { 34 const struct cpu_str NAME_ROOT = { 37 const struct cpu_str NAME_BITMAP = { 40 const struct cpu_str NAME_BOOT = { 43 const struct cpu_str NAME_BADCLUS = { 46 const struct cpu_str NAME_QUOTA = { [all …]
|
H A D | upcase.c | 69 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2, in ntfs_cmp_names_cpu()
|
H A D | dir.c | 178 struct cpu_str *uni, u32 max_ulen, in ntfs_nls_to_utf16() 233 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, in dir_search_u()
|
/linux/tools/perf/scripts/python/ |
H A D | parallel-perf.py | 390 cpu_str = ReadPerfOption(cmd, "C", "cpu") 394 if cpu_str != None and cpu_str != "": 671 def BadCPUStr(cpu_str): argument 691 def ParseCPUStr(cpu_str, nr_cpus): argument 692 if cpu_str == None or cpu_str == "": 695 for r in cpu_str.split(","): 698 BadCPUStr(cpu_str) 706 BadCPUStr(cpu_str) 708 BadCPUStr(cpu_str) 755 self.cpu_str = ExtractPerfOption(self.cmd, "C", "cpu") [all …]
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 2232 char buffer[128], sibling_list[128], *cpu_str; in set_fact_enable() local 2252 cpu_str = strtok(sibling_list, ","); in set_fact_enable() 2253 while (cpu_str != NULL) { in set_fact_enable() 2256 sscanf(cpu_str, "%d", &cpu); in set_fact_enable() 2258 cpu_str = strtok(NULL, ","); in set_fact_enable()
|
/linux/kernel/trace/ |
H A D | trace_osnoise.c | 2736 char cpu_str[30]; /* see trace.c: tracing_init_tracefs_percpu() */ in osnoise_create_cpu_timerlat_fd() 2750 snprintf(cpu_str, 30, "cpu%ld", cpu); in osnoise_create_cpu_timerlat_fd() 2751 cpu_dir = tracefs_create_dir(cpu_str, per_cpu); in osnoise_create_cpu_timerlat_fd() 2732 char cpu_str[30]; /* see trace.c: tracing_init_tracefs_percpu() */ osnoise_create_cpu_timerlat_fd() local
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 559 static uint32_t parse_pcpu(const char *cpu_str, const cpu_set_t *allowed_mask) in parse_pcpu() argument 561 uint32_t pcpu = atoi_non_negative("CPU number", cpu_str); in parse_pcpu()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5378 static int parse_cpu_str(char *cpu_str, cpu_set_t *cpu_set, int cpu_set_size) in parse_cpu_str() argument 5381 char *next = cpu_str; in parse_cpu_str()
|