Home
last modified time | relevance | path

Searched defs:tasks (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dbpf_iter_task_btf.c11 long tasks = 0; variable
/tools/testing/selftests/resctrl/
Dresctrlfs.c399 static int write_pid_to_tasks(char *tasks, pid_t pid) in write_pid_to_tasks()
439 char tasks[1024]; in write_bm_pid_to_resctrl() local
/tools/testing/selftests/bpf/
Dtest_maps.c666 static void test_sockmap(unsigned int tasks, void *data) in test_sockmap()
1354 static void __run_parallel(unsigned int tasks, in __run_parallel()
/tools/perf/
Dbuiltin-report.c854 struct task *tasks, *task; in tasks_print() local
Dbuiltin-sched.c185 struct task_desc **tasks; member
/tools/perf/scripts/python/
Dsched-migration.py100 def __init__(self, tasks = [0], event = RunqueueEventUnknown()): argument