Searched refs:affid (Results 1 – 3 of 3) sorted by relevance
| /components/mm/ |
| A D | mm_page.c | 497 static rt_page_t *_get_pgls_head(pgls_agr_t *agr_pgls, int affid, in _get_pgls_head() argument 505 index = affid >> size_bits; in _get_pgls_head() 634 pgls_agr_t agr_pgls[], rt_uint32_t size_bits, int affid, in __pages_alloc() argument 656 pgls_head = _get_pgls_head(agr_pgls, affid, level); in __pages_alloc() 672 p = head + (affid - (affid & AFFID_BITS_MASK(level))); in __pages_alloc() 701 rt_uint32_t size_bits, int affid) in _pages_alloc() argument 703 return __pages_alloc(page_list, size_bits, affid, _page_remove, in _pages_alloc() 833 p = pages_alloc_handler(page_list, size_bits, affid); in _do_pages_alloc() 846 p = pages_alloc_handler(page_list, size_bits, affid); in _do_pages_alloc() 926 current = _do_pages_alloc(size_bits, flags, affid); in rt_pages_alloc_tagged() [all …]
|
| A D | mm_object.c | 37 int affid = RT_PAGE_PICK_AFFID(msg->fault_vaddr); in on_page_fault() local 38 page = rt_pages_alloc_tagged(0, affid, PAGE_ANY_AVAILABLE); in on_page_fault()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_pcache.c | 1008 int affid = RT_PAGE_PICK_AFFID(pos); in dfs_page_create() local 1013 page->page = rt_pages_alloc_tagged(0, affid, PAGE_ANY_AVAILABLE); in dfs_page_create()
|
Completed in 11 milliseconds