Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c950 if (atomic_read(&j->j_async_throttle)) { in reiserfs_async_progress_wait()
954 wait_var_event_timeout(&j->j_async_throttle, in reiserfs_async_progress_wait()
955 atomic_read(&j->j_async_throttle) == 0, in reiserfs_async_progress_wait()
1046 atomic_inc(&journal->j_async_throttle); in flush_commit_list()
1063 if (atomic_dec_and_test(&journal->j_async_throttle)) in flush_commit_list()
1064 wake_up_var(&journal->j_async_throttle); in flush_commit_list()
2859 atomic_set(&journal->j_async_throttle, 0); in journal_init()
H A Dreiserfs.h416 atomic_t j_async_throttle; member
/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c952 if (atomic_read(&j->j_async_throttle)) { in reiserfs_async_progress_wait()
1046 atomic_inc(&journal->j_async_throttle); in flush_commit_list()
1063 atomic_dec(&journal->j_async_throttle); in flush_commit_list()
2852 atomic_set(&journal->j_async_throttle, 0); in journal_init()
H A Dreiserfs.h419 atomic_t j_async_throttle; member

Completed in 24 milliseconds