Home
last modified time | relevance | path

Searched refs:folio_wait_bit_common (Results 1 – 1 of 1) sorted by path

/linux/mm/
H A Dfilemap.c1146 * with the load-acquire in folio_wait_bit_common(). in folio_wake_bit()
1194 * A choice of three behaviors for folio_wait_bit_common(): in folio_trylock_flag()
1228 static inline int folio_wait_bit_common(struct folio *folio, int bit_nr, in folio_wait_bit_common()
1378 * This follows the same logic as folio_wait_bit_common() so see the comments in migration_entry_wait_on_locked()
1446 folio_wait_bit_common(folio, bit_nr, TASK_UNINTERRUPTIBLE, SHARED); in folio_put_wait_locked()
1452 return folio_wait_bit_common(folio, bit_nr, TASK_KILLABLE, SHARED);
1471 return folio_wait_bit_common(folio, PG_locked, state, DROP);
1645 folio_wait_bit_common(folio, PG_locked, TASK_UNINTERRUPTIBLE, in __folio_lock_async()
1652 return folio_wait_bit_common(folio, PG_locked, TASK_KILLABLE, in __folio_lock_async()
1204 static inline int folio_wait_bit_common(struct folio *folio, int bit_nr, folio_wait_bit_common() function