Searched refs:V_AT_LEAST (Results 1 – 6 of 6) sorted by relevance
/external/oprofile/module/ |
D | compat24.h | 48 #if V_AT_LEAST(2, 4, 3) 57 #if V_AT_LEAST(2, 4, 26) && defined(CONFIG_SMP)
|
D | compat.h | 25 #define V_AT_LEAST(a, b, c) (LINUX_VERSION_CODE >= KERNEL_VERSION(a, b, c)) macro
|
D | compat22.h | 133 #if V_AT_LEAST(2, 2, 20)
|
/external/oprofile/module/ia64/ |
D | op_pmu.c | 220 #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/ |
D | op_syscalls.c | 253 #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/ |
D | ChangeLog-2002 | 3896 * module/compat24.h: s/VATLEAST/V_AT_LEAST/
|