Searched refs:prev_task (Results 1 – 6 of 6) sorted by relevance
24 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() argument27 unsigned int prev = (unsigned int)prev_task; in __switch_to()
150 struct cmdq_task *prev_task = list_last_entry( in cmdq_task_insert_into_thread() local152 u64 *prev_task_base = prev_task->pkt->va_base; in cmdq_task_insert_into_thread()155 dma_sync_single_for_cpu(dev, prev_task->pa_base, in cmdq_task_insert_into_thread()156 prev_task->pkt->cmd_buf_size, DMA_TO_DEVICE); in cmdq_task_insert_into_thread()157 prev_task_base[CMDQ_NUM_CMD(prev_task->pkt) - 1] = in cmdq_task_insert_into_thread()159 dma_sync_single_for_device(dev, prev_task->pa_base, in cmdq_task_insert_into_thread()160 prev_task->pkt->cmd_buf_size, DMA_TO_DEVICE); in cmdq_task_insert_into_thread()
93 struct task_struct *prev_task; /* previous task, NULL if it is not useful */ member
1153 sos->prev_task = previous_current; in ia64_mca_modify_original_stack()1621 g = s->prev_task; in default_monarch_init_process()
185 state, then sos->prev_task on the MCA/INIT stack is updated to point to
3048 (gdb) p current_task.prev_task.comm3059 (gdb) p current_task.prev_task.thread