Lines Matching defs:context
31 * fence context counter: each execution context should have its own
32 * fence context, this allows checking if fences belong to the same
33 * context or not. One device can have multiple separate contexts,
46 * dma_fence_signal(). Fences are associated with a context, allocated through
47 * dma_fence_context_alloc(), and all fences on the same context are
80 * affects the offending userspace context, and no other userspace
184 * allocated. The fence context is used for setting &dma_fence.context to a
185 * unique number by passing the context to dma_fence_init().
273 * both in interrupt and process context. Due to implementation details this
543 fence->context, fence->seqno)) {
638 * Note that the callback can be called from an atomic context or irq context.
996 * @context: the execution context this fence is run on
997 * @seqno: a linear increasing sequence number for this context
1003 * context and seqno are used for easy comparison between fences, allowing
1008 spinlock_t *lock, u64 context, u64 seqno)
1017 fence->context = context;