Searched refs:size_ (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/powerpc/include/asm/ |
D | rtas-work-area.h | 49 #define rtas_work_area_alloc(size_) ({ \ argument 50 static_assert(__builtin_constant_p(size_)); \ 51 static_assert((size_) > 0); \ 52 static_assert((size_) <= RTAS_WORK_AREA_MAX_ALLOC_SZ); \ 53 __rtas_work_area_alloc(size_); \
|
/linux-6.6.21/drivers/media/usb/dvb-usb-v2/ |
D | dvb_usb.h | 65 #define DVB_USB_STREAM_BULK(endpoint_, count_, size_) { \ argument 71 .buffersize = size_, \ 76 #define DVB_USB_STREAM_ISOC(endpoint_, count_, frames_, size_, interval_) { \ argument 83 .framesize = size_,\
|
/linux-6.6.21/drivers/soc/apple/ |
D | sart.c | 76 size_t size_ = FIELD_GET(APPLE_SART2_CONFIG_SIZE, cfg); in sart2_get_entry() local 79 *size = size_ << APPLE_SART2_CONFIG_SIZE_SHIFT; in sart2_get_entry() 107 size_t size_ = readl(sart->regs + APPLE_SART3_SIZE(index)); in sart3_get_entry() local 110 *size = size_ << APPLE_SART3_SIZE_SHIFT; in sart3_get_entry()
|
/linux-6.6.21/include/kunit/ |
D | test.h | 774 size_, \ argument 780 const size_t __size = (size_); \
|
/linux-6.6.21/include/rdma/ |
D | ib_verbs.h | 2294 .size_##ib_struct = \ 2302 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2306 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2312 #define DECLARE_RDMA_OBJ_SIZE(ib_struct) size_t size_##ib_struct
|
/linux-6.6.21/drivers/infiniband/core/ |
D | device.c | 2579 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()
|
/linux-6.6.21/lib/ |
D | Kconfig.debug | 2721 Builds unit tests for the check_*_overflow(), size_*(), allocation, and
|