Searched defs:cpus (Results 1 - 25 of 166) sorted by relevance

1234567

/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dhwprobe.c8 unsigned long cpus; local
H A Dwhich-cpus.c29 static void print_cpulist(cpu_set_t *cpus) argument
59 static void do_which_cpus(int argc, char **argv, cpu_set_t *cpus) argument
87 cpu_set_t cpus_aff, cpus; local
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_config.c17 int cpus = num_online_cpus(); local
116 int cpus = num_online_cpus(); local
H A Dadf_gen4_config.c18 int cpus = num_online_cpus(); local
124 int cpus = num_online_cpus(); local
/linux-master/tools/lib/perf/tests/
H A Dtest-cpumap.c16 struct perf_cpu_map *cpus; local
[all...]
/linux-master/tools/perf/util/
H A Dcounts.c60 struct perf_cpu_map *cpus = evsel__cpus(evsel); local
H A Dcputopo.h38 char *cpus; member in struct:numa_topology_node
51 char *cpus; member in struct:hybrid_topology_node
H A Dcpumap.h71 static inline bool cpu_map__is_dummy(const struct perf_cpu_map *cpus) argument
/linux-master/scripts/gdb/linux/
H A Dmodules.py16 from linux import cpus, utils, lists, constants namespace
H A Dtimerlist.py9 from linux import cpus namespace
H A Dinterrupts.py8 from linux import cpus namespace
[all...]
/linux-master/tools/perf/arch/x86/util/
H A Devlist.c37 struct perf_cpu_map *cpus; local
/linux-master/arch/riscv/kernel/vdso/
H A Dhwprobe.c15 riscv_vdso_get_values(struct riscv_hwprobe *pairs, size_t pair_count, size_t cpusetsize, unsigned long *cpus, unsigned int flags) argument
50 riscv_vdso_get_cpus(struct riscv_hwprobe *pairs, size_t pair_count, size_t cpusetsize, unsigned long *cpus, unsigned int flags) argument
106 __vdso_riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count, size_t cpusetsize, unsigned long *cpus, unsigned int flags) argument
[all...]
/linux-master/tools/perf/tests/
H A Dkeep-tracking.c75 struct perf_cpu_map *cpus = NULL; local
H A Dtask-exit.c54 struct perf_cpu_map *cpus; local
H A Dsw-clock.c46 struct perf_cpu_map *cpus = NULL; local
H A Dopenat-syscall-all-cpus.c27 struct perf_cpu_map *cpus; local
[all...]
H A Devent-times.c115 struct perf_cpu_map *cpus; local
144 struct perf_cpu_map *cpus; local
[all...]
/linux-master/tools/perf/scripts/python/
H A Dstat-cpi.py8 cpus = [] variable
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent.h21 int cpus; member in struct:agent_info
/linux-master/arch/mips/kernel/
H A Dtime.c40 struct cpumask *cpus = freq->policy->cpus; local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhtab_update.c51 cpu_set_t cpus; local
57 pthread_setaffinity_np(pthread_self(), sizeof(cpus), &cpus); local
/linux-master/include/linux/
H A Dstop_machine.h147 stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) argument
159 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) argument
165 stop_machine_from_inactive_cpu(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) argument
[all...]
/linux-master/tools/lib/perf/include/internal/
H A Devsel.h45 struct perf_cpu_map *cpus; member in struct:perf_evsel
/linux-master/arch/x86/hyperv/
H A Dmmu.c60 static void hyperv_flush_tlb_multi(const struct cpumask *cpus, argument
173 static u64 hyperv_flush_tlb_others_ex(const struct cpumask *cpus, argument
[all...]

Completed in 138 milliseconds

1234567