Home
last modified time | relevance | path

Searched refs:list_count (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/xen/
Dunpopulated-alloc.c16 static unsigned int list_count; variable
91 list_count++; in fill_list()
117 if (list_count < nr_pages) { in xen_alloc_unpopulated_pages()
118 ret = fill_list(nr_pages - list_count); in xen_alloc_unpopulated_pages()
128 list_count--; in xen_alloc_unpopulated_pages()
140 list_count++; in xen_alloc_unpopulated_pages()
167 list_count++; in xen_free_unpopulated_pages()
197 list_count++; in init()
/Linux-v5.15/drivers/block/
Dz2ram.c61 static int list_count = 0; variable
162 list_count = 0; in z2_open()
204 list_count++; in z2_open()
210 list_count * Z2RAM_CHUNK1024, index); in z2_open()
/Linux-v5.15/drivers/scsi/
Dhptiop.c280 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()
1198 u32 list_count = readl(&hba->u.mvfrey.mu->inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local
1204 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey()
1209 list_count >>= 16; in hptiop_internal_memalloc_mvfrey()
1211 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey()
[all …]
Dhptiop.h288 int list_count; member
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1638 static unsigned long list_count(struct list_head *list) in list_count() function
1824 list_count(&engine->sched_engine->hold)); in intel_engine_dump()