]> Git Repo - J-linux.git/blob - tools/testing/selftests/sched_ext/exit_test.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / selftests / sched_ext / exit_test.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2024 Meta Platforms, Inc. and affiliates.
4  * Copyright (c) 2024 David Vernet <[email protected]>
5  */
6
7 #ifndef __EXIT_TEST_H__
8 #define __EXIT_TEST_H__
9
10 enum exit_test_case {
11         EXIT_SELECT_CPU,
12         EXIT_ENQUEUE,
13         EXIT_DISPATCH,
14         EXIT_ENABLE,
15         EXIT_INIT_TASK,
16         EXIT_INIT,
17         NUM_EXITS,
18 };
19
20 #endif  // # __EXIT_TEST_H__
This page took 0.024016 seconds and 4 git commands to generate.