Searched refs:cpu_str (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ntfs3/ |
| 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; 149 extern const struct cpu_str NAME_VOLUME; 151 extern const struct cpu_str NAME_ROOT; 152 extern const struct cpu_str NAME_BITMAP; 153 extern const struct cpu_str NAME_BOOT; 155 extern const struct cpu_str NAME_QUOTA; 156 extern const struct cpu_str NAME_SECURE; 157 extern const struct cpu_str NAME_UPCASE; [all …]
|
| A D | namei.c | 21 const struct cpu_str *uni) in fill_name_de() 47 (struct cpu_str *)&fname->name_len, in fill_name_de() 71 struct cpu_str *uni = __getname(); in ntfs_lookup() 375 struct cpu_str *uni; in ntfs_d_hash() 437 struct cpu_str *uni1; in ntfs_d_compare() 476 (struct cpu_str *)uni2, NTFS_NAME_LEN, in ntfs_d_compare()
|
| 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 = { 46 const struct cpu_str NAME_QUOTA = { 49 const struct cpu_str NAME_SECURE = { [all …]
|
| 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()
|
| A D | ntfs_fs.h | 490 struct cpu_str *uni, u32 max_ulen, 492 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, 709 const struct cpu_str *name); 723 struct dentry *dentry, const struct cpu_str *uni, 735 const struct cpu_str *uni); 864 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2,
|
| 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()
|
| A D | inode.c | 24 const struct cpu_str *name, in ntfs_read_mft() 526 const struct cpu_str *name) in ntfs_iget5() 1124 (struct cpu_str *)(rp_name - 1), 2 * size, in ntfs_create_reparse_buffer() 1188 struct dentry *dentry, const struct cpu_str *uni, in ntfs_create_inode()
|
| /linux/tools/perf/scripts/python/ |
| 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) 756 if self.cpu_str == None or self.cpu_str == "": [all …]
|
| /linux/tools/power/x86/intel-speed-select/ |
| 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/ |
| A D | trace_osnoise.c | 2736 char cpu_str[30]; /* see trace.c: tracing_init_tracefs_percpu() */ in osnoise_create_cpu_timerlat_fd() local 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()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| 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/ |
| 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()
|
Completed in 64 milliseconds