Searched refs:list_count (Results 1 – 7 of 7) 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 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/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
|