Searched refs:__attribute__ (Results 126 - 150 of 1017) sorted by relevance

1234567891011>>

/linux-master/tools/usb/usbip/src/
H A Dusbip_port.c47 int usbip_port_show(__attribute__((unused)) int argc,
48 __attribute__((unused)) char *argv[])
/linux-master/include/uapi/sound/
H A Dasoc.h200 } __attribute__((packed));
206 } __attribute__((packed));
212 } __attribute__((packed));
218 } __attribute__((packed));
229 } __attribute__((packed));
242 } __attribute__((packed));
251 } __attribute__((packed));
260 } __attribute__((packed));
270 } __attribute__((packed));
281 } __attribute__((packe
[all...]
/linux-master/tools/include/linux/
H A Dcompiler.h42 # define __always_inline inline __attribute__((always_inline))
46 #define __always_unused __attribute__((__unused__))
50 #define __noreturn __attribute__((__noreturn__))
94 # define __maybe_unused __attribute__((unused))
98 # define __used __attribute__((__unused__))
102 # define __packed __attribute__((__packed__))
110 # define __weak __attribute__((weak))
138 typedef __u8 __attribute__((__may_alias__)) __u8_alias_t;
139 typedef __u16 __attribute__((__may_alias__)) __u16_alias_t;
140 typedef __u32 __attribute__((__may_alias_
[all...]
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h470 } __attribute__ ((__packed__));
476 } __attribute__ ((__packed__));
496 } __attribute__ ((__packed__));
542 } __attribute__ ((__packed__));
552 } __attribute__ ((__packed__));
564 } __attribute__ ((__packed__));
574 } __attribute__ ((__packed__));
579 } __attribute__ ((__packed__));
626 } __attribute__ ((__packed__));
632 } __attribute__ ((__packed_
[all...]
H A Dvirtio_fs.h17 } __attribute__((packed));
H A Dif_fddi.h90 } __attribute__((packed));
98 } __attribute__((packed));
107 } __attribute__((packed));
119 } __attribute__((packed));
/linux-master/tools/include/nolibc/
H A Dstring.h18 static __attribute__((unused))
34 __attribute__((weak,unused,section(".text.nolibc_memmove")))
58 __attribute__((weak,unused,section(".text.nolibc_memcpy")))
75 __attribute__((weak,unused,section(".text.nolibc_memset")))
89 static __attribute__((unused))
100 static __attribute__((unused))
111 static __attribute__((unused))
126 static __attribute__((unused))
148 static __attribute__((unused))
157 static __attribute__((unuse
[all...]
/linux-master/arch/sh/lib/
H A Dlibgcc.h8 typedef int word_type __attribute__ ((mode (__word__)));
/linux-master/arch/s390/include/uapi/asm/
H A Dmonwriter.h30 } __attribute__((packed));
H A Dschid.h16 } __attribute__ ((packed, aligned(4)));
/linux-master/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_type.h43 typedef __le64 U64 __attribute__ ((aligned(4)));
/linux-master/drivers/s390/block/
H A Ddasd_diag.h40 } __attribute__ ((packed, aligned(4)));
54 } __attribute__ ((packed, aligned(8)));
66 } __attribute__ ((packed, aligned(8)));
81 } __attribute__ ((packed, aligned(8)));
/linux-master/include/uapi/linux/netfilter/
H A Dxt_connlimit.h30 struct nf_conncount_data *data __attribute__((aligned(8)));
/linux-master/tools/lib/perf/include/perf/
H A Dcore.h8 #define LIBPERF_API __attribute__((visibility("default")))
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h15 #define __aligned(x) __attribute__((aligned(x)))
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dplatform_support.h32 #define CSS_ALIGN(d, a) d __attribute__((aligned(a)))
/linux-master/arch/x86/include/asm/
H A Dcache.h19 __attribute__((__aligned__(INTERNODE_CACHE_BYTES))) \
/linux-master/include/uapi/linux/can/
H A Dgw.h113 } __attribute__((packed));
118 } __attribute__((packed));
128 } __attribute__((packed));
139 } __attribute__((packed));
/linux-master/include/uapi/linux/surface_aggregator/
H A Dcdev.h74 } __attribute__((__packed__));
91 } __attribute__((__packed__));
121 } __attribute__((__packed__));
139 } __attribute__((__packed__));
/linux-master/include/linux/
H A Drbtree_types.h9 } __attribute__((aligned(sizeof(long))));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgroup_getset_retval_hooks.c7 __attribute__((__section__("?" section))) \
H A Dtest_global_func7.c8 __attribute__ ((noinline))
/linux-master/tools/perf/tests/workloads/
H A Ddatasym.c8 } buf __attribute__((aligned(64)));
/linux-master/arch/x86/entry/vdso/
H A Dvgetcpu.c22 __attribute__((weak, alias("__vdso_getcpu")));
/linux-master/arch/arm/include/asm/
H A Dtcm.h21 #define __tcmfunc __attribute__((long_call)) __section(".tcm.text") noinline

Completed in 446 milliseconds

1234567891011>>