Searched refs:packed (Results 176 - 200 of 392) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dperf_callchain.c27 } __attribute__((packed));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c13 } __attribute__((packed));
H A Dbtf_dump_test_case_padding.c215 } __attribute__((packed));
/linux-master/arch/s390/include/uapi/asm/
H A Dzcrypt.h123 } __attribute__((packed));
146 } __attribute__((packed));
174 } __attribute__((packed));
206 } __attribute__((packed));
/linux-master/tools/crypto/ccp/
H A Ddbc.c17 #define __packed __attribute__((packed))
/linux-master/arch/x86/boot/
H A Dpm.c63 } __attribute__((packed));
/linux-master/tools/testing/selftests/sgx/
H A Ddefines.h15 #define __packed __attribute__((packed))
/linux-master/include/uapi/linux/
H A Deventpoll.h78 #define EPOLL_PACKED __attribute__((packed))
H A Dphonet.h66 } __attribute__((packed));
108 } __attribute__((packed));
H A Dvduse.h146 * struct vduse_vq_state_packed - packed virtqueue state
167 * @packed: packed virtqueue state
180 struct vduse_vq_state_packed packed; member in union:vduse_vq_info::__anon46
279 * @packed: packed virtqueue state
285 struct vduse_vq_state_packed packed; member in union:vduse_vq_state::__anon47
H A Dif_pppox.h126 } __attribute__ ((packed));
H A Dcan.h129 } __attribute__((packed)); /* disable padding added in some ABIs */
/linux-master/fs/bcachefs/
H A Dinode.c72 static inline void bch2_inode_pack_inlined(struct bkey_inode_buf *packed, argument
75 struct bkey_i_inode_v3 *k = &packed->inode;
77 u8 *end = (void *) &packed[1];
83 bkey_inode_v3_init(&packed->inode.k_i);
84 packed->inode.k.p.offset = inode->bi_inum;
85 packed->inode.v.bi_journal_seq = cpu_to_le64(inode->bi_journal_seq);
86 packed->inode.v.bi_hash_seed = inode->bi_hash_seed;
87 packed->inode.v.bi_flags = cpu_to_le64(inode->bi_flags);
88 packed->inode.v.bi_sectors = cpu_to_le64(inode->bi_sectors);
89 packed
147 bch2_inode_pack(struct bkey_inode_buf *packed, const struct bch_inode_unpacked *inode) argument
[all...]
/linux-master/samples/mei/
H A Dmei-amt-version.c247 } __attribute__((packed));
252 } __attribute__((packed));
257 } __attribute__((packed));
263 } __attribute__((packed));
274 } __attribute__((packed));
280 } __attribute__((packed));
/linux-master/arch/s390/appldata/
H A Dappldata_os.c50 } __attribute__((packed));
75 } __attribute__((packed));
/linux-master/fs/ocfs2/
H A Docfs2_ioctl.h107 } __attribute__ ((packed));
112 } __attribute__ ((packed));
/linux-master/arch/s390/hypfs/
H A Dhypfs_diag.c155 } __attribute__ ((packed));
160 } __attribute__ ((packed));
/linux-master/include/linux/
H A Decryptfs.h104 } __attribute__ ((packed));
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_sds.c25 } __attribute__ ((packed));
35 } __attribute__ ((packed));
105 } __attribute__ ((packed));
381 } __attribute__ ((packed));
396 } __attribute__ ((packed));
410 } __attribute__ ((packed));
423 } __attribute__ ((packed));
436 } __attribute__ ((packed));
453 } __attribute__ ((packed));
482 } __attribute__ ((packed));
[all...]
/linux-master/include/uapi/scsi/
H A Dscsi_bsg_fc.h281 } __attribute__((packed));
/linux-master/fs/efivarfs/
H A Dinternal.h31 } __attribute__((packed));
/linux-master/tools/lib/bpf/
H A Dzip.c31 * declare the types as packed.
74 } __attribute__((packed));
105 } __attribute__((packed));
124 } __attribute__((packed));
/linux-master/drivers/acpi/
H A Dacpi_fpdt.c56 } __attribute__((packed));
66 } __attribute__((packed));
72 } __attribute__((packed));
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu_v13_0_6_pmfw.h128 typedef struct __attribute__((packed, aligned(4))) {
228 typedef struct __attribute__((packed, aligned(4))) {
322 typedef struct __attribute__((packed, aligned(4))) {
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c251 struct vdpa_vq_state_packed *packed)
263 packed->last_avail_counter =
264 msg.resp.vq_state.packed.last_avail_counter & 0x0001;
265 packed->last_avail_idx =
266 msg.resp.vq_state.packed.last_avail_idx & 0x7FFF;
267 packed->last_used_counter =
268 msg.resp.vq_state.packed.last_used_counter & 0x0001;
269 packed->last_used_idx =
270 msg.resp.vq_state.packed.last_used_idx & 0x7FFF;
579 vq->state.packed
249 vduse_dev_get_vq_state_packed(struct vduse_dev *dev, struct vduse_virtqueue *vq, struct vdpa_vq_state_packed *packed) argument
[all...]

Completed in 254 milliseconds

1234567891011>>