Home
last modified time | relevance | path

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

/mm/
A Dpage_idle.c126 int bit; in page_idle_bitmap_read() local
140 bit = pfn % BITMAP_CHUNK_BITS; in page_idle_bitmap_read()
141 if (!bit) in page_idle_bitmap_read()
153 *out |= 1ULL << bit; in page_idle_bitmap_read()
157 if (bit == BITMAP_CHUNK_BITS - 1) in page_idle_bitmap_read()
171 int bit; in page_idle_bitmap_write() local
185 bit = pfn % BITMAP_CHUNK_BITS; in page_idle_bitmap_write()
186 if ((*in >> bit) & 1) { in page_idle_bitmap_write()
194 if (bit == BITMAP_CHUNK_BITS - 1) in page_idle_bitmap_write()
A DKconfig913 # simple helper to make the code a bit easier to read
1044 soft-dirty bit on pte-s. This bit it set when someone writes
1045 into a page just as regular dirty bit, but unlike the latter
1054 int "Default maximum user stack size for 32-bit processes (MB)"
1059 This is the maximum stack size in Megabytes in the VM layout of 32-bit
1086 bit writers can set the state of the bit in the flags so that PTE
1087 Accessed bit readers may avoid disturbance.

Completed in 10 milliseconds