HomeSort by: relevance | last modified time | path
    Searched defs:task_ipc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_sw_fence.c 510 struct task_ipc { struct
517 static void task_ipc(struct work_struct *work) function in typeref:typename:void
519 struct task_ipc *ipc = container_of(work, typeof(*ipc), work);
530 struct task_ipc ipc;
547 INIT_WORK_ONSTACK(&ipc.work, task_ipc);
i915_sw_fence.c 510 struct task_ipc { struct
517 static void task_ipc(struct work_struct *work) function in typeref:typename:void
519 struct task_ipc *ipc = container_of(work, typeof(*ipc), work);
530 struct task_ipc ipc;
547 INIT_WORK_ONSTACK(&ipc.work, task_ipc);
i915_sw_fence.c 510 struct task_ipc { struct
517 static void task_ipc(struct work_struct *work) function in typeref:typename:void
519 struct task_ipc *ipc = container_of(work, typeof(*ipc), work);
530 struct task_ipc ipc;
547 INIT_WORK_ONSTACK(&ipc.work, task_ipc);

Completed in 32 milliseconds