Searched refs:list_count (Results 1 – 5 of 5) sorted by relevance
16 static unsigned int list_count; variable89 list_count++; in fill_list()115 if (list_count < nr_pages) { in xen_alloc_unpopulated_pages()116 ret = fill_list(nr_pages - list_count); in xen_alloc_unpopulated_pages()126 list_count--; in xen_alloc_unpopulated_pages()138 list_count++; in xen_alloc_unpopulated_pages()165 list_count++; in xen_free_unpopulated_pages()195 list_count++; in init()
62 static int list_count = 0; variable171 list_count = 0; in z2_open()214 list_count++; in z2_open()220 list_count * Z2RAM_CHUNK1024, index ); in z2_open()
280 if (cur_rptr == hba->u.mvfrey.list_count) in iop_intr_mvfrey()942 if (index == hba->u.mvfrey.list_count) { in hptiop_post_req_mvfrey()968 u32 list_count = hba->u.mvfrey.list_count; in hptiop_reset_comm_mvfrey() local991 hba->u.mvfrey.inlist_wptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()992 *hba->u.mvfrey.outlist_cptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()993 hba->u.mvfrey.outlist_rptr = list_count - 1; in hptiop_reset_comm_mvfrey()1199 u32 list_count = readl(&hba->u.mvfrey.mu->inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local1205 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey()1210 list_count >>= 16; in hptiop_internal_memalloc_mvfrey()1212 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey()[all …]
288 int list_count; member
1592 static unsigned long list_count(struct list_head *list) in list_count() function1679 drm_printf(m, "\tOn hold?: %lu\n", list_count(&engine->active.hold)); in intel_engine_dump()