Searched refs:curr (Results 1 – 5 of 5) sorted by relevance
280 struct qlist_node *curr; in qlist_move_cache() local285 curr = from->head; in qlist_move_cache()287 while (curr) { in qlist_move_cache()288 struct qlist_node *next = curr->next; in qlist_move_cache()289 struct kmem_cache *obj_cache = qlink_to_cache(curr); in qlist_move_cache()292 qlist_put(to, curr, obj_cache->size); in qlist_move_cache()294 qlist_put(from, curr, obj_cache->size); in qlist_move_cache()296 curr = next; in qlist_move_cache()
43 struct task_struct *curr; in vmacache_valid() local48 curr = current; in vmacache_valid()49 if (mm->vmacache_seqnum != curr->vmacache.seqnum) { in vmacache_valid()54 curr->vmacache.seqnum = mm->vmacache_seqnum; in vmacache_valid()55 vmacache_flush(curr); in vmacache_valid()
289 unsigned long curr = begin; in clear_shadow_from_swap_cache() local294 swp_entry_t entry = swp_entry(type, curr); in clear_shadow_from_swap_cache()296 XA_STATE(xas, &address_space->i_pages, curr); in clear_shadow_from_swap_cache()309 curr >>= SWAP_ADDRESS_SPACE_SHIFT; in clear_shadow_from_swap_cache()310 curr++; in clear_shadow_from_swap_cache()311 curr <<= SWAP_ADDRESS_SPACE_SHIFT; in clear_shadow_from_swap_cache()312 if (curr > end) in clear_shadow_from_swap_cache()
632 struct task_struct *curr = current; in delete_vma_from_mm() local637 if (curr->vmacache.vmas[i] == vma) { in delete_vma_from_mm()
1450 struct list_head *curr; in pagetypeinfo_showfree_print() local1455 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()