Home
last modified time | relevance | path

Searched refs:typeof (Results 176 – 200 of 959) sorted by relevance

12345678910>>...39

/openbmc/u-boot/arch/arm/include/asm/
H A Dsecure.h22 typeof(_fn) *__tmp = (__fn - gd->reloc_off); \
/openbmc/linux/include/linux/
H A Dlist_bl.h172 ({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1;}); \
186 ({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1;}); \
/openbmc/linux/tools/arch/s390/include/asm/
H A Dbarrier.h39 typeof(*p) ___p1 = READ_ONCE(*p); \
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_active.c37 struct live_active *active = container_of(ref, typeof(*active), ref); in __live_release()
49 struct live_active *active = container_of(base, typeof(*active), base); in __live_active()
57 struct live_active *active = container_of(base, typeof(*active), base); in __live_retire()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c34 container_of(hdr, typeof(*msg), msg.hdr); in gm20b_pmu_acr_bootstrap_falcon_cb()
42 struct nvkm_pmu *pmu = container_of(falcon, typeof(*pmu), falcon); in gm20b_pmu_acr_bootstrap_falcon()
128 container_of(hdr, typeof(*msg), msg.hdr); in gm20b_pmu_acr_init_wpr_callback()
/openbmc/linux/arch/ia64/include/asm/
H A Dpercpu.h43 ((typeof(var) __kernel __force *)&(var)); \
H A Dbarrier.h65 typeof(*p) ___p1 = READ_ONCE(*p); \
/openbmc/linux/tools/arch/sparc/include/asm/
H A Dbarrier_64.h51 typeof(*p) ___p1 = READ_ONCE(*p); \
/openbmc/linux/tools/arch/powerpc/include/asm/
H A Dbarrier.h41 typeof(*p) ___p1 = READ_ONCE(*p); \
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_common_defs.h18 typeof(ptr) _ptr = ptr; \
/openbmc/linux/tools/arch/x86/include/asm/
H A Dbarrier.h41 typeof(*p) ___p1 = READ_ONCE(*p); \
/openbmc/qemu/include/qemu/
H A Dqueue.h218 typeof(elm) save_sle_next; \
230 typeof((head)->slh_first) elm = (head)->slh_first; \
236 typeof(slistelm) next = (slistelm)->field.sle_next; \
313 typeof((head)->sqh_first) elm = (head)->sqh_first; \
504 ((typeof((head)->tqh_first)) QTAILQ_LINK_PREV((head)->tqh_circ))
506 ((typeof((elm)->field.tqe_next)) QTAILQ_LINK_PREV((elm)->field.tqe_circ))
/openbmc/linux/arch/arm/include/asm/
H A Dfncpy.h61 typeof(funcp) __result; \
/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h183 ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to))
185 ((typeof(p))ALIGN_DOWN((unsigned long)(p), ptr_align_to))
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c29 struct nvkm_fault *fault = container_of(event, typeof(*fault), event); in nvkm_fault_ntfy_fini()
36 struct nvkm_fault *fault = container_of(event, typeof(*fault), event); in nvkm_fault_ntfy_init()
/openbmc/u-boot/include/linux/
H A Dcompiler-intel.h27 (typeof(ptr)) (__ptr + (off)); })
/openbmc/linux/drivers/scsi/isci/
H A Dport_config.c330 port_agent = container_of(tmr, typeof(*port_agent), timer); in mpc_agent_timeout()
331 ihost = container_of(port_agent, typeof(*ihost), port_agent); in mpc_agent_timeout()
668 port_agent = container_of(tmr, typeof(*port_agent), timer); in apc_agent_timeout()
669 ihost = container_of(port_agent, typeof(*ihost), port_agent); in apc_agent_timeout()
/openbmc/linux/fs/ntfs3/
H A Dattrlist.c297 typeof(ni->attr_list) *al = &ni->attr_list; in al_add_le()
368 typeof(ni->attr_list) *al = &ni->attr_list; in al_remove_le()
394 typeof(ni->attr_list) *al = &ni->attr_list; in al_delete_le()
442 typeof(ni->attr_list) *al = &ni->attr_list; in al_update()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c167 struct intel_breadcrumbs *b = container_of(work, typeof(*b), irq_work); in signal_irq_work()
246 llist_entry(signal, typeof(*rq), signal_node); in signal_irq_work()
323 struct intel_breadcrumbs *b = container_of(kref, typeof(*b), ref); in intel_breadcrumbs_free()
383 list_entry(pos, typeof(*it), signal_link); in insert_breadcrumb()
H A Dintel_execlists_submission.c412 container_of(execlists, typeof(*engine), execlists); in execlists_unwind_incomplete_requests()
1032 rb_entry(rb, typeof(*ve), nodes[engine->id].rb); in first_virtual_engine()
1094 container_of(p->waiter, typeof(*w), sched); in defer_request()
2074 container_of(p->waiter, typeof(*w), sched); in __execlists_hold()
2140 container_of(p->signaler, typeof(*s), sched); in hold_request()
2175 container_of(p->waiter, typeof(*w), sched); in __execlists_unhold()
3203 rb_entry(rb, typeof(*ve), nodes[engine->id].rb); in execlists_reset_cancel()
3608 container_of(wrk, typeof(*ve), rcu.work); in rcu_virtual_context_destroy()
3672 container_of(kref, typeof(*ve), context.ref); in virtual_context_destroy()
3870 other = rb_entry(rb, typeof(*other), rb); in virtual_submission_tasklet()
[all …]
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dsoc-info.h28 static typeof(&__table[0]) __func_name(void) \
/openbmc/hiomapd/test/
H A Dmbox.c304 ((typeof(expr) *)0 != (type *)0)
308 ((typeof(expr1) *)0 != (typeof(expr2) *)0)
/openbmc/linux/arch/arm64/include/asm/
H A Dpercpu.h158 typeof(pcp) __retval; \
160 __retval = (typeof(pcp))op(raw_cpu_ptr(&(pcp)), ##args); \
241 typedef typeof(pcp) pcp_op_T__; \
/openbmc/linux/arch/sparc/include/asm/
H A Dbarrier_64.h50 typeof(*p) ___p1 = READ_ONCE(*p); \
/openbmc/linux/tools/include/linux/
H A Dmath.h19 const typeof(y) __y = y; \

12345678910>>...39