Sign in
cos
/
third_party
/
kernel
/
24d759976a4a7745898904cfbef0a3a3a9ff4bf6
/
.
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
preempt_lock.c
blob: 02917c67244186019c18ae77bc3a6df2c690be0d [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<test_progs.h>
#include
<network_helpers.h>
#include
<
preempt_lock
.
skel
.
h
>
void
test_preempt_lock
(
void
)
{
RUN_TESTS
(
preempt_lock
);
}