Home
last modified time | relevance | path

Searched refs:size_ (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/
A Drtas-work-area.h49 #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.3-rc2/drivers/media/usb/dvb-usb-v2/
A Ddvb_usb.h65 #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.3-rc2/drivers/soc/apple/
A Dsart.c76 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.3-rc2/include/kunit/
A Dtest.h672 size_, \ argument
678 const size_t __size = (size_); \
/linux-6.3-rc2/include/rdma/
A Dib_verbs.h2294 .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.3-rc2/drivers/infiniband/core/
A Ddevice.c2579 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()
/linux-6.3-rc2/lib/
A DKconfig.debug2596 Builds unit tests for the check_*_overflow(), size_*(), allocation, and

Completed in 40 milliseconds