Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
2850 atomic_set(&journal->j_async_throttle, 0); in journal_init()
H A Dreiserfs.h419 atomic_t j_async_throttle; member