Home
last modified time | relevance | path

Searched refs:_size (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/ !
Dioport.h139 #define DEFINE_RES_NAMED(_start, _size, _name, _flags) \ argument
142 .end = (_start) + (_size) - 1, \
148 #define DEFINE_RES_IO_NAMED(_start, _size, _name) \ argument
149 DEFINE_RES_NAMED((_start), (_size), (_name), IORESOURCE_IO)
150 #define DEFINE_RES_IO(_start, _size) \ argument
151 DEFINE_RES_IO_NAMED((_start), (_size), NULL)
153 #define DEFINE_RES_MEM_NAMED(_start, _size, _name) \ argument
154 DEFINE_RES_NAMED((_start), (_size), (_name), IORESOURCE_MEM)
155 #define DEFINE_RES_MEM(_start, _size) \ argument
156 DEFINE_RES_MEM_NAMED((_start), (_size), NULL)
Dsysfs.h186 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument
190 .size = _size, \
193 #define __BIN_ATTR_RO(_name, _size) { \ argument
196 .size = _size, \
199 #define __BIN_ATTR_RW(_name, _size) \ argument
200 __BIN_ATTR(_name, 0644, _name##_read, _name##_write, _size)
204 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument
206 _write, _size)
208 #define BIN_ATTR_RO(_name, _size) \ argument
209 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RO(_name, _size)
[all …]
/linux-4.19.296/include/rdma/ !
Duverbs_types.h175 #define UVERBS_TYPE_ALLOC_IDR_SZ(_size, _destroy_object) \ argument
179 .obj_size = (_size) + \
180 UVERBS_BUILD_BUG_ON((_size) < \
/linux-4.19.296/include/linux/usb/ !
Drenesas_usbhs.h124 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument
126 .bufsize = (_size), \
/linux-4.19.296/fs/jffs2/ !
Ddebug.c268 if (sz != c->sz##_size) { \ in __jffs2_dbg_superblock_counts()
270 #sz, sz, #sz, c->sz##_size); \ in __jffs2_dbg_superblock_counts()