HomeSort by relevance Sort by last modified time
    Searched refs:set_affinity (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/include/
affinity.h 32 static int set_affinity(int cpu) function
89 goto set_affinity;
93 goto set_affinity;
97 set_affinity:
98 return set_affinity(cpu);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c 50 static int set_affinity(int num) function
72 set_affinity(1);
88 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-6730/
poc.c 92 static int set_affinity(int num) function
111 set_affinity(1);
123 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-6731/
poc.c 92 static int set_affinity(int num) function
111 set_affinity(1);
123 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-6732/
poc.c 84 static int set_affinity(int num) function
104 set_affinity(1);
117 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-6733/
poc.c 83 static int set_affinity(int num) function
104 set_affinity(1);
117 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-6734/
poc.c 89 static int set_affinity(int num) function
108 set_affinity(1);
120 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-6735/
poc.c 90 static int set_affinity(int num) function
107 set_affinity(1);
119 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c 50 static int set_affinity(int num) function
72 set_affinity(1);
88 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
poc.c 46 static int set_affinity(int num) function
94 set_affinity(1);
105 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8449/
poc.c 52 static int set_affinity(int num) function
69 set_affinity(1);
84 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/Bug-33452365/
poc.c 151 static int set_affinity(int num) function
164 set_affinity(1);
179 set_affinity(2);
202 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-6736/
poc.c 104 static int set_affinity(int num) function
121 set_affinity(1);
133 set_affinity(0);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 69 static int set_affinity(int num) function
124 set_affinity(1);
157 set_affinity(0);
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug02.sh 86 set_affinity ${SPIN_LOOP_PID} ${CPU_TO_TEST}
cpuhotplug07.sh 97 set_affinity ${KCOMPILE_LOOP_PID} ${CPU_TO_TEST}
  /cts/hostsidetests/security/securityPatch/CVE-2017-0429/
poc.c 58 static int set_affinity(int num) function
126 set_affinity(0);
  /development/ndk/platforms/android-9/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
irq.h 68 void (*set_affinity)(unsigned int irq, cpumask_t dest); member in struct:irq_chip

Completed in 295 milliseconds

1 2 3 4