Searched refs:l (Results 1 – 6 of 6) sorted by relevance
/mm/ |
D | list_lru.c | 113 struct list_lru_one *l; in list_lru_add() local 117 l = list_lru_from_kmem(nlru, item); in list_lru_add() 118 list_add_tail(item, &l->list); in list_lru_add() 119 l->nr_items++; in list_lru_add() 133 struct list_lru_one *l; in list_lru_del() local 137 l = list_lru_from_kmem(nlru, item); in list_lru_del() 139 l->nr_items--; in list_lru_del() 168 struct list_lru_one *l; in __list_lru_count_one() local 172 l = list_lru_from_memcg_idx(nlru, memcg_idx); in __list_lru_count_one() 173 count = l->nr_items; in __list_lru_count_one() [all …]
|
D | slub.c | 1998 enum slab_modes l = M_NONE, m = M_NONE; in deactivate_slab() local 2094 if (l != m) { in deactivate_slab() 2096 if (l == M_PARTIAL) in deactivate_slab() 2100 else if (l == M_FULL) in deactivate_slab() 2117 l = m; in deactivate_slab() 4401 struct location *l; in alloc_loc_track() local 4406 l = (void *)__get_free_pages(flags, order); in alloc_loc_track() 4407 if (!l) in alloc_loc_track() 4411 memcpy(l, t->loc, sizeof(struct location) * t->count); in alloc_loc_track() 4415 t->loc = l; in alloc_loc_track() [all …]
|
D | vmstat.c | 1519 unsigned long *l = arg; in vmstat_show() local 1520 unsigned long off = l - (unsigned long *)m->private; in vmstat_show() 1523 seq_put_decimal_ull(m, " ", *l); in vmstat_show()
|
D | slab.c | 4260 int l; in add_caller() local 4263 l = n[1]; in add_caller() 4265 while (l) { in add_caller() 4266 int i = l/2; in add_caller() 4273 l = i; in add_caller() 4276 l -= i + 1; in add_caller()
|
D | migrate.c | 161 void putback_movable_pages(struct list_head *l) in putback_movable_pages() argument 166 list_for_each_entry_safe(page, page2, l, lru) { in putback_movable_pages()
|
D | swapfile.c | 2032 loff_t l = *pos; in swap_start() local 2036 if (!l) in swap_start() 2044 if (!--l) in swap_start()
|