Searched refs:typeof_member (Results 1 – 12 of 12) sorted by relevance
| /linux/security/landlock/ |
| A D | ruleset.h | 57 static_assert(sizeof(typeof_member(union access_masks_all, masks)) == 58 sizeof(typeof_member(union access_masks_all, all)));
|
| /linux/include/linux/ |
| A D | container_of.h | 8 #define typeof_member(T, m) typeof(((T*)0)->m) macro
|
| A D | cleanup.h | 384 typeof_member(class_##_name##_t, lock) l) \
|
| /linux/drivers/gpu/drm/i915/ |
| A D | intel_runtime_pm.h | 83 BITS_PER_TYPE(typeof_member(struct intel_runtime_pm, wakeref_count))
|
| A D | i915_utils.h | 149 BUILD_BUG_ON_MSG(!__same_type(*(ptr), typeof_member(type, member)) && \
|
| A D | i915_sw_fence.c | 26 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
|
| A D | i915_pmu.c | 120 BITS_PER_TYPE(typeof_member(struct i915_pmu, in config_mask() 124 BITS_PER_TYPE(typeof_member(struct i915_pmu, in config_mask()
|
| /linux/include/net/ |
| A D | xdp.h | 374 meta_max = type_max(typeof_member(struct skb_shared_info, meta_len)); in xdp_metalen_invalid()
|
| /linux/kernel/ |
| A D | kallsyms.c | 460 static_assert(sizeof(typeof_member(struct module, build_id)) == 20); in __sprint_symbol()
|
| /linux/fs/proc/ |
| A D | inode.c | 473 typeof_member(struct proc_ops, proc_open) open; in proc_reg_open()
|
| /linux/drivers/gpu/drm/imagination/ |
| A D | pvr_mmu.c | 376 typeof_member(struct pvr_page_table_l##level_##_entry_raw, val)
|
| /linux/drivers/platform/x86/ |
| A D | wmi.c | 54 static_assert(sizeof(typeof_member(struct guid_block, guid)) == 16);
|
Completed in 30 milliseconds