Home
last modified time | relevance | path

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

/mm/
DKconfig49 bool "Invalidate zswap entries when pages are loaded"
55 If exclusive loads are enabled, when a page is loaded from zswap,
179 density approach when reclaim will be used.
287 merged when they share the same size and other characteristics.
471 # allocations when sparse_init() is called. If this cannot
501 efficient option when sufficient kernel resources are available.
601 # a per-page lock leads to problems when multiple tables need to be locked
688 to the processors accessing. The second is when allocating huge
705 HUGETLB_PAGE_ORDER when there are multiple HugeTLB page sizes available
734 memory available to the CPU. Enabled by default when HIGHMEM is
[all …]
DKconfig.debug25 with stack traces of last allocation and freeing of the page, when
37 architectures. Even bigger overhead comes when the debugging is
165 careful when enabling this feature because it adds about 30 KB to the
Dslab.h306 unsigned long when; /* When did the operation occur */ member
Dslub.c824 p->when = jiffies; in set_track_update()
855 s, (void *)t->addr, pr_time - t->when, t->cpu, t->pid); in print_track()
5315 unsigned long age = jiffies - track->when; in add_location()
5343 if (track->when) { in add_location()