/kernel/linux/linux-5.10/include/linux/ |
D | regset.h | 55 size_t __size = sizeof(__v); \ 56 if (unlikely(__size > __s->left)) { \ 57 __size = __s->left; \ 58 memcpy(__s->p, &__v, __size); \ 62 __s->p += __size; \ 63 __s->left -= __size; \
|
D | filter.h | 432 const int __size = bytes_to_bpf_size(sizeof(type)); \ 433 BUILD_BUG_ON(__size < 0); \ 434 __size; \ 439 const int __size = bytes_to_bpf_size(sizeof_field(type, field)); \ 440 BUILD_BUG_ON(__size < 0); \ 441 __size; \ 446 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \ 447 WARN_ON(__size < 0); \ 448 __size; \
|
D | socket.h | 141 static inline struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size, in __cmsg_nxthdr() argument 147 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size) in __cmsg_nxthdr()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | string.h | 27 size_t __size = (__arg2); \ 30 __retval = __memscan_zero(__addr, __size); \ 32 __retval = __memscan_generic(__addr, (__char), __size); \
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
D | ring.h | 157 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument 160 (_r)->nr_ents = __RING_SIZE(_s, __size); \ 164 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument 166 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument 169 (_r)->nr_ents = __RING_SIZE(_s, __size); \ 173 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
D | generic.h | 17 #define SET_BANK(__nr,__start,__size) \ argument 19 mi->bank[__nr].size = (__size)
|
/kernel/linux/linux-5.10/include/linux/netfilter_arp/ |
D | arp_tables.h | 29 #define ARPT_ENTRY_INIT(__size) \ argument 32 .next_offset = (__size), \
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
D | generic.h | 19 #define SET_BANK(__nr,__start,__size) \ argument 21 mi->bank[__nr].size = (__size)
|
/kernel/linux/linux-5.10/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 48 #define IPT_ENTRY_INIT(__size) \ argument 51 .next_offset = (__size), \
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 142 #define IP6T_ENTRY_INIT(__size) \ argument 145 .next_offset = (__size), \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
D | x_tables.h | 56 #define XT_TARGET_INIT(__name,__size) \ argument 57 {.target.u.user = {.target_size = XT_ALIGN(__size),.name = __name, }, \
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
D | x_tables.h | 57 #define XT_TARGET_INIT(__name, __size) \ argument 60 .target_size = XT_ALIGN(__size), \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 94 #define IP6T_ENTRY_INIT(__size) \ argument 95 {.target_offset = sizeof(struct ip6t_entry),.next_offset = (__size), \
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 97 #define IP6T_ENTRY_INIT(__size) \ argument 100 .next_offset = (__size), \
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
D | x_tables.h | 49 #define XT_TARGET_INIT(__name, __size) \ argument 52 .target_size = XT_ALIGN(__size), \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
D | sunhme.c | 254 #define hme_dma_map(__hp, __ptr, __size, __dir) \ argument 255 ((__hp)->dma_map((__hp)->dma_dev, (__ptr), (__size), (__dir))) 256 #define hme_dma_unmap(__hp, __addr, __size, __dir) \ argument 257 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir))) 258 #define hme_dma_sync_for_cpu(__hp, __addr, __size, __dir) \ argument 259 ((__hp)->dma_sync_for_cpu((__hp)->dma_dev, (__addr), (__size), (__dir))) 260 #define hme_dma_sync_for_device(__hp, __addr, __size, __dir) \ argument 261 ((__hp)->dma_sync_for_device((__hp)->dma_dev, (__addr), (__size), (__dir))) 280 #define hme_dma_map(__hp, __ptr, __size, __dir) \ argument 281 dma_map_single((__hp)->dma_dev, (__ptr), (__size), (__dir)) [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00.h | 84 #define GET_DURATION(__size, __rate) (((__size) * 8 * 10) / (__rate)) argument 85 #define GET_DURATION_RES(__size, __rate)(((__size) * 8 * 10) % (__rate)) argument
|
/kernel/linux/linux-5.10/mm/ |
D | slab_common.c | 651 #define INIT_KMALLOC_INFO(__size, __short_size) \ argument 656 .size = __size, \ 659 #define INIT_KMALLOC_INFO(__size, __short_size) \ argument 663 .size = __size, \
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 141 static inline struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size, in __cmsg_nxthdr() argument 147 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size) in __cmsg_nxthdr()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | uaccess.h | 424 #define __put_user_nocheck(x, __pu_ptr, __err, __size) \ argument 427 __put_user_nocheck_##__size(x, __pu_addr, __err); \
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | sd.c | 57 const int __size = size; \ 58 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \ 64 if (__size + __shft > 32) \
|
D | mmc.c | 53 const int __size = size; \ 54 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \ 60 if (__size + __shft > 32) \
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_kprobe.c | 1585 int size, __size, dsize; in kprobe_perf_func() local 1610 __size = sizeof(*entry) + tk->tp.size + dsize; in kprobe_perf_func() 1611 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in kprobe_perf_func() 1635 int size, __size, dsize; in kretprobe_perf_func() local 1646 __size = sizeof(*entry) + tk->tp.size + dsize; in kretprobe_perf_func() 1647 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in kretprobe_perf_func()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfa.h | 66 #define CQ_INCR(__index, __size) do { \ argument 68 (__index) &= ((__size) - 1); \
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 28645 + const int __size = size; \ 28646 + const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \ 28652 + if (__size + __shft > 32) \
|