sys_ni_posix_timers 1040 arch/alpha/kernel/osf_sys.c asmlinkage long sys_ni_posix_timers(void);
sys_ni_posix_timers 1048 arch/alpha/kernel/osf_sys.c 		return sys_ni_posix_timers();
sys_ni_posix_timers 1064 arch/alpha/kernel/osf_sys.c 		return sys_ni_posix_timers();
sys_ni_posix_timers   47 arch/arm64/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__arm64_compat_sys_##name, sys_ni_posix_timers);
sys_ni_posix_timers   86 arch/arm64/include/asm/syscall_wrapper.h #define SYS_NI(name) SYSCALL_ALIAS(__arm64_sys_##name, sys_ni_posix_timers);
sys_ni_posix_timers   65 arch/s390/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__s390x_sys_##name, sys_ni_posix_timers);		\
sys_ni_posix_timers   66 arch/s390/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__s390_sys_##name, sys_ni_posix_timers)
sys_ni_posix_timers   96 arch/s390/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__s390_compat_sys_##name, sys_ni_posix_timers)
sys_ni_posix_timers  112 arch/s390/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__s390x_sys_##name, sys_ni_posix_timers);
sys_ni_posix_timers   80 arch/x86/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__x64_sys_##name, sys_ni_posix_timers);		\
sys_ni_posix_timers   81 arch/x86/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__ia32_sys_##name, sys_ni_posix_timers)
sys_ni_posix_timers  155 arch/x86/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__ia32_compat_sys_##name, sys_ni_posix_timers);	\
sys_ni_posix_timers  156 arch/x86/include/asm/syscall_wrapper.h 	SYSCALL_ALIAS(__x32_compat_sys_##name, sys_ni_posix_timers)
sys_ni_posix_timers  237 arch/x86/include/asm/syscall_wrapper.h #define SYS_NI(name) SYSCALL_ALIAS(__x64_sys_##name, sys_ni_posix_timers);
sys_ni_posix_timers   33 kernel/time/posix-stubs.c #define SYS_NI(name)  SYSCALL_ALIAS(sys_##name, sys_ni_posix_timers)
sys_ni_posix_timers   37 kernel/time/posix-stubs.c #define COMPAT_SYS_NI(name)  SYSCALL_ALIAS(compat_sys_##name, sys_ni_posix_timers)