| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_fence.c | 24 struct stub_fence *stub = container_of(fence, typeof(*stub), chain); local in function:stub_notify 28 dma_fence_signal(&stub->dma); 32 dma_fence_put(&stub->dma); 51 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local in function:stub_release 53 i915_sw_fence_fini(&stub->chain); 55 BUILD_BUG_ON(offsetof(typeof(*stub), dma)); 56 spin_lock_destroy(&stub->lock); 57 dma_fence_free(&stub->dma) 69 struct stub_fence *stub; local in function:i915_gem_object_lock_fence 100 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local in function:i915_gem_object_unlock_fence [all...] |
| i915_gem_fence.c | 24 struct stub_fence *stub = container_of(fence, typeof(*stub), chain); local in function:stub_notify 28 dma_fence_signal(&stub->dma); 32 dma_fence_put(&stub->dma); 51 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local in function:stub_release 53 i915_sw_fence_fini(&stub->chain); 55 BUILD_BUG_ON(offsetof(typeof(*stub), dma)); 56 spin_lock_destroy(&stub->lock); 57 dma_fence_free(&stub->dma) 69 struct stub_fence *stub; local in function:i915_gem_object_lock_fence 100 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local in function:i915_gem_object_unlock_fence [all...] |
| /src/usr.bin/crunch/crunchgen/ |
| crunched_main.c | 44 struct stub { struct 49 static const struct stub entry_points[]; 58 const struct stub *ep; 89 const struct stub *ep;
|
| crunched_main.c | 44 struct stub { struct 49 static const struct stub entry_points[]; 58 const struct stub *ep; 89 const struct stub *ep;
|
| /src/sys/arch/powerpc/powerpc/ |
| fixup.c | 99 uint32_t *stub = insnp + instr.i_i.i_li; local in function:powerpc_fixup_stubs 106 if (opcode != OPC_B || stub < stub_start || stub_end <= stub) 109 fixup.jfi_stub = fixup_addr2offset(stub); 121 for (; stub < stub_end && fixup.jfi_real == 0; stub++) { 122 const union instr i = { .i_int = *stub }; 159 __func__, stub, i.i_int); 219 __func__, stub, i.i_int);
|
| fixup.c | 99 uint32_t *stub = insnp + instr.i_i.i_li; local in function:powerpc_fixup_stubs 106 if (opcode != OPC_B || stub < stub_start || stub_end <= stub) 109 fixup.jfi_stub = fixup_addr2offset(stub); 121 for (; stub < stub_end && fixup.jfi_real == 0; stub++) { 122 const union instr i = { .i_int = *stub }; 159 __func__, stub, i.i_int); 219 __func__, stub, i.i_int);
|