Searched refs:NETPERF_CPU_SET (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/tests/netperf2/ |
D | fix_netperf_build.patch | 8 +#define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET_S(cpu, sizeof (cpu_set_t), cpusetp) 11 #define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET(cpu, cpusetp)
|
/external/netperf/src/ |
D | netlib.c | 2323 #define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET_S(cpu, sizeof (cpu_set_t), cpusetp) in bind_to_specific_processor() macro 2326 #define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET(cpu, cpusetp) in bind_to_specific_processor() macro 2332 #define NETPERF_CPU_SET(cpu, cpusetp) *cpusetp = 1 << cpu in bind_to_specific_processor() macro 2342 NETPERF_CPU_SET(mapped_affinity,&netperf_cpu_set); in bind_to_specific_processor()
|