Home
last modified time | relevance | path

Searched defs:task_item (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/dfx/
Dhungtask_base.h63 struct task_item { struct
64 struct rb_node node;
65 pid_t pid;
66 pid_t tgid;
67 char name[TASK_COMM_LEN + 1];
68 unsigned long switch_count;
69 unsigned int task_type;
70 int dump_wa;
71 int panic_wa;
72 int dump_jank;
[all …]
/kernel/linux/linux-5.10/include/dfx/
Dhungtask_base.h63 struct task_item { struct
64 struct rb_node node;
65 pid_t pid;
66 pid_t tgid;
67 char name[TASK_COMM_LEN + 1];
68 unsigned long switch_count;
69 unsigned int task_type;
70 int dump_wa;
71 int panic_wa;
72 int dump_jank;
[all …]