Searched refs:cpu_str (Results 1 – 11 of 11) sorted by relevance
/openbmc/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 | 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() 374 struct cpu_str *uni = __getname(); in ntfs_atomic_open() 481 struct cpu_str *uni; in ntfs_d_hash() 543 struct cpu_str *uni1; in ntfs_d_compare() 582 (struct cpu_str *)uni2, NTFS_NAME_LEN, in ntfs_d_compare()
|
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 | ntfs_fs.h | 491 struct cpu_str *uni, u32 max_ulen, 493 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, 702 const struct cpu_str *name); 718 const struct cpu_str *uni, umode_t mode, 730 const struct cpu_str *uni); 859 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2,
|
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()
|
H A D | inode.c | 24 const struct cpu_str *name, in ntfs_read_mft() 522 const struct cpu_str *name) in ntfs_iget5() 1159 (struct cpu_str *)(rp_name - 1), 2 * size, in ntfs_create_reparse_buffer() 1224 const struct cpu_str *uni, umode_t mode, in ntfs_create_inode()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 2159 char buffer[128], sibling_list[128], *cpu_str; in set_fact_enable() local 2179 cpu_str = strtok(sibling_list, ","); in set_fact_enable() 2180 while (cpu_str != NULL) { in set_fact_enable() 2183 sscanf(cpu_str, "%d", &cpu); in set_fact_enable() 2185 cpu_str = strtok(NULL, ","); in set_fact_enable()
|
/openbmc/qemu/hw/core/ |
H A D | machine.c | 1398 char *cpu_str = cpu_slot_to_string(cpu_slot); in machine_numa_finish_cpu_init() local 1400 s->len ? ", " : "", i, cpu_str); in machine_numa_finish_cpu_init() 1401 g_free(cpu_str); in machine_numa_finish_cpu_init()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | 2747 char cpu_str[30]; /* see trace.c: tracing_init_tracefs_percpu() */ in osnoise_create_cpu_timerlat_fd() local 2761 snprintf(cpu_str, 30, "cpu%ld", cpu); in osnoise_create_cpu_timerlat_fd() 2762 cpu_dir = tracefs_create_dir(cpu_str, per_cpu); in osnoise_create_cpu_timerlat_fd()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 492 static uint32_t parse_pcpu(const char *cpu_str, const cpu_set_t *allowed_mask) in parse_pcpu() argument 494 uint32_t pcpu = atoi_non_negative("CPU number", cpu_str); in parse_pcpu()
|