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

/linux-master/fs/btrfs/
H A Dasync-thread.c16 WORK_DONE_BIT, enumerator in enum:__anon1676
225 if (!test_bit(WORK_DONE_BIT, &work->flags))
228 * Orders all subsequent loads after reading WORK_DONE_BIT,
305 * 2) after setting WORK_DONE_BIT
318 * ordered before setting the WORK_DONE_BIT. Ensuring the thread
323 set_bit(WORK_DONE_BIT, &work->flags);

Completed in 109 milliseconds