Home
last modified time | relevance | path

Searched refs:j_async_throttle (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/reiserfs/
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()
2852 atomic_set(&journal->j_async_throttle, 0); in journal_init()
Dreiserfs.h417 atomic_t j_async_throttle; member