Home
last modified time | relevance | path

Searched refs:typeof (Results 201 – 225 of 959) sorted by relevance

12345678910>>...39

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drbtree_btf_fail__wrong_node_type.c28 n = bpf_obj_new(typeof(*n)); in rbtree_api_add__wrong_node_type()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c33 #define fetch_node(x) rb_entry(READ_ONCE(x), typeof(struct active_node), node)
179 struct i915_active *ref = container_of(wrk, typeof(*ref), work); in active_work()
213 container_of(cb, typeof(*active), cb); in active_fence_cb()
267 BUILD_BUG_ON(offsetof(typeof(*it), node)); in __active_lookup()
657 struct wait_barrier *wb = container_of(wq, typeof(*wb), base); in barrier_wake()
1146 struct auto_active *aa = container_of(ref, typeof(*aa), base); in i915_active_get()
1154 struct auto_active *aa = container_of(ref, typeof(*aa), ref); in auto_release()
1162 struct auto_active *aa = container_of(ref, typeof(*aa), base); in i915_active_put()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.h8 #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1)
/openbmc/linux/arch/sparc/vdso/
H A Dvdso2c.h57 typeof(dyn[i].d_tag) tag = GET_BE(&dyn[i].d_tag); in BITSFUNC()
58 typeof(dyn[i].d_un.d_val) val = GET_BE(&dyn[i].d_un.d_val); in BITSFUNC()
/openbmc/linux/include/linux/
H A Dstatic_call.h154 typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
325 (typeof(STATIC_CALL_TRAMP(name))*)func; \
H A Dregset.h66 typeof(v) __v = (v); \
72 *(typeof(__v + 0) *)__s->p = __v; \
H A Dptr_ring.h428 typeof((f)(NULL)) __PTR_RING_PEEK_CALL_v; \
437 typeof((f)(NULL)) __PTR_RING_PEEK_CALL_v; \
446 typeof((f)(NULL)) __PTR_RING_PEEK_CALL_v; \
455 typeof((f)(NULL)) __PTR_RING_PEEK_CALL_v; \
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h58 typeof(a) __a = (a); \
59 typeof(b) __b = (b); \
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dga102.c77 container_of(hdr, typeof(*msg), msg.hdr); in ga102_sec2_acr_bootstrap_falcon_callback()
94 struct nvkm_sec2 *sec2 = container_of(falcon, typeof(*sec2), falcon); in ga102_sec2_acr_bootstrap_falcon()
H A Dgp102.c43 container_of(hdr, typeof(*msg), msg.hdr); in gp102_sec2_acr_bootstrap_falcon_callback()
62 struct nvkm_sec2 *sec2 = container_of(falcon, typeof(*sec2), falcon); in gp102_sec2_acr_bootstrap_falcon()
155 struct nvkm_sec2 *sec2 = container_of(inth, typeof(*sec2), engine.subdev.inth); in gp102_sec2_intr()
/openbmc/linux/arch/powerpc/include/asm/
H A Ddelay.h55 typeof(condition) __ret; \
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c33 struct nvkm_device *device = container_of(nb, typeof(*device), acpi.nb); in nvkm_acpi_ntfy()
/openbmc/linux/arch/x86/xen/
H A Dirq.c43 static const typeof(pv_ops) xen_irq_ops __initconst = {
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_request.c47 container_of(request->engine, typeof(*engine), base); in mock_cancel_request()
/openbmc/linux/include/soc/arc/
H A Daux.h39 into = *((typeof(into) *)&tmp); \
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.h40 ({ typeof(rssi) __rssi__ = rssi; \
45 ({ typeof(rssi) __rssi__ = rssi; \
50 ({ typeof(rssi) __rssi__ = rssi; \
/openbmc/linux/include/net/
H A Dieee802154_netdev.h19 (offsetof(typeof(struct_type), member) + \
20 sizeof(((typeof(struct_type) *)(NULL))->member))
23 offsetof(typeof(struct sockaddr_ieee802154), addr)
/openbmc/linux/include/media/
H A Dv4l2-common.h415 (typeof(&(array)[0]))__v4l2_find_nearest_size( \
417 offsetof(typeof(*(array)), width_field), \
418 offsetof(typeof(*(array)), height_field), \
/openbmc/linux/tools/include/asm/
H A Dbarrier.h59 typeof(*p) ___p1 = READ_ONCE(*p); \
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_hw_regs.h147 typeof(x) x_ = (x); \
152 typeof(x) x_ = (x); \
186 typeof(x) x_ = (x); \
191 typeof(x) x_ = (x); \
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c91 fence = list_entry(fctx->pending.next, typeof(*fence), head); in nouveau_fence_context_kill()
138 fence = list_entry(fctx->pending.next, typeof(*fence), head); in nouveau_fence_update()
162 fence = list_entry(fctx->pending.next, typeof(*fence), head); in nouveau_fence_uevent_work()
176 struct nouveau_fence_chan *fctx = container_of(event, typeof(*fctx), event); in nouveau_fence_wait_uevent_handler()
/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h40 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x))
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c64 struct drm_i915_private *i915 = container_of(bdev, typeof(*i915), bdev); in i915_ttm_region()
194 struct drm_i915_private *i915 = container_of(bo->bdev, typeof(*i915), in i915_ttm_accel_move()
351 container_of(work, typeof(*copy_work), work); in __memcpy_work()
395 container_of(irq_work, typeof(*copy_work), irq_work); in __memcpy_irq_work()
407 container_of(cb, typeof(*copy_work), cb); in __memcpy_cb()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dga100.c332 struct nvkm_runl *runl = container_of(inth, typeof(*runl), inth); in ga100_runl_intr()
510 struct nvkm_runl *runl = container_of(inth, typeof(*runl), nonstall.inth); in ga100_fifo_nonstall_intr()
519 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), nonstall.event); in ga100_fifo_nonstall_block()
528 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), nonstall.event); in ga100_fifo_nonstall_allow()
549 struct nvkm_engn *engn = list_first_entry(&runl->engns, typeof(*engn), head); in ga100_fifo_nonstall_ctor()
/openbmc/linux/include/kunit/
H A Dtest.h686 const typeof(left) __left = (left); \
687 const typeof(right) __right = (right); \
809 const typeof(ptr) __ptr = (ptr); \
1509 typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \
1511 void (*__get_desc)(typeof(__next), char *) = get_desc; \

12345678910>>...39