Searched refs:typeof_member (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/proc/ |
D | inode.c | 312 typeof_member(struct proc_ops, proc_read) read; in pde_read() 336 typeof_member(struct proc_ops, proc_write) write; in pde_write() 360 typeof_member(struct proc_ops, proc_poll) poll; in pde_poll() 384 typeof_member(struct proc_ops, proc_ioctl) ioctl; in pde_ioctl() 409 typeof_member(struct proc_ops, proc_compat_ioctl) compat_ioctl; in pde_compat_ioctl() 433 typeof_member(struct proc_ops, proc_mmap) mmap; in pde_mmap() 460 typeof_member(struct proc_ops, proc_get_unmapped_area) get_area; in pde_get_unmapped_area() 493 typeof_member(struct proc_ops, proc_open) open; in proc_reg_open() 494 typeof_member(struct proc_ops, proc_release) release; in proc_reg_open() 558 typeof_member(struct proc_ops, proc_release) release; in proc_reg_release()
|
/linux-6.6.21/include/linux/ |
D | container_of.h | 8 #define typeof_member(T, m) typeof(((T*)0)->m) macro
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.h | 93 BITS_PER_TYPE(typeof_member(struct intel_runtime_pm, wakeref_count))
|
D | i915_utils.h | 167 BUILD_BUG_ON_MSG(!__same_type(*(ptr), typeof_member(type, member)) && \
|
D | i915_sw_fence.c | 26 BITS_PER_TYPE(typeof_member(struct wait_queue_entry, flags))
|
D | i915_pmu.c | 110 BITS_PER_TYPE(typeof_member(struct i915_pmu, in config_mask() 114 BITS_PER_TYPE(typeof_member(struct i915_pmu, in config_mask()
|
/linux-6.6.21/kernel/ |
D | kallsyms.c | 511 static_assert(sizeof(typeof_member(struct module, build_id)) == 20); in __sprint_symbol()
|
/linux-6.6.21/drivers/platform/x86/ |
D | wmi.c | 56 static_assert(sizeof(typeof_member(struct guid_block, guid)) == 16);
|