Searched refs:cpu_str (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/ntfs3/
H A Dntfs.h59 struct cpu_str { struct
149 extern const struct cpu_str NAME_MFT;
150 extern const struct cpu_str NAME_MIRROR;
151 extern const struct cpu_str NAME_LOGFILE;
152 extern const struct cpu_str NAME_VOLUME;
153 extern const struct cpu_str NAME_ATTRDEF;
154 extern const struct cpu_str NAME_ROOT;
155 extern const struct cpu_str NAME_BITMAP;
156 extern const struct cpu_str NAME_BOOT;
157 extern const struct cpu_str NAME_BADCLU
[all...]
H A Dupcase.c69 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2,
H A Dnamei.c21 const struct cpu_str *uni)
47 (struct cpu_str *)&fname->name_len,
71 struct cpu_str *uni = __getname();
374 struct cpu_str *uni = __getname();
481 struct cpu_str *uni;
543 struct cpu_str *uni1;
582 (struct cpu_str *)uni2, NTFS_NAME_LEN,
H A Dfsntfs.c19 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_QUOT
[all...]
H A Dntfs_fs.h490 struct cpu_str *uni, u32 max_ulen,
492 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni,
705 const struct cpu_str *name);
721 const struct cpu_str *uni, umode_t mode,
733 const struct cpu_str *uni);
862 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2,
H A Ddir.c178 struct cpu_str *uni, u32 max_ulen,
233 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni,
H A Dinode.c24 const struct cpu_str *name,
527 const struct cpu_str *name)
1156 (struct cpu_str *)(rp_name - 1), 2 * size,
1221 const struct cpu_str *uni, umode_t mode,
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c2211 char buffer[128], sibling_list[128], *cpu_str; local
2231 cpu_str = strtok(sibling_list, ",");
2232 while (cpu_str != NULL) {
2235 sscanf(cpu_str, "%d", &cpu);
2237 cpu_str = strtok(NULL, ",");
/linux-master/kernel/trace/
H A Dtrace_osnoise.c2714 char cpu_str[30]; /* see trace.c: tracing_init_tracefs_percpu() */ local
2728 snprintf(cpu_str, 30, "cpu%ld", cpu);
2729 cpu_dir = tracefs_create_dir(cpu_str, per_cpu);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c550 static uint32_t parse_pcpu(const char *cpu_str, const cpu_set_t *allowed_mask) argument
552 uint32_t pcpu = atoi_non_negative("CPU number", cpu_str);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4354 static int parse_cpu_str(char *cpu_str, cpu_set_t *cpu_set, int cpu_set_size) argument
4357 char *next = cpu_str;

Completed in 341 milliseconds