/linux/include/linux/ |
H A D | sysfs.h | 336 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 343 #define __BIN_ATTR_RO(_name, _size) \ argument 346 #define __BIN_ATTR_WO(_name, _size) \ argument 349 #define __BIN_ATTR_RW(_name, _size) \ argument 354 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 358 #define BIN_ATTR_RO(_name, _size) \ argument 361 #define BIN_ATTR_WO(_name, _size) \ argument 364 #define BIN_ATTR_RW(_name, _size) \ argument 368 #define __BIN_ATTR_ADMIN_RO(_name, _size) \ argument 371 #define __BIN_ATTR_ADMIN_RW(_name, _size) \ argument [all …]
|
H A D | percpu.h | 139 #define __alloc_percpu_gfp(_size, _align, _gfp) \ argument 141 #define __alloc_percpu(_size, _align) \ argument 143 #define __alloc_reserved_percpu(_size, _align) \ argument
|
/linux/include/acpi/platform/ |
H A D | aclinuxex.h | 53 #define acpi_os_allocate(_size) \ argument 56 #define acpi_os_allocate_zeroed(_size) \ argument
|
/linux/tools/testing/memblock/tests/ |
H A D | common.h | 91 #define ASSERT_MEM_EQ(_seen, _expected, _size) do { \ argument 103 #define ASSERT_MEM_NE(_seen, _expected, _size) do { \ argument
|
/linux/fs/bcachefs/ |
H A D | eytzinger.h | 161 #define eytzinger1_for_each(_i, _size) \ argument 232 #define eytzinger0_for_each(_i, _size) \ argument 237 #define eytzinger0_for_each_prev(_i, _size) \ argument
|
H A D | fifo.h | 20 #define init_fifo(fifo, _size, _gfp) \ argument
|
H A D | printbuf.h | 137 #define PRINTBUF_EXTERN(_buf, _size) \ argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_bpf_ma.c | 25 #define DEFINE_ARRAY_WITH_KPTR(_size) \ argument 41 #define DEFINE_ARRAY_WITH_PERCPU_KPTR(_size) \ argument
|
/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 1079 #define UFS_DESC_PARAM(_name, _puname, _duname, _size) \ argument 1089 #define UFS_DEVICE_DESC_PARAM(_name, _uname, _size) \ argument 1162 #define UFS_INTERCONNECT_DESC_PARAM(_name, _uname, _size) \ argument 1179 #define UFS_GEOMETRY_DESC_PARAM(_name, _uname, _size) \ argument 1273 #define UFS_HEALTH_DESC_PARAM(_name, _uname, _size) \ argument 1783 #define UFS_LUN_DESC_PARAM(_pname, _puname, _duname, _size) \ argument 1797 #define UFS_UNIT_DESC_PARAM(_name, _uname, _size) \ argument
|
/linux/arch/riscv/include/asm/ |
H A D | errata_list.h | 107 #define ALT_CMO_OP(_op, _start, _size, _cachesize) \ argument
|
/linux/drivers/md/bcache/ |
H A D | util.h | 39 #define init_heap(heap, _size, gfp) \ argument 139 #define init_fifo_exact(fifo, _size, gfp) \ argument 145 #define init_fifo(fifo, _size, gfp) \ argument
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | util.h | 27 #define MT76_INCR(_var, _size) \ argument
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_stream_defs.c | 13 #define PVR_STREAM_DEF_SET(owner, member, _size, _array_size, _feature) \ argument
|
/linux/arch/riscv/errata/thead/ |
H A D | errata.c | 74 #define THEAD_CMO_OP(_op, _start, _size, _cachesize) \ argument
|
/linux/fs/ext4/ |
H A D | sysfs.c | 161 #define EXT4_ATTR_STRING(_name,_mode,_size,_struct,_elname) \ argument 181 #define EXT4_RO_ATTR_ES_STRING(_name,_elname,_size) \ argument
|
/linux/drivers/hid/ |
H A D | hid-uclogic-rdesc.c | 661 #define UCLOGIC_RDESC_FRAME_BUTTONS_BYTES(_id, _size) \ argument
|
/linux/drivers/mfd/ |
H A D | mt6360-core.c | 70 #define MT6360_ALLOC_READ_SIZE(_size) (_size + 3) argument 72 #define MT6360_ALLOC_WRITE_SIZE(_size) (_size + 4) argument
|
/linux/include/linux/usb/ |
H A D | renesas_usbhs.h | 104 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument
|
/linux/scripts/ |
H A D | recordmcount.h | 95 # define _size 8 macro 133 # define _size 4 macro
|
/linux/include/linux/gpio/ |
H A D | driver.h | 591 #define for_each_hwgpio_in_range(_chip, _i, _base, _size, _label) \ argument 615 #define for_each_requested_gpio_in_range(_chip, _i, _base, _size, _label) \ argument
|
/linux/init/ |
H A D | main.c | 268 static void * __init get_boot_config_from_initrd(size_t *_size) in get_boot_config_from_initrd() 315 static void * __init get_boot_config_from_initrd(size_t *_size) in get_boot_config_from_initrd()
|
/linux/fs/smb/client/ |
H A D | fs_context.h | 34 #define CIFS_ALIGN_WSIZE(_fc, _size) cifs_io_align(_fc, "wsize", _size) argument 35 #define CIFS_ALIGN_RSIZE(_fc, _size) cifs_io_align(_fc, "rsize", _size) argument 36 #define CIFS_ALIGN_BSIZE(_fc, _size) cifs_io_align(_fc, "bsize", _size) argument
|
/linux/kernel/trace/ |
H A D | trace_probe.h | 188 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 199 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | trx.h | 16 static inline void clear_pci_tx_desc_content(__le32 *__pdesc, u32 _size) in clear_pci_tx_desc_content()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | def.h | 215 #define CLEAR_PCI_TX_DESC_CONTENT(__pdesc, _size) \ argument
|