Searched refs:res_hint (Results 1 – 4 of 4) sorted by relevance
205 unsigned long *res_hint; /* next avail IOVP - circular search */ member485 ASSERT(((unsigned long) ioc->res_hint & (sizeof(unsigned long) - 1UL)) == 0); in sba_search_bitmap()497 res_ptr = ioc->res_hint; in sba_search_bitmap()601 ioc->res_hint = (unsigned long *) ioc->res_map; in sba_search_bitmap()607 ioc->res_hint = res_ptr; in sba_search_bitmap()704 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map), in sba_alloc_range()948 prefetch(ioc->res_hint); in sba_map_page()1476 prefetch(ioc->res_hint); in sba_map_sg_attrs()1698 ioc->res_hint = (unsigned long *) ioc->res_map; in ioc_resource_init()
230 u32 res_hint; /* next available IOVP - member304 ioc->res_hint = res_idx + (size >> 3); \310 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \397 __func__, res_idx, ioc->res_hint); in ccio_alloc_range()1312 ioc->res_hint = 16; in ccio_ioc_init()
345 unsigned long *res_ptr = ioc->res_hint; in sba_search_bitmap()422 ioc->res_hint = (unsigned long *) ioc->res_map; in sba_search_bitmap()425 ioc->res_hint = res_ptr; in sba_search_bitmap()465 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map), in sba_alloc_range()1730 sba_dev->ioc[i].res_hint = (unsigned long *) in sba_common_init()
38 unsigned long *res_hint; /* next avail IOVP - circular search */ member