Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/linux/
H A Dsched.h82 struct task_struct { struct
83 struct thread *dfly_td;
84 volatile long state;
85 struct mm_struct *mm; /* mirror copy in p->p_linux_mm */
86 int prio;
89 unsigned long kt_flags;
90 int (*kt_fn)(void *data);
91 void *kt_fndata;
92 int kt_exitvalue;
95 char comm[TASK_COMM_LEN];
[all …]