Searched refs:packer (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | packer.h | 74 struct packer { struct 102 struct packer **packer_ptr); 104 void vdo_free_packer(struct packer *packer); 106 struct packer_statistics __must_check vdo_get_packer_statistics(const struct packer *packer); 110 void vdo_flush_packer(struct packer *packer); 114 void vdo_increment_packer_flush_generation(struct packer *packer); 116 void vdo_drain_packer(struct packer *packer, struct vdo_completion *completion); 118 void vdo_resume_packer(struct packer *packer, struct vdo_completion *parent); 120 void vdo_dump_packer(const struct packer *packer);
|
H A D | vdo.h | 207 struct packer *packer; member
|
H A D | Makefile | 28 packer.o \
|
H A D | statistics.h | 226 struct packer_statistics packer; member
|
H A D | flush.c | 216 vdo_increment_packer_flush_generation(flusher->vdo->packer); in flush_packer_callback()
|
H A D | message-stats.c | 351 write_packer_statistics("packer : ", &stats->packer, ", ", buf, maxlen); in write_vdo_statistics()
|
H A D | dm-vdo-target.c | 2025 vdo_drain_packer(vdo->packer, completion); in suspend_callback() 2401 vdo_resume_packer(vdo->packer, completion); in resume_callback()
|
/linux/drivers/infiniband/core/ |
H A D | Makefile | 10 ib_core-y := packer.o ud_header.o verbs.o cq.o rw.o sysfs.o \
|
/linux/Documentation/driver-api/ |
H A D | infiniband.rst | 31 .. kernel-doc:: drivers/infiniband/core/packer.c
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | vdo-design.rst | 358 compression packer (step 8d) rather than allowing it to continue 491 implicit hash zone lock and go to the packer (struct packer) where 494 the packer zone. 496 The packer can combine up to 14 compressed blocks in a single 4k 499 wait in the packer for an arbitrarily long time for other data_vios 505 the packer if it cannot be paired with any other compressed block 509 f. If the agent fills a packer bin, either because all 14 of its slots 520 h. Any data_vio evicted from the packer will have an allocation from
|