Lines Matching full:mark
34 unsigned long marks; /* 1-bit mark per folio */
35 unsigned long marks2; /* Second 1-bit mark per folio */
36 unsigned long marks3; /* Third 1-bit mark per folio */
103 * folioq_is_marked: Check first folio mark in a folio queue segment
107 * Determine if the first mark is set for the folio in the specified slot in a
116 * folioq_mark: Set the first mark on a folio in a folio queue segment
120 * Set the first mark for the folio in the specified slot in a folio queue
129 * folioq_unmark: Clear the first mark on a folio in a folio queue segment
133 * Clear the first mark for the folio in the specified slot in a folio queue
142 * folioq_is_marked2: Check second folio mark in a folio queue segment
146 * Determine if the second mark is set for the folio in the specified slot in a
155 * folioq_mark2: Set the second mark on a folio in a folio queue segment
159 * Set the second mark for the folio in the specified slot in a folio queue
168 * folioq_unmark2: Clear the second mark on a folio in a folio queue segment
172 * Clear the second mark for the folio in the specified slot in a folio queue
181 * folioq_is_marked3: Check third folio mark in a folio queue segment
185 * Determine if the third mark is set for the folio in the specified slot in a
194 * folioq_mark3: Set the third mark on a folio in a folio queue segment
198 * Set the third mark for the folio in the specified slot in a folio queue
207 * folioq_unmark3: Clear the third mark on a folio in a folio queue segment
211 * Clear the third mark for the folio in the specified slot in a folio queue
255 * The folio size is extracted and stored in the queue, the first mark is set