| /linux/rust/kernel/sync/atomic/ | 
| H A D | ordering.rs | 75     const TYPE: OrderingType;  constant79     const TYPE: OrderingType = OrderingType::Relaxed;  constant
 83     const TYPE: OrderingType = OrderingType::Acquire;  constant
 87     const TYPE: OrderingType = OrderingType::Release;  constant
 91     const TYPE: OrderingType = OrderingType::Full;  constant
 
 | 
| /linux/include/linux/ | 
| H A D | stddef.h | 16 #define offsetof(TYPE, MEMBER)	__builtin_offsetof(TYPE, MEMBER)  argument24 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER))  argument
 32 #define offsetofend(TYPE, MEMBER) \  argument
 93 #define DECLARE_FLEX_ARRAY(TYPE, NAME) \  argument
 109 #define __TRAILING_OVERLAP(TYPE, NAME, FAM, ATTRS, MEMBERS)			\  argument
 129 #define TRAILING_OVERLAP(TYPE, NAME, FAM, MEMBERS)				\  argument
 
 | 
| /linux/arch/sparc/include/asm/ | 
| H A D | asm.h | 10 #define BRANCH32(TYPE, PREDICT, DEST) \  argument12 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \  argument
 23 #define BRANCH32(TYPE, PREDICT, DEST) \  argument
 25 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \  argument
 
 | 
| /linux/lib/crc/mips/ | 
| H A D | crc32.h | 16 #define _ASM_SET_CRC(OP, SZ, TYPE)					  \  argument25 #define _ASM_UNSET_CRC(op, SZ, TYPE) ".purgem " #op "\n\t"  argument
 27 #define _ASM_SET_CRC(op, SZ, TYPE) ".set\tcrc\n\t"  argument
 28 #define _ASM_UNSET_CRC(op, SZ, TYPE)  argument
 31 #define __CRC32(crc, value, op, SZ, TYPE)		\  argument
 
 | 
| /linux/arch/powerpc/lib/ | 
| H A D | feature-fixups-test.S | 227 #define	MAKE_MACRO_TEST(TYPE)						\  argument499 #define	MAKE_MACRO_TEST_EXPECTED(TYPE)					\  argument
 
 | 
| /linux/tools/testing/selftests/bpf/progs/ | 
| H A D | test_pkt_md_access.c | 11 #define TEST_FIELD(TYPE, FIELD, MASK)					\  argument19 #define TEST_FIELD(TYPE, FIELD, MASK)					\  argument
 
 | 
| H A D | test_select_reuseport_kern.c | 19 offsetof(TYPE,MEMBER) global()  argument 
 | 
| H A D | verifier_sock.c | 8 sizeof_field(TYPE,MEMBER) global()  argument 9 offsetofend(TYPE,MEMBER) global()  argument
 
 | 
| H A D | verifier_ctx.c | 8 sizeof_field(TYPE,MEMBER) global()  argument 
 | 
| /linux/tools/testing/selftests/kvm/ | 
| H A D | guest_print_test.c | 41 #define TYPE(fn, ext, fmt_t, T) TYPE_##ext,  macro64 #define TYPE(fn, ext, fmt_t, T) \  macro
 73 #define TYPE(fn, ext, fmt_t, T)							\  in guest_code()  macro
 
 | 
| /linux/fs/jfs/ | 
| H A D | jfs_btree.h | 50 #define BT_PAGE(IP, MP, TYPE, ROOT)\  argument54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\  argument
 142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\  argument
 
 | 
| /linux/tools/include/nolibc/ | 
| H A D | stddef.h | 21 #define offsetof(TYPE, FIELD) ((size_t) &((TYPE *)0)->FIELD)  argument
 | 
| /linux/tools/include/linux/ | 
| H A D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN)				\  argument134 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM)			\  argument
 142 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM)			\  argument
 
 | 
| /linux/tools/include/uapi/linux/ | 
| H A D | stddef.h | 49 #define __DECLARE_FLEX_ARRAY(TYPE, NAME)	\  argument
 | 
| /linux/include/acpi/platform/ | 
| H A D | acgcc.h | 69 #define ACPI_FLEX_ARRAY(TYPE, NAME)             \  argument
 | 
| /linux/Documentation/driver-api/surface_aggregator/ | 
| H A D | ssh.rst | 5 .. |TYPE| replace:: ``TYPE``  substdef
 | 
| /linux/drivers/md/dm-vdo/ | 
| H A D | memory-alloc.h | 70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \  argument
 | 
| /linux/arch/riscv/include/asm/ | 
| H A D | vector.h | 25 #define __riscv_v_vstate_or(_val, TYPE) ({				\  argument34 #define __riscv_v_vstate_check(_val, TYPE) ({				\  argument
 
 | 
| /linux/drivers/gpu/drm/xe/ | 
| H A D | xe_gt_sriov_pf_debugfs.c | 133 #define DEFINE_SRIOV_GT_POLICY_DEBUGFS_ATTRIBUTE(POLICY, TYPE, FORMAT)		\  argument196 #define DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(CONFIG, TYPE, FORMAT)		\  argument
 
 | 
| /linux/arch/x86/kernel/fpu/ | 
| H A D | init.c | 146 #define CHECK_MEMBER_AT_END_OF(TYPE, MEMBER) \  argument
 | 
| /linux/tools/testing/selftests/ublk/ | 
| H A D | utils.h | 12 #define offsetof(TYPE, MEMBER)  ((size_t)&((TYPE *)0)->MEMBER)  argument
 | 
| /linux/arch/mips/include/asm/octeon/ | 
| H A D | cvmx.h | 212 #define CVMX_BUILD_WRITE64(TYPE, ST)					\  argument226 #define CVMX_BUILD_READ64(TYPE, LT)					\  argument
 
 | 
| /linux/tools/lib/bpf/ | 
| H A D | libbpf_common.h | 64 #define LIBBPF_OPTS(TYPE, NAME, ...)					    \  argument
 | 
| /linux/tools/usb/usbip/libsrc/ | 
| H A D | list.h | 124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)  argument
 | 
| /linux/arch/alpha/include/asm/ | 
| H A D | pal.h | 18 #define __CALL_PAL_R0(NAME, TYPE)				\  argument
 |