Home
last modified time | relevance | path

Searched refs:DL_SERVER_EXT (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/rv/monitors/deadline/
H A Ddeadline.h38 return type == DL_TASK || type == DL_SERVER_FAIR || type == DL_SERVER_EXT; in is_supported_type()
70 if (type == DL_SERVER_EXT) in get_entity_id()
91 return task_is_scx_enabled(tsk) ? DL_SERVER_EXT : DL_SERVER_FAIR; in get_server_type()
145 if (type == DL_SERVER_EXT) in get_server()
/linux/kernel/trace/rv/monitors/nomiss/
H A Dnomiss.c196 handle_server_switch(next, cpu, DL_SERVER_EXT); in handle_sched_switch()
/linux/include/trace/events/
H A Dsched.h902 #define DL_SERVER_EXT 3 macro
/linux/kernel/sched/
H A Ddeadline.c116 return DL_SERVER_EXT; in dl_get_type()