Lines Matching defs:t
163 #define RET_STACK(t, offset) ((struct ftrace_ret_stack *)(&(t)->ret_stack[offset])) argument
249 static inline unsigned long get_fgraph_entry(struct task_struct *t, int offset) in get_fgraph_entry()
255 static inline int get_frame_offset(struct task_struct *t, int offset) in get_frame_offset()
262 get_bitmap_bits(struct task_struct *t, int offset) in get_bitmap_bits()
269 set_bitmap(struct task_struct *t, int offset, unsigned long bitmap) in set_bitmap()
276 static inline void *get_data_type_data(struct task_struct *t, int offset) in get_data_type_data()
307 static void ret_stack_set_task_var(struct task_struct *t, int idx, long val) in ret_stack_set_task_var()
315 ret_stack_get_task_var(struct task_struct *t, int idx) in ret_stack_get_task_var()
434 get_ret_stack(struct task_struct *t, int offset, int *frame_offset) in get_ret_stack()
1036 struct task_struct *g, *t; in alloc_retstack_tasklist() local
1106 graph_init_task(struct task_struct *t, unsigned long *ret_stack) in graph_init_task()
1122 void ftrace_graph_init_idle_task(struct task_struct *t, int cpu) in ftrace_graph_init_idle_task()
1151 void ftrace_graph_init_task(struct task_struct *t) in ftrace_graph_init_task()
1171 void ftrace_graph_exit_task(struct task_struct *t) in ftrace_graph_exit_task()
1261 struct task_struct *g, *t; in init_task_vars() local