HomeSort by relevance Sort by last modified time
    Searched refs:cpu_local_wrap_v (Results 26 - 29 of 29) sorted by null

12

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
local.h 59 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; }) macro
61 #define cpu_local_read(l) cpu_local_wrap_v(local_read(&__get_cpu_var(l)))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
local.h 59 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; }) macro
61 #define cpu_local_read(l) cpu_local_wrap_v(local_read(&__get_cpu_var(l)))
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
local.h 59 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; }) macro
61 #define cpu_local_read(l) cpu_local_wrap_v(local_read(&__get_cpu_var(l)))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
local.h 59 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; }) macro
61 #define cpu_local_read(l) cpu_local_wrap_v(local_read(&__get_cpu_var(l)))

Completed in 106 milliseconds

12