Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
H A Dasync-thread.c16 WORK_DONE_BIT, enumerator
225 if (!test_bit(WORK_DONE_BIT, &work->flags)) in run_ordered_work()
228 * Orders all subsequent loads after reading WORK_DONE_BIT, in run_ordered_work()
305 * 2) after setting WORK_DONE_BIT in btrfs_work_helper()
318 * ordered before setting the WORK_DONE_BIT. Ensuring the thread in btrfs_work_helper()
323 set_bit(WORK_DONE_BIT, &work->flags); in btrfs_work_helper()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dasync-thread.c16 WORK_DONE_BIT, enumerator
235 if (!test_bit(WORK_DONE_BIT, &work->flags)) in run_ordered_work()
238 * Orders all subsequent loads after reading WORK_DONE_BIT, in run_ordered_work()
315 * 2) after setting WORK_DONE_BIT in btrfs_work_helper()
329 * ordered before setting the WORK_DONE_BIT. Ensuring the thread in btrfs_work_helper()
334 set_bit(WORK_DONE_BIT, &work->flags); in btrfs_work_helper()

Completed in 2 milliseconds