Home
last modified time | relevance | path

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

/mm/
DKconfig60 # allocations when sparse_init() is called. If this cannot
90 efficient option when sufficient kernel resources are available.
171 # a per-page lock leads to problems when multiple tables need to be locked
252 to the processors accessing. The second is when allocating huge
266 HUGETLB_PAGE_ORDER when there are multiple HugeTLB page sizes available
281 memory available to the CPU. Enabled by default when HIGHMEM is
343 even when some of its memory has uncorrected errors. This requires
445 memory. So when the PFRA "evicts" a page, it first attempts to use
449 time-varying size. And when a cleancache-enabled
487 pagecache and when a subsystem requests for contiguous area, the
[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
107 careful when enabling this feature because it adds about 30 KB to the
Dslab.h106 unsigned long when; /* When did the operation occur */ member
Dslub.c741 p->when = jiffies; in set_track()
762 s, (void *)t->addr, pr_time - t->when, t->cpu, t->pid); in print_track()
5142 unsigned long age = jiffies - track->when; in add_location()
5162 if (track->when) { in add_location()