/Linux-v5.15/include/linux/ |
D | regset.h | 67 size_t __size = sizeof(__v); \ 68 if (unlikely(__size > __s->left)) { \ 69 __size = __s->left; \ 70 memcpy(__s->p, &__v, __size); \ 74 __s->p += __size; \ 75 __s->left -= __size; \
|
D | filter.h | 448 const int __size = bytes_to_bpf_size(sizeof(type)); \ 449 BUILD_BUG_ON(__size < 0); \ 450 __size; \ 455 const int __size = bytes_to_bpf_size(sizeof_field(type, field)); \ 456 BUILD_BUG_ON(__size < 0); \ 457 __size; \ 462 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \ 463 WARN_ON(__size < 0); \ 464 __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()
|
/Linux-v5.15/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); \
|
/Linux-v5.15/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
|
/Linux-v5.15/arch/arm/mach-sa1100/ |
D | generic.h | 17 #define SET_BANK(__nr,__start,__size) \ argument 19 mi->bank[__nr].size = (__size)
|
/Linux-v5.15/include/linux/netfilter_arp/ |
D | arp_tables.h | 29 #define ARPT_ENTRY_INIT(__size) \ argument 32 .next_offset = (__size), \
|
/Linux-v5.15/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 43 #define IPT_ENTRY_INIT(__size) \ argument 46 .next_offset = (__size), \
|
/Linux-v5.15/arch/arm/mach-pxa/ |
D | generic.h | 19 #define SET_BANK(__nr,__start,__size) \ argument 21 mi->bank[__nr].size = (__size)
|
/Linux-v5.15/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 142 #define IP6T_ENTRY_INIT(__size) \ argument 145 .next_offset = (__size), \
|
/Linux-v5.15/include/uapi/linux/netfilter/ |
D | x_tables.h | 57 #define XT_TARGET_INIT(__name, __size) \ argument 60 .target_size = XT_ALIGN(__size), \
|
/Linux-v5.15/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
|
/Linux-v5.15/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()
|
/Linux-v5.15/arch/arm/include/asm/ |
D | uaccess.h | 388 #define __put_user_nocheck(x, __pu_ptr, __err, __size) \ argument 391 __put_user_nocheck_##__size(x, __pu_addr, __err, TUSER());\
|
/Linux-v5.15/include/net/netfilter/ |
D | nf_tables.h | 443 #define nft_setelem_expr_foreach(__expr, __elem_expr, __size) \ argument 444 for (__expr = nft_setelem_expr_at(__elem_expr, 0), __size = 0; \ 445 __size < (__elem_expr)->size; \ 446 __size += (__expr)->ops->size, __expr = ((void *)(__expr)) + (__expr)->ops->size)
|
/Linux-v5.15/kernel/trace/ |
D | trace_kprobe.c | 1573 int size, __size, dsize; in kprobe_perf_func() local 1598 __size = sizeof(*entry) + tk->tp.size + dsize; in kprobe_perf_func() 1599 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in kprobe_perf_func() 1623 int size, __size, dsize; in kretprobe_perf_func() local 1634 __size = sizeof(*entry) + tk->tp.size + dsize; in kretprobe_perf_func() 1635 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in kretprobe_perf_func()
|
/Linux-v5.15/drivers/scsi/bfa/ |
D | bfa.h | 66 #define CQ_INCR(__index, __size) do { \ argument 68 (__index) &= ((__size) - 1); \
|
/Linux-v5.15/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 | 54 const int __size = size; \ 55 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \ 61 if (__size + __shft > 32) \
|
/Linux-v5.15/mm/ |
D | slab_common.c | 764 #define INIT_KMALLOC_INFO(__size, __short_size) \ argument 770 .size = __size, \
|