Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dtransaction.c955 unsigned long start_lock, time_lock; in do_get_write_access() local
972 time_lock = jbd2_time_diff(start_lock, jiffies); in do_get_write_access()
973 if (time_lock > HZ/10) in do_get_write_access()
975 jiffies_to_msecs(time_lock)); in do_get_write_access()