1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2023 Red Hat Inc, Daniel Bristot de Oliveira <bristot@kernel.org>
6 struct timerlat_u_params
{
7 /* timerlat -> timerlat_u: user-space threads can keep running */
9 /* timerlat_u -> timerlat: all timerlat_u threads left, no reason to continue */
15 struct sched_attr
*sched_param
;
18 void *timerlat_u_dispatcher(void *data
);