Home
last modified time | relevance | path

Searched refs:cpusetp (Results 1 – 1 of 1) sorted by relevance

/external/netperf/
Dnetlib.c1993 #define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET(cpu, cpusetp) in bind_to_specific_processor() argument
1994 #define NETPERF_CPU_ZERO(cpusetp) __CPU_ZERO (cpusetp) in bind_to_specific_processor() argument
1998 #define NETPERF_CPU_SET(cpu, cpusetp) *cpusetp = 1 << cpu in bind_to_specific_processor() argument
1999 #define NETPERF_CPU_ZERO(cpusetp) *cpusetp = (unsigned long)0 in bind_to_specific_processor() argument