Searched defs:packer (Results 1 – 5 of 5) sorted by relevance
118 static int __must_check make_bin(struct packer *packer) in make_bin()145 struct packer *packer; in vdo_make_packer() local192 void vdo_free_packer(struct packer *packer) in vdo_free_packer()242 struct packer *packer = get_packer_from_data_vio(data_vio); in abort_packing() local568 struct packer *packer = get_packer_from_data_vio(data_vio); in vdo_attempt_packing() local618 static void check_for_drain_complete(struct packer *packer) in check_for_drain_complete()628 static void write_all_non_empty_bins(struct packer *packer) in write_all_non_empty_bins()650 void vdo_flush_packer(struct packer *packer) in vdo_flush_packer()665 struct packer *packer = get_packer_from_data_vio(data_vio); in vdo_remove_lock_holder_from_packer() local702 void vdo_increment_packer_flush_generation(struct packer *packer) in vdo_increment_packer_flush_generation()[all …]
74 struct packer { struct82 * A bin to hold data_vios which were canceled out of the packer and are waiting to argument85 struct packer_bin *canceled_bin; argument90 /* The administrative state of the packer */ argument93 /* Statistics are only updated on the packer thread, but are accessed from other threads */ argument94 struct packer_statistics statistics; argument
226 struct packer_statistics packer; member
207 struct packer *packer; member
201 struct m00235_fdma_packer_regmap __iomem *packer; in cobalt_enable_input() local495 struct m00235_fdma_packer_regmap __iomem *packer; in cobalt_video_input_status_show() local
Completed in 18 milliseconds