Searched refs:typeof_member (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/security/landlock/ |
| H A D | access.h | 61 static_assert(sizeof(typeof_member(union access_masks_all, masks)) == 62 sizeof(typeof_member(union access_masks_all, all)));
|
| H A D | fs.h | 87 static_assert((typeof_member(struct landlock_file_security, fown_layer))~0 >=
|
| H A D | cred.h | 56 static_assert(BITS_PER_TYPE(typeof_member(struct landlock_cred_security,
|
| /linux-6.15/include/linux/ |
| H A D | container_of.h | 8 #define typeof_member(T, m) typeof(((T*)0)->m) macro
|
| H A D | cleanup.h | 423 typeof_member(class_##_name##_t, lock) l) \
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_runtime_pm.h | 82 BITS_PER_TYPE(typeof_member(struct intel_runtime_pm, wakeref_count))
|
| H A D | i915_utils.h | 149 BUILD_BUG_ON_MSG(!__same_type(*(ptr), typeof_member(type, member)) && \
|
| H A D | i915_sw_fence.c | 26 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
|
| H A D | i915_pmu.c | 117 BITS_PER_TYPE(typeof_member(struct i915_pmu, in config_mask() 121 BITS_PER_TYPE(typeof_member(struct i915_pmu, in config_mask()
|
| /linux-6.15/include/net/ |
| H A D | xdp.h | 513 meta_max = type_max(typeof_member(struct skb_shared_info, meta_len)); in xdp_metalen_invalid()
|
| /linux-6.15/kernel/ |
| H A D | kallsyms.c | 452 static_assert(sizeof(typeof_member(struct module, build_id)) == 20); in __sprint_symbol()
|
| /linux-6.15/fs/proc/ |
| H A D | inode.c | 473 typeof_member(struct proc_ops, proc_open) open; in proc_reg_open()
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_mmu.c | 376 typeof_member(struct pvr_page_table_l##level_##_entry_raw, val)
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | wmi.c | 51 static_assert(sizeof(typeof_member(struct guid_block, guid)) == 16);
|