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 master 10 lines 235 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (c) 2026 Meta Platforms, Inc. and affiliates. */ 3 4#include <test_progs.h> 5#include "kfunc_implicit_args.skel.h" 6 7void test_kfunc_implicit_args(void) 8{ 9 RUN_TESTS(kfunc_implicit_args); 10}