Searched refs:bit (Results 1 – 2 of 2) sorted by relevance
126 int bit; in page_idle_bitmap_read() local140 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() local185 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()
913 # simple helper to make the code a bit easier to read1044 soft-dirty bit on pte-s. This bit it set when someone writes1045 into a page just as regular dirty bit, but unlike the latter1054 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-bit1086 bit writers can set the state of the bit in the flags so that PTE1087 Accessed bit readers may avoid disturbance.
Completed in 10 milliseconds