Home
last modified time | relevance | path

Searched refs:__size (Results 1 – 20 of 20) sorted by relevance

/linux/include/linux/
H A Dregset.h67 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; \
H A Dfilter.h559 const int __size = bytes_to_bpf_size(sizeof(type)); \
560 BUILD_BUG_ON(__size < 0); \
561 __size; \
566 const int __size = bytes_to_bpf_size(sizeof_field(type, field)); \
567 BUILD_BUG_ON(__size < 0); \
568 __size; \
573 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \
574 WARN_ON(__size < 0); \
575 __size; \
H A Dsocket.h169 static inline struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size, in cmsg_nxthdr()
175 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)
154 __cmsg_nxthdr(void * __ctl,__kernel_size_t __size,struct cmsghdr * __cmsg) __cmsg_nxthdr() argument
H A Ddma-mapping.h97 u64 __size; member
108 return (size_t)(state->__size & ~DMA_IOVA_USE_SWIOTLB); in dma_iova_size()
339 return state->__size != 0; in dma_use_iova()
/linux/include/xen/interface/io/
H A Dring.h139 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument
142 (_r)->nr_ents = __RING_SIZE(_s, __size); \
146 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument
153 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument
156 (_r)->nr_ents = __RING_SIZE(_s, __size); \
160 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
/linux/arch/sparc/include/asm/
H A Dstring.h27 size_t __size = (__arg2); \
30 __retval = __memscan_zero(__addr, __size); \
32 __retval = __memscan_generic(__addr, (__char), __size); \
/linux/drivers/mmc/core/
H A Dmmc_ops.h62 const int __size = size; in unstuff_bits() local
63 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; in unstuff_bits()
68 if (__size + __shft > 32) in unstuff_bits()
/linux/arch/arm/mach-sa1100/
H A Dgeneric.h17 #define SET_BANK(__nr,__start,__size) \ argument
19 mi->bank[__nr].size = (__size)
/linux/arch/arm/mach-pxa/
H A Dgeneric.h18 #define SET_BANK(__nr,__start,__size) \ argument
20 mi->bank[__nr].size = (__size)
/linux/include/linux/netfilter_ipv4/
H A Dip_tables.h43 #define IPT_ENTRY_INIT(__size) \ argument
46 .next_offset = (__size), \
/linux/include/linux/netfilter_arp/
H A Darp_tables.h29 #define ARPT_ENTRY_INIT(__size) \ argument
32 .next_offset = (__size), \
/linux/tools/include/nolibc/sys/
H A Dselect.h53 int __size = (FD_SETSIZE+FD_SETBITMASK) / FD_SETIDXMASK;\
54 for (__idx = 0; __idx < __size; __idx++) \
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h142 #define IP6T_ENTRY_INIT(__size) \ argument
145 .next_offset = (__size), \
/linux/include/uapi/linux/netfilter/
H A Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
60 .target_size = XT_ALIGN(__size), \
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h169 static inline struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size, in cmsg_nxthdr()
175 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)
154 __cmsg_nxthdr(void * __ctl,__kernel_size_t __size,struct cmsghdr * __cmsg) __cmsg_nxthdr() argument
/linux/kernel/trace/
H A Dtrace_fprobe.c457 int size, __size, dsize; in fentry_perf_func() local
466 __size = sizeof(*entry) + tf->tp.size + dsize; in fentry_perf_func()
467 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in fentry_perf_func()
493 int size, __size, dsize; in fexit_perf_func() local
502 __size = sizeof(*entry) + tf->tp.size + dsize; in fexit_perf_func()
503 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in fexit_perf_func()
H A Dtrace_kprobe.c1678 int size, __size, dsize; in kprobe_perf_func() local
1703 __size = sizeof(*entry) + tk->tp.size + dsize; in kprobe_perf_func()
1704 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in kprobe_perf_func()
1728 int size, __size, dsize; in kretprobe_perf_func() local
1739 __size = sizeof(*entry) + tk->tp.size + dsize; in kretprobe_perf_func()
1740 size = ALIGN(__size + sizeof(u32), sizeof(u64)); in kretprobe_perf_func()
/linux/include/net/netfilter/
H A Dnf_tables.h536 #define nft_setelem_expr_foreach(__expr, __elem_expr, __size) \ argument
537 for (__expr = nft_setelem_expr_at(__elem_expr, 0), __size = 0; \
538 __size < (__elem_expr)->size; \
539 __size += (__expr)->ops->size, __expr = ((void *)(__expr)) + (__expr)->ops->size)
/linux/drivers/iommu/
H A Ddma-iommu.c1802 state->__size = size; in dma_iova_try_alloc()
1889 state->__size |= DMA_IOVA_USE_SWIOTLB; in iommu_dma_iova_link_swiotlb()
1909 state->__size |= DMA_IOVA_USE_SWIOTLB; in iommu_dma_iova_link_swiotlb()
2034 if ((state->__size & DMA_IOVA_USE_SWIOTLB) || in __iommu_dma_iova_unlink()
/linux/mm/
H A Dslab_common.c806 #define INIT_KMALLOC_INFO(__size, __short_size) \ argument
813 .size = __size, \