Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dfilemap.c1046 * WQ_FLAG_WOKEN, we set WQ_FLAG_DONE to let the waiter easily see
1070 flags |= WQ_FLAG_DONE; in wake_page_function()
1189 wait->flags |= WQ_FLAG_WOKEN | WQ_FLAG_DONE; in trylock_page_bit_common()
1251 * the WQ_FLAG_WOKEN and WQ_FLAG_DONE flag, to in wait_on_page_bit_common()
1286 if (flags & WQ_FLAG_DONE) in wait_on_page_bit_common()
1298 wait->flags |= WQ_FLAG_DONE; in wait_on_page_bit_common()
1327 * waiter, but an exclusive one requires WQ_FLAG_DONE. in wait_on_page_bit_common()
1330 return wait->flags & WQ_FLAG_DONE ? 0 : -EINTR; in wait_on_page_bit_common()
/kernel/linux/linux-6.6/mm/
H A Dfilemap.c1079 * WQ_FLAG_WOKEN, we set WQ_FLAG_DONE to let the waiter easily see
1103 flags |= WQ_FLAG_DONE; in wake_page_function()
1215 wait->flags |= WQ_FLAG_WOKEN | WQ_FLAG_DONE; in folio_trylock_flag()
1275 * the WQ_FLAG_WOKEN and WQ_FLAG_DONE flag, to in folio_wait_bit_common()
1310 if (flags & WQ_FLAG_DONE) in folio_wait_bit_common()
1322 wait->flags |= WQ_FLAG_DONE; in folio_wait_bit_common()
1350 * waiter, but an exclusive one requires WQ_FLAG_DONE. in folio_wait_bit_common()
1353 return wait->flags & WQ_FLAG_DONE ? 0 : -EINTR; in folio_wait_bit_common()
/kernel/linux/linux-5.10/include/linux/
H A Dwait.h24 #define WQ_FLAG_DONE 0x10 macro
/kernel/linux/linux-6.6/include/linux/
H A Dwait.h24 #define WQ_FLAG_DONE 0x10 macro

Completed in 12 milliseconds