Searched defs:slot (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dksm.c1279 struct mm_slot *slot; local
1286 slot = ksm_scan.mm_slot;
1287 if (slot == &ksm_mm_head) {
1303 slot = list_entry(slot->mm_list.next, struct mm_slot, mm_list);
1304 ksm_scan.mm_slot = slot;
1310 if (slot == &ksm_mm_head)
1314 ksm_scan.rmap_list = &slot->rmap_list;
1317 mm = slot->mm;
1345 rmap_item = get_next_rmap_item(slot,
[all...]
H A Dpercpu.c77 #define PCPU_SLOT_BASE_SHIFT 5 /* 1-31 shares the same slot */
317 * pcpu_chunk_relocate - put chunk in the appropriate chunk slot
319 * @oslot: the previous slot it was on
322 * New slot according to the changed state is determined and @chunk is
323 * moved to the slot. Note that the reserved chunk is never put on
712 int slot, off, new_alloc; local
753 for (slot = pcpu_size_to_slot(size); slot < pcpu_nr_slots; slot++) {
754 list_for_each_entry(chunk, &pcpu_slot[slot], lis
[all...]

Completed in 21 milliseconds