Searched refs:list_count (Results 1 – 9 of 9) 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 | volume-index.c | 71 u64 list_count; member 107 u32 list_count; member 128 return (bits >> sub_index->address_bits) % sub_index->list_count; in extract_dlist_num() 224 params->list_count = max(delta_list_records / DELTA_LIST_SIZE, min_delta_lists); in compute_volume_sub_index_parameters() 227 if ((u32) params->list_count != params->list_count) { in compute_volume_sub_index_parameters() 230 (unsigned long long) params->list_count); in compute_volume_sub_index_parameters() 261 address_span = params->list_count << params->address_bits; in compute_volume_sub_index_parameters() 311 *bytes = (sizeof(struct sub_index_data) + params.list_count * sizeof(u64) + in compute_volume_sub_index_save_bytes() 312 uds_compute_delta_index_save_bytes(params.list_count, in compute_volume_sub_index_save_bytes() 638 for (i = 1; i <= delta_zone->list_count; i++) in set_volume_sub_index_zone_open_chapter() [all …]
|
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 133 list_count++; in fill_list() 172 if (list_count < nr_pages) { in xen_alloc_unpopulated_pages() 173 ret = fill_list(nr_pages - list_count); in xen_alloc_unpopulated_pages() 183 list_count--; in xen_alloc_unpopulated_pages() 195 list_count++; in xen_alloc_unpopulated_pages() 227 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() 202 list_count++; in z2_open() 208 list_count * Z2RAM_CHUNK1024, index); in z2_open()
|
/linux/drivers/scsi/ |
H A D | hptiop.c | 280 if (cur_rptr == hba->u.mvfrey.list_count) in iop_intr_mvfrey() 941 if (index == hba->u.mvfrey.list_count) { in hptiop_post_req_mvfrey() 967 u32 list_count = hba->u.mvfrey.list_count; in hptiop_reset_comm_mvfrey() local 990 hba->u.mvfrey.inlist_wptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey() 991 *hba->u.mvfrey.outlist_cptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey() 992 hba->u.mvfrey.outlist_rptr = list_count - 1; in hptiop_reset_comm_mvfrey() 1194 u32 list_count = readl(&hba->u.mvfrey.mu->inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local 1200 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey() 1205 list_count >>= 16; in hptiop_internal_memalloc_mvfrey() 1207 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey() [all …]
|
H A D | hptiop.h | 288 int list_count; member
|