Home
last modified time | relevance | path

Searched refs:DL_TASK (Results 1 – 3 of 3) 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()
46 return is_supported_type(type) && type != DL_TASK; in is_server_type()
67 if (dl_server(dl_se) && type != DL_TASK) { in get_entity_id()
85 #define EXPAND_ID_TASK(tsk) get_entity_id(&tsk->dl, task_cpu(tsk), DL_TASK), &tsk->dl
199 da_destroy_storage(get_entity_id(&p->dl, DL_TASK, DL_TASK)); in handle_exit()
/linux/include/trace/events/
H A Dsched.h900 #define DL_TASK 1 macro
/linux/kernel/sched/
H A Ddeadline.c111 return DL_TASK; in dl_get_type()