Anatomy of a system call, part 1
Anatomy of a system call, part 1
Posted Aug 27, 2020 21:14 UTC (Thu) by andresfreund (subscriber, #69562)In reply to: Anatomy of a system call, part 1 by vishwajith_k
Parent article: Anatomy of a system call, part 1
It's in kernel/time/posix-stubs.c :
SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags,
const struct __kernel_timespec __user *, rqtp,
struct __kernel_timespec __user *, rmtp)
{
....
