Searched refs:list_count (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | delta-index.c | 122 u32 list_count; member 139 u16 list_count; member 227 (zone->list_count + 2) * sizeof(struct delta_list)); in uds_reset_delta_index() 231 delta_lists[zone->list_count + 1].start = list_bits; in uds_reset_delta_index() 232 delta_lists[zone->list_count + 1].size = GUARD_BITS; in uds_reset_delta_index() 237 spacing = list_bits / zone->list_count; in uds_reset_delta_index() 239 for (i = 1; i <= zone->list_count; i++) { in uds_reset_delta_index() 309 u32 first_list, u32 list_count, u32 mean_delta, in initialize_delta_zone() argument 318 result = vdo_allocate(list_count + 2, u64, "delta list temp", in initialize_delta_zone() 324 result = vdo_allocate(list_count + 2, struct delta_list, "delta lists", in initialize_delta_zone() [all …]
|
| H A D | delta-index.h | 75 u32 list_count; member 97 u32 list_count; member 198 u32 list_count; member 202 unsigned int zone_count, u32 list_count, 219 u32 *list_count); 241 size_t __must_check uds_compute_delta_index_save_bytes(u32 list_count, 274 u32 uds_get_delta_index_page_count(u32 entry_count, u32 list_count, u32 mean_delta,
|
| H A D | chapter-index.c | 132 u32 list_count = geometry->delta_lists_per_chapter; in uds_pack_open_chapter_index_page() local 146 if ((first_list + *lists_packed) == list_count) { in uds_pack_open_chapter_index_page()
|
| H A D | volume-index.h | 81 u32 list_count; member
|
| /linux/drivers/xen/ |
| H A D | unpopulated-alloc.c | 17 static unsigned int list_count; variable 136 list_count++; in fill_list() 175 if (list_count < nr_pages) { in xen_alloc_unpopulated_pages() 176 ret = fill_list(nr_pages - list_count); in xen_alloc_unpopulated_pages() 186 list_count--; in xen_alloc_unpopulated_pages() 198 list_count++; in xen_alloc_unpopulated_pages() 230 list_count++; in xen_free_unpopulated_pages()
|
| /linux/drivers/block/ |
| H A D | z2ram.c | 61 static int list_count = 0; variable 160 list_count = 0; in z2_open() 201 list_count++; in z2_open() 207 list_count * Z2RAM_CHUNK1024, index); in z2_open()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_dl.c | 235 size_t list_count; member 1089 size_t list_count; in vsp1_dlm_reset() local 1097 list_count = list_count_nodes(&dlm->free); in vsp1_dlm_reset() 1100 WARN_ON_ONCE(list_count != dlm->list_count); in vsp1_dlm_reset() 1171 dlm->list_count = prealloc; in vsp1_dlm_create()
|
| /linux/drivers/scsi/ |
| H A D | hptiop.h | 288 int list_count; member
|