Searched defs:fcpu (Results 1 – 7 of 7) sorted by relevance
12 static const char *fcpu = "/sys/devices/system/cpu/possible"; in bpf_num_possible_cpus() local
22 static inline u32 fcpu(struct device_node *cpu, const char *n) in fcpu() function
35 static inline u32 fcpu(struct device_node *cpu, const char *n) in fcpu() function
96 static inline unsigned int fcpu(struct device_node *cpu, char *n) in fcpu() function
99 static inline unsigned int fcpu(struct device_node *cpu, char *n) in fcpu() function
507 int fcpu = cpu_first_thread_sibling(lcpu); in numa_setup_cpu() local
10722 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) in parse_cpu_mask_file()10751 static const char *fcpu = "/sys/devices/system/cpu/possible"; in libbpf_num_possible_cpus() local