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
245 to the processors accessing. The second is when allocating huge
259 HUGETLB_PAGE_ORDER when there are multiple HugeTLB page sizes available
274 memory available to the CPU. Enabled by default when HIGHMEM is
336 even when some of its memory has uncorrected errors. This requires
438 memory. So when the PFRA "evicts" a page, it first attempts to use
442 time-varying size. And when a cleancache-enabled
480 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.c742 p->when = jiffies; in set_track()
764 s, (void *)t->addr, pr_time - t->when, t->cpu, t->pid); in print_track()
5146 unsigned long age = jiffies - track->when; in add_location()
5166 if (track->when) { in add_location()