Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Dencodings.c207 struct packed_version_number packed = vdo_pack_version_number(version); in encode_version_number() local
215 struct packed_header packed = vdo_pack_header(header); in vdo_encode_header() local
224 struct packed_version_number packed; in decode_version_number() local
233 struct packed_header packed; in vdo_decode_header() local
1127 struct packed_vdo_component_41_0 packed; in encode_vdo_component() local
1178 struct packed_vdo_component_41_0 packed; in decode_vdo_component() local
Dencodings.h1017 struct packed_journal_header *packed) in vdo_pack_recovery_block_header()
1041 vdo_unpack_recovery_block_header(const struct packed_journal_header *packed) in vdo_unpack_recovery_block_header()
1144 struct packed_journal_point *packed) in vdo_pack_journal_point()
1156 static inline void vdo_unpack_journal_point(const struct packed_journal_point *packed, in vdo_unpack_journal_point()
1173 struct packed_slab_journal_block_header *packed) in vdo_pack_slab_journal_block_header()
1192 vdo_unpack_slab_journal_block_header(const struct packed_slab_journal_block_header *packed, in vdo_unpack_slab_journal_block_header()
1212 static inline void vdo_pack_slab_journal_entry(packed_slab_journal_entry *packed, in vdo_pack_slab_journal_entry()
1228 vdo_unpack_slab_journal_entry(const packed_slab_journal_entry *packed) in vdo_unpack_slab_journal_entry()
Ddata-vio.c306 u32 packed = atomic_read(&data_vio->compression.status); in get_data_vio_compression_status() local
Drepair.c1275 static bool unpack_entry(struct vdo *vdo, char *packed, enum vdo_metadata_type format, in unpack_entry()
Dslab-depot.c1139 struct packed_reference_block *packed = buffer; in pack_reference_block() local
2198 static void unpack_reference_block(struct packed_reference_block *packed, in unpack_reference_block()
/linux-6.12.1/tools/testing/selftests/powerpc/vphn/
Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity()
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity()
/linux-6.12.1/drivers/hid/
Dhid-wiimote-core.c1387 #define ir_to_input0(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 0) argument
1388 #define ir_to_input1(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 1) argument
1389 #define ir_to_input2(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 2) argument
1390 #define ir_to_input3(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 3) argument
1393 bool packed, unsigned int id) in handler_ir()
Dhid-wiimote-modules.c551 bool packed, unsigned int id) in wiimod_ir_in_ir()
/linux-6.12.1/include/uapi/linux/
Dvduse.h180 struct vduse_vq_state_packed packed; member
285 struct vduse_vq_state_packed packed; member
/linux-6.12.1/fs/bcachefs/
Dbkey.c52 static void bch2_bkey_pack_verify(const struct bkey_packed *packed, in bch2_bkey_pack_verify()
99 static inline void bch2_bkey_pack_verify(const struct bkey_packed *packed, in bch2_bkey_pack_verify()
Dinode.c76 static inline void bch2_inode_pack_inlined(struct bkey_inode_buf *packed, in bch2_inode_pack_inlined()
151 void bch2_inode_pack(struct bkey_inode_buf *packed, in bch2_inode_pack()
Dbset.c986 struct bkey_packed packed, *src = bkey_to_packed(insert); in bch2_bset_insert() local
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/abm/
Dctrl.c262 int nfp_abm_ctrl_prio_map_update(struct nfp_abm_link *alink, u32 *packed) in nfp_abm_ctrl_prio_map_update()
/linux-6.12.1/drivers/vdpa/virtio_pci/
Dvp_vdpa.c281 const struct vdpa_vq_state_packed *packed = &state->packed; in vp_vdpa_set_vq_state_packed() local
/linux-6.12.1/include/linux/
Dvdpa.h64 struct vdpa_vq_state_packed packed; member
/linux-6.12.1/net/bluetooth/
Dl2cap_core.c1063 u32 packed; in __pack_extended_control() local
1082 u16 packed; in __pack_enhanced_control() local
/linux-6.12.1/tools/lib/bpf/
Dbtf_dump.c970 bool packed, prev_bitfield = false; in btf_dump_emit_struct_def() local
/linux-6.12.1/drivers/vdpa/vdpa_user/
Dvduse_dev.c254 struct vdpa_vq_state_packed *packed) in vduse_dev_get_vq_state_packed()
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c2584 bool packed, in qed_grc_dump_mem_hdr()
2664 bool packed, in qed_grc_dump_mem()
3142 bool packed; in qed_grc_dump_rss() local
/linux-6.12.1/drivers/virtio/
Dvirtio_ring.c204 struct vring_virtqueue_packed packed; member