Home
last modified time | relevance | path

Searched refs:when (Results 1 – 2 of 2) sorted by relevance

/mm/
DKconfig95 # allocations when memory_present() is called. If this cannot
129 efficient option when sufficient kernel resources are available.
262 to the processors accessing. The second is when allocating huge
284 by default when ZONE_DMA or HIGHMEM is selected, but you
357 even when some of its memory has uncorrected errors. This requires
446 memory. So when the PFRA "evicts" a page, it first attempts to use
450 time-varying size. And when a cleancache-enabled
489 pagecache and when a subsystem requests for contiguous area, the
526 soft-dirty bit on pte-s. This bit it set when someone writes
567 density approach when reclaim will be used.
[all …]
Dslub.c204 unsigned long when; /* When did the operation occur */ member
571 p->when = jiffies; in set_track()
591 s, (void *)t->addr, jiffies - t->when, t->cpu, t->pid); in print_track()
4367 unsigned long age = jiffies - track->when; in add_location()
4387 if (track->when) { in add_location()