Home
last modified time | relevance | path

Searched defs:__size (Results 1 – 15 of 15) sorted by relevance

/linux/include/xen/interface/io/
H A Dring.h139 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument
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
160 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
/linux/arch/arm/mach-sa1100/
H A Dgeneric.h17 #define SET_BANK(__nr,__start,__size) \ argument
/linux/arch/arm/mach-pxa/
H A Dgeneric.h18 #define SET_BANK(__nr,__start,__size) \ argument
/linux/drivers/mmc/core/
H A Dmmc_ops.h62 const int __size = size; in unstuff_bits() local
/linux/include/linux/netfilter_arp/
H A Darp_tables.h29 #define ARPT_ENTRY_INIT(__size) \ argument
/linux/include/linux/netfilter_ipv4/
H A Dip_tables.h43 #define IPT_ENTRY_INIT(__size) \ argument
/linux/include/uapi/linux/netfilter/
H A Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
/linux/kernel/trace/
H A Dtrace_fprobe.c457 int size, __size, dsize; in fentry_perf_func() local
493 int size, __size, dsize; in fexit_perf_func() local
H A Dtrace_kprobe.c1678 int size, __size, dsize; in kprobe_perf_func() local
1728 int size, __size, dsize; in kretprobe_perf_func() local
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h142 #define IP6T_ENTRY_INIT(__size) \ argument
/linux/include/linux/
H A Dsocket.h154 __cmsg_nxthdr(void * __ctl,__kernel_size_t __size,struct cmsghdr * __cmsg) __cmsg_nxthdr() argument
H A Ddma-mapping.h97 u64 __size; member
/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()
/linux/mm/
H A Dslab_common.c806 #define INIT_KMALLOC_INFO(__size, __short_size) \ argument
/linux/include/net/netfilter/
H A Dnf_tables.h536 #define nft_setelem_expr_foreach(__expr, __elem_expr, __size) \ argument