Home
last modified time | relevance | path

Searched refs:l (Results 1 – 7 of 7) sorted by relevance

/mm/
Dlist_lru.c74 struct list_lru_one *l = &nlru->lru; in list_lru_from_kmem() local
84 l = list_lru_from_memcg_idx(nlru, memcg_cache_id(memcg)); in list_lru_from_kmem()
88 return l; in list_lru_from_kmem()
130 struct list_lru_one *l; in list_lru_add() local
134 l = list_lru_from_kmem(nlru, item, &memcg); in list_lru_add()
135 list_add_tail(item, &l->list); in list_lru_add()
137 if (!l->nr_items++) in list_lru_add()
153 struct list_lru_one *l; in list_lru_del() local
157 l = list_lru_from_kmem(nlru, item, NULL); in list_lru_del()
159 l->nr_items--; in list_lru_del()
[all …]
Dslub.c2044 enum slab_modes l = M_NONE, m = M_NONE; in deactivate_slab() local
2140 if (l != m) { in deactivate_slab()
2141 if (l == M_PARTIAL) in deactivate_slab()
2143 else if (l == M_FULL) in deactivate_slab()
2152 l = m; in deactivate_slab()
4502 struct location *l; in alloc_loc_track() local
4507 l = (void *)__get_free_pages(flags, order); in alloc_loc_track()
4508 if (!l) in alloc_loc_track()
4512 memcpy(l, t->loc, sizeof(struct location) * t->count); in alloc_loc_track()
4516 t->loc = l; in alloc_loc_track()
[all …]
Dz3fold.c667 struct list_head *l = &unbuddied[i]; in __z3fold_alloc() local
669 zhdr = list_first_entry_or_null(READ_ONCE(l), in __z3fold_alloc()
677 l = &unbuddied[i]; in __z3fold_alloc()
678 if (unlikely(zhdr != list_first_entry(READ_ONCE(l), in __z3fold_alloc()
718 struct list_head *l; in __z3fold_alloc() local
722 l = &unbuddied[chunks]; in __z3fold_alloc()
724 zhdr = list_first_entry_or_null(READ_ONCE(l), in __z3fold_alloc()
Dvmstat.c1728 unsigned long *l = arg; in vmstat_show() local
1729 unsigned long off = l - (unsigned long *)m->private; in vmstat_show()
1732 seq_put_decimal_ull(m, " ", *l); in vmstat_show()
Dmemory.c4502 int i, n, base, l; in process_huge_page() local
4512 l = n; in process_huge_page()
4521 l = pages_per_huge_page - n; in process_huge_page()
4532 for (i = 0; i < l; i++) { in process_huge_page()
4534 int right_idx = base + 2 * l - 1 - i; in process_huge_page()
Dswapfile.c2713 loff_t l = *pos; in swap_start() local
2717 if (!l) in swap_start()
2723 if (!--l) in swap_start()
Dmigrate.c168 void putback_movable_pages(struct list_head *l) in putback_movable_pages() argument
173 list_for_each_entry_safe(page, page2, l, lru) { in putback_movable_pages()