HomeSort by relevance Sort by last modified time
    Searched full:local_t (Results 1 - 16 of 16) sorted by null

  /external/kernel-headers/original/asm-x86/
local_32.h 11 } local_t; typedef in typeref:struct:__anon4722
18 static __inline__ void local_inc(local_t *l)
25 static __inline__ void local_dec(local_t *l)
32 static __inline__ void local_add(long i, local_t *l)
40 static __inline__ void local_sub(long i, local_t *l)
51 * @l: pointer of type local_t
57 static __inline__ int local_sub_and_test(long i, local_t *l)
70 * @l: pointer of type local_t
76 static __inline__ int local_dec_and_test(local_t *l)
89 * @l: pointer of type local_t
    [all...]
  /external/kernel-headers/original/asm-generic/
local.h 14 * rather pointless. The whole point behind local_t is that some processors
16 * running on this CPU. local_t allows exploitation of such capabilities.
25 } local_t; typedef in typeref:struct:__anon4652
43 /* Use these for per-cpu local_t variables: on some archs they are
  /bionic/libc/kernel/arch-x86/asm/
local_32.h 22 } local_t; typedef in typeref:struct:__anon159
39 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; })
  /development/ndk/platforms/android-5/arch-x86/include/asm/
local_32.h 22 } local_t; typedef in typeref:struct:__anon1214
39 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
local_32.h 22 } local_t; typedef in typeref:struct:__anon14635
39 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
local_32.h 22 } local_t; typedef in typeref:struct:__anon15420
39 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; })
  /bionic/libc/kernel/common/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon170
  /development/ndk/platforms/android-3/include/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon815
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon13531
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon13885
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon14239
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon14646
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon15019
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
local.h 23 } local_t; typedef in typeref:struct:__anon15431
  /external/kernel-headers/original/linux/
dmaengine.h 69 * @refcount: local_t used for open-coded "bigref" counting
75 local_t refcount;
module.h 219 local_t count;

Completed in 324 milliseconds