Home
last modified time | relevance | path

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

/external/oprofile/module/
Dcompat24.h48 #if V_AT_LEAST(2, 4, 3)
57 #if V_AT_LEAST(2, 4, 26) && defined(CONFIG_SMP)
Dcompat.h25 #define V_AT_LEAST(a, b, c) (LINUX_VERSION_CODE >= KERNEL_VERSION(a, b, c)) macro
Dcompat22.h133 #if V_AT_LEAST(2, 2, 20)
/external/oprofile/module/ia64/
Dop_pmu.c220 #if V_AT_LEAST(2, 4, 21) in disable_psr()
329 #if V_AT_LEAST(2, 4, 21) in pmu_start()
368 #if V_AT_LEAST(2, 4, 21) in pmu_stop()
/external/oprofile/module/x86/
Dop_syscalls.c253 #if V_AT_LEAST(2, 4, 0) in my_sys_clone()
261 #if V_AT_LEAST(2, 4, 0) in my_sys_clone()
/external/oprofile/
DChangeLog-20023896 * module/compat24.h: s/VATLEAST/V_AT_LEAST/