Home
last modified time | relevance | path

Searched refs:typeof (Results 426 – 450 of 959) sorted by relevance

1...<<11121314151617181920>>...39

/openbmc/linux/drivers/usb/typec/tipd/
H A Dtps6598x.h15 #define TPS_FIELD_GET(_mask, _reg) ((typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)))
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c856 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); in nvkm_vmm_free_insert()
898 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); in nvkm_vmm_node_insert()
918 struct nvkm_vma *vma = rb_entry(node, typeof(*vma), tree); in nvkm_vmm_node_search()
1037 struct nvkm_vma *vma = rb_entry(node, typeof(*vma), tree); in nvkm_vmm_dtor()
1052 vma = list_first_entry(&vmm->list, typeof(*vma), head); in nvkm_vmm_dtor()
1751 struct nvkm_vma *this = rb_entry(temp, typeof(*this), tree); in nvkm_vmm_get_locked()
1767 struct nvkm_vma *this = rb_entry(node, typeof(*this), tree); in nvkm_vmm_get_locked()
1939 struct nvkm_vmm *vmm = container_of(kref, typeof(*vmm), kref); in nvkm_vmm_del()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c59 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
62 const struct { type x; } __attribute__((__packed__)) *__pptr = (typeof(__pptr))(ptr); \
66 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr))
/openbmc/linux/drivers/nvdimm/
H A Ddimm_devs.c222 struct nvdimm_drvdata *ndd = container_of(kref, typeof(*ndd), kref); in nvdimm_drvdata_release()
419 struct device *dev = container_of(kobj, typeof(*dev), kobj); in nvdimm_visible()
535 struct device *dev = container_of(kobj, typeof(*dev), kobj); in nvdimm_firmware_visible()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c686 typeof(shinfo->evtchn_pending[0]) mask; in do_unmask_port_lm()
744 typeof(shinfo->evtchn_pending[0]) mask; in do_unmask_port_compat()
826 typeof(shinfo->evtchn_pending[0]) mask; in do_set_port_lm()
869 typeof(shinfo->evtchn_pending[0]) mask; in do_set_port_compat()
959 typeof(shinfo->evtchn_pending[0]) mask; in clear_port_pending()
969 typeof(shinfo->evtchn_pending[0]) mask; in clear_port_pending()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c235 udata->outlen >= offsetofend(typeof(*resp), cap_flags)) { in alloc_cq_db()
340 if (udata->inlen >= offsetofend(typeof(*ucmd), cqe_size)) { in set_cqe_size()
/openbmc/linux/arch/arc/kernel/
H A Dunwind.c322 BUILD_BUG_ON(offsetof(typeof(*header), fde_count) in init_unwind_hdr()
323 % __alignof(typeof(header->fde_count))); in init_unwind_hdr()
326 BUILD_BUG_ON(offsetof(typeof(*header), table) in init_unwind_hdr()
327 % __alignof(typeof(*header->table))); in init_unwind_hdr()
/openbmc/linux/mm/
H A Dzswap.c551 pool = list_first_or_null_rcu(&zswap_pools, typeof(*pool), list); in __zswap_pool_current()
694 struct zswap_pool *pool = container_of(w, typeof(*pool), in shrink_worker()
849 struct zswap_pool *pool = container_of(work, typeof(*pool), in __zswap_pool_release()
865 pool = container_of(kref, typeof(*pool), kref); in __zswap_pool_empty()
/openbmc/linux/drivers/dma/
H A Ddmaengine.c158 chan_dev = container_of(dev, typeof(*chan_dev), device); in dev_to_dma_chan()
236 chan_dev = container_of(dev, typeof(*chan_dev), device); in chan_dev_release()
1044 chan->local = alloc_percpu(typeof(*chan->local)); in __dma_async_device_channel_register()
1350 struct dmaengine_unmap_data *unmap = container_of(kref, typeof(*unmap), kref); in dmaengine_unmap()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_std_types_srq.c41 typeof(*obj), uevent.uobject); in UVERBS_HANDLER()
/openbmc/linux/include/crypto/
H A Dskcipher.h156 (typeof(tfm))1))) \
/openbmc/linux/arch/powerpc/boot/
H A Dops.h116 typeof(val) x = (val); \
/openbmc/linux/scripts/atomic/
H A Dgen-atomic-fallback.sh232 typeof(*(_ptr)) *___op = (_oldp), ___o = *___op, ___r; \\
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.h19 #define IS_ALL_ONES(v) (!(typeof (v))~(v))
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dcommon.h130 typeof(__k) k_ = __k; \
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dtu102.c199 struct nvkm_fifo *fifo = container_of(inth, typeof(*fifo), engine.subdev.inth); in tu102_fifo_intr()
/openbmc/linux/drivers/counter/
H A Dinterrupt-cnt.c102 if (val != (typeof(priv->count.counter))val) in interrupt_cnt_write()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_device.c263 while ((res = list_first_entry_or_null(list, typeof(*res), lru))) { in ttm_device_clear_lru_dma_mappings()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_pool.c172 struct rxe_pool_elem *elem = container_of(kref, typeof(*elem), ref_cnt); in rxe_elem_release()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableAssembly.vue150 return typeof identifyLed === 'boolean';
/openbmc/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst90 struct node_data *n = bpf_obj_new(typeof(*n)); /* ACQUIRED */
123 struct node_data *n = bpf_obj_new(typeof(*n)); /* ACQUIRED */
215 n = bpf_obj_new(typeof(*n)); /* 1 */
/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi.h996 pos = (rb ? container_of(rb, typeof(*pos), member) : NULL); \
999 pos = (rb ? container_of(rb, typeof(*pos), member) : NULL))
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h191 __builtin_types_compatible_p(typeof(x), type) || \
192 __builtin_types_compatible_p(typeof(x), const type), \
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma.c101 return container_of(ref, typeof(struct i915_vma), active); in active_to_vma()
348 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_bind()
366 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_release()
791 alignment = max_t(typeof(alignment), alignment, vma->display_alignment); in i915_vma_insert()
793 size = max_t(typeof(size), size, vma->fence_size); in i915_vma_insert()
794 alignment = max_t(typeof(alignment), in i915_vma_insert()
/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-dvb.c94 dvbdmxfeed->priv = (typeof(dvbdmxfeed->priv))(unsigned long)c; in fdtv_start_feed()

1...<<11121314151617181920>>...39