Searched refs:prev_task (Results 1 – 6 of 6) sorted by relevance
27 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() argument30 unsigned int prev = (unsigned int)prev_task; in __switch_to()
144 struct cmdq_task *prev_task = list_last_entry( in cmdq_task_insert_into_thread() local146 u64 *prev_task_base = prev_task->pkt->va_base; in cmdq_task_insert_into_thread()149 dma_sync_single_for_cpu(dev, prev_task->pa_base, in cmdq_task_insert_into_thread()150 prev_task->pkt->cmd_buf_size, DMA_TO_DEVICE); in cmdq_task_insert_into_thread()151 prev_task_base[CMDQ_NUM_CMD(prev_task->pkt) - 1] = in cmdq_task_insert_into_thread()153 dma_sync_single_for_device(dev, prev_task->pa_base, in cmdq_task_insert_into_thread()154 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
1155 sos->prev_task = previous_current; in ia64_mca_modify_original_stack()1627 g = s->prev_task; in default_monarch_init_process()
181 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