Searched refs:res_hint (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 205 unsigned long *res_hint; /* next avail IOVP - circular search */ member 468 * @use_hint: use res_hint to indicate where to start looking 485 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 in ioc_resource_init() [all...] |
/kernel/linux/linux-6.6/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 205 unsigned long *res_hint; /* next avail IOVP - circular search */ member 468 * @use_hint: use res_hint to indicate where to start looking 485 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() 956 prefetch(ioc->res_hint); in sba_map_page() 1484 prefetch(ioc->res_hint); in sba_map_sg_attrs() 1706 ioc->res_hint in ioc_resource_init() [all...] |
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | ccio-dma.c | 230 u32 res_hint; /* next available IOVP - member 292 ** If the search wraps around, and passes the res_hint, it will 304 ioc->res_hint = res_idx + (size >> 3); \ 310 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \ 396 DBG_RES("%s() res_idx %d res_hint: %d\n", in ccio_alloc_range() 397 __func__, res_idx, ioc->res_hint); in ccio_alloc_range() 1311 /* Initialize the res_hint to 16 */ in ccio_ioc_init() 1312 ioc->res_hint = 16; in ccio_ioc_init()
|
H A D | sba_iommu.c | 339 unsigned long *res_ptr = ioc->res_hint; in sba_search_bitmap() 416 ioc->res_hint = (unsigned long *) ioc->res_map; in sba_search_bitmap() 419 ioc->res_hint = res_ptr; in sba_search_bitmap() 459 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map), in sba_alloc_range() 1724 sba_dev->ioc[i].res_hint = (unsigned long *) in sba_common_init()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | ccio-dma.c | 219 u32 res_hint; /* next available IOVP - member 281 ** If the search wraps around, and passes the res_hint, it will 293 ioc->res_hint = res_idx + (size >> 3); \ 299 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \ 386 DBG_RES("%s() res_idx %d res_hint: %d\n", in ccio_alloc_range() 387 __func__, res_idx, ioc->res_hint); in ccio_alloc_range() 1307 /* Initialize the res_hint to 16 */ in ccio_ioc_init() 1308 ioc->res_hint = 16; in ccio_ioc_init()
|
H A D | sba_iommu.c | 344 unsigned long *res_ptr = ioc->res_hint; in sba_search_bitmap() 421 ioc->res_hint = (unsigned long *) ioc->res_map; in sba_search_bitmap() 424 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() 1734 sba_dev->ioc[i].res_hint = (unsigned long *) in sba_common_init()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | ropes.h | 38 unsigned long *res_hint; /* next avail IOVP - circular search */ member
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | ropes.h | 38 unsigned long *res_hint; /* next avail IOVP - circular search */ member
|
Completed in 18 milliseconds