Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/heap/include/
Desp_heap_task_info.h70 TaskHandle_t *tasks; ///< Array of tasks whose block info is returned member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dcore.c7343 struct list_head *tasks) in detach_one_task_core()
7352 static void attach_tasks_core(struct list_head *tasks, struct rq *rq) in attach_tasks_core()
7371 struct list_head *tasks) in detach_one_task_core()
7375 static void attach_tasks_core(struct list_head *tasks, struct rq *rq) in attach_tasks_core()
Dfair.c7880 struct list_head tasks; member
8145 struct list_head *tasks = &env->src_rq->cfs_tasks; in detach_tasks() local
8325 struct list_head *tasks = &env->tasks; in attach_tasks() local
Dsched.h939 unsigned long tasks : BITS_PER_LONG - bits_per(SCHED_CAPACITY_SCALE); member
/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h879 struct list_head tasks; member