Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.0 16 lines 312 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __NR_perf_event_open 3# define __NR_perf_event_open 298 4#endif 5#ifndef __NR_futex 6# define __NR_futex 202 7#endif 8#ifndef __NR_gettid 9# define __NR_gettid 186 10#endif 11#ifndef __NR_getcpu 12# define __NR_getcpu 309 13#endif 14#ifndef __NR_setns 15#define __NR_setns 308 16#endif