Home
last modified time | relevance | path

Searched refs:COMPAT_USE_64BIT_TIME (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/input/
Dinput-compat.c20 if (INPUT_COMPAT_TEST && !COMPAT_USE_64BIT_TIME) { in input_event_from_user()
44 if (INPUT_COMPAT_TEST && !COMPAT_USE_64BIT_TIME) { in input_event_to_user()
Dinput-compat.h70 return (INPUT_COMPAT_TEST && !COMPAT_USE_64BIT_TIME) ? in input_event_size()
/linux-4.4.14/kernel/
Dcompat.c159 if (COMPAT_USE_64BIT_TIME) in compat_get_timeval()
168 if (COMPAT_USE_64BIT_TIME) in compat_put_timeval()
177 if (COMPAT_USE_64BIT_TIME) in compat_get_timespec()
186 if (COMPAT_USE_64BIT_TIME) in compat_put_timespec()
199 if (!cts || COMPAT_USE_64BIT_TIME) { in compat_convert_timespec()
589 if (COMPAT_USE_64BIT_TIME) in COMPAT_SYSCALL_DEFINE5()
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h273 #define COMPAT_USE_64BIT_TIME \ macro
/linux-4.4.14/net/
Dcompat.c215 if (!COMPAT_USE_64BIT_TIME) { in put_cmsg_compat()
436 if (COMPAT_USE_64BIT_TIME) in compat_sock_get_timestamp()
464 if (COMPAT_USE_64BIT_TIME) in compat_sock_get_timestampns()
/linux-4.4.14/include/linux/
Dcompat.h23 #ifndef COMPAT_USE_64BIT_TIME
24 #define COMPAT_USE_64BIT_TIME 0 macro
/linux-4.4.14/net/bluetooth/
Dhci_sock.c981 if (!COMPAT_USE_64BIT_TIME && in hci_sock_cmsg()