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

Configure Feed

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

at v6.16 6 lines 204 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#include <asm-generic/syscalls.h> 4 5asmlinkage long sys_hexagon_fadvise64_64(int fd, int advice, 6 u32 a2, u32 a3, u32 a4, u32 a5);