Lines Matching refs:task_struct
18 extern void __fstate_save(struct task_struct *save_to);
19 extern void __fstate_restore(struct task_struct *restore_from);
26 static inline void fstate_off(struct task_struct *task, in fstate_off()
32 static inline void fstate_save(struct task_struct *task, in fstate_save()
41 static inline void fstate_restore(struct task_struct *task, in fstate_restore()
50 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu()
51 struct task_struct *next) in __switch_to_fpu()
73 extern struct task_struct *__switch_to(struct task_struct *,
74 struct task_struct *);
78 struct task_struct *__prev = (prev); \
79 struct task_struct *__next = (next); \