Home | History | Annotate | Download | only in nvidia

Lines Matching refs:task

245 		struct tegra_drm_task *const task =
249 (*task->tdt_fn)(task);
287 struct tegra_drm_task *task = container_of(work, struct tegra_drm_task,
290 (*task->tdt_fn)(task);
294 tegra_task_init(struct tegra_drm_task *task,
298 task->tdt_fn = fn;
302 tegra_task_schedule(device_t self, struct tegra_drm_task *task)
307 SIMPLEQ_INSERT_TAIL(&sc->sc_tasks, task, tdt_u.queue);
309 workqueue_enqueue(sc->sc_task_wq, &task->tdt_u.work, NULL);