Home
last modified time | relevance | path

Searched refs:folio_wait_bit_common (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dfilemap.c1114 * with the load-acquire in folio_wait_bit_common(). in wake_page_function()
1188 * A choice of three behaviors for folio_wait_bit_common():
1222 static inline int folio_wait_bit_common(struct folio *folio, int bit_nr, in folio_wait_bit_common() function
1372 * This follows the same logic as folio_wait_bit_common() so see the comments
1440 folio_wait_bit_common(folio, bit_nr, TASK_UNINTERRUPTIBLE, SHARED); in folio_wait_bit()
1446 return folio_wait_bit_common(folio, bit_nr, TASK_KILLABLE, SHARED); in folio_wait_bit_killable()
1465 return folio_wait_bit_common(folio, PG_locked, state, DROP); in folio_put_wait_locked()
1629 folio_wait_bit_common(folio, PG_locked, TASK_UNINTERRUPTIBLE, in __folio_lock()
1636 return folio_wait_bit_common(folio, PG_locked, TASK_KILLABLE, in __folio_lock_killable()

Completed in 6 milliseconds