Searched refs:aligned (Results 1 – 25 of 61) sorted by relevance
123
/include/uapi/sound/ |
D | compress_offload.h | 43 } __attribute__((packed, aligned(4))); 55 } __attribute__((packed, aligned(4))); 74 } __attribute__((packed, aligned(4))); 84 } __attribute__((packed, aligned(4))); 111 } __attribute__((packed, aligned(4))); 123 } __attribute__((packed, aligned(4))); 145 } __attribute__((packed, aligned(4)));
|
D | compress_params.h | 273 } __attribute__((packed, aligned(4))); 289 } __attribute__((packed, aligned(4))); 313 } __attribute__((packed, aligned(4))); 318 } __attribute__((packed, aligned(4))); 326 } __attribute__((packed, aligned(4))); 363 } __attribute__((packed, aligned(4))); 404 } __attribute__((packed, aligned(4)));
|
/include/uapi/linux/ |
D | types.h | 48 #define __aligned_u64 __u64 __attribute__((aligned(8))) 49 #define __aligned_be64 __be64 __attribute__((aligned(8))) 50 #define __aligned_le64 __le64 __attribute__((aligned(8)))
|
D | taskstats.h | 72 __u64 cpu_count __attribute__((aligned(8))); 107 __u8 ac_sched __attribute__((aligned(8))); 110 __u32 ac_uid __attribute__((aligned(8))); 116 __u64 ac_etime __attribute__((aligned(8)));
|
D | mic_common.h | 48 } __attribute__ ((aligned(8))); 73 } __attribute__ ((aligned(8))); 94 } __attribute__ ((aligned(8))); 120 } __attribute__ ((aligned(8)));
|
D | rseq.h | 54 } __attribute__((aligned(4 * sizeof(__u64)))); 145 } __attribute__((aligned(4 * sizeof(__u64))));
|
D | atmapi.h | 13 #define __ATM_API_ALIGN __attribute__((aligned(8)))
|
D | can.h | 110 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8))); 147 __u8 data[CANFD_MAX_DLEN] __attribute__((aligned(8)));
|
/include/uapi/linux/netfilter/ |
D | xt_rateest.h | 35 struct xt_rateest *est1 __attribute__((aligned(8))); 36 struct xt_rateest *est2 __attribute__((aligned(8)));
|
D | xt_bpf.h | 19 struct bpf_prog *filter __attribute__((aligned(8))); 39 struct bpf_prog *filter __attribute__((aligned(8)));
|
D | xt_cgroup.h | 22 void *priv __attribute__((aligned(8))); 38 void *priv __attribute__((aligned(8)));
|
D | xt_CT.h | 27 struct nf_conn *ct __attribute__((aligned(8))); 39 struct nf_conn *ct __attribute__((aligned(8)));
|
D | xt_hashlimit.h | 104 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); 112 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); 120 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
|
D | xt_TEE.h | 12 struct xt_tee_priv *priv __attribute__((aligned(8)));
|
D | xt_LED.h | 13 void *internal_data __attribute__((aligned(8)));
|
D | xt_RATEEST.h | 14 struct xt_rateest *est __attribute__((aligned(8)));
|
D | xt_nfacct.h | 16 struct nf_acct *nfacct __attribute__((aligned(8)));
|
D | xt_IDLETIMER.h | 51 struct idletimer_tg *timer __attribute__((aligned(8)));
|
D | xt_connlimit.h | 30 struct nf_conncount_data *data __attribute__((aligned(8)));
|
/include/linux/raid/ |
D | pq.h | 147 extern const u8 raid6_gfmul[256][256] __attribute__((aligned(256))); 148 extern const u8 raid6_vgfmul[256][32] __attribute__((aligned(256))); 149 extern const u8 raid6_gfexp[256] __attribute__((aligned(256))); 150 extern const u8 raid6_gflog[256] __attribute__((aligned(256))); 151 extern const u8 raid6_gfinv[256] __attribute__((aligned(256))); 152 extern const u8 raid6_gfexi[256] __attribute__((aligned(256)));
|
/include/linux/ |
D | elfnote.h | 76 __attribute__((aligned(sizeof(Elf##size##_Word)))); \ 78 __attribute__((aligned(sizeof(Elf##size##_Word)))); \ 82 aligned(sizeof(Elf##size##_Word)), \
|
/include/uapi/scsi/ |
D | scsi_netlink.h | 34 } __attribute__((aligned(sizeof(__u64)))); 81 } __attribute__((aligned(sizeof(__u64))));
|
D | scsi_netlink_fc.h | 54 } __attribute__((aligned(sizeof(__u64))));
|
/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 90 char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace)))); 132 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace)))); 145 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace)))); 158 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace)))); 191 unsigned char elems[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
|
/include/linux/netfilter/ |
D | xt_quota2.h | 23 struct xt_quota_counter *master __attribute__((aligned(8)));
|
123