Lines Matching refs:jiffies
252 trace_android_vh_record_rwsem_lock_starttime(current, jiffies); in rwsem_read_trylock()
266 trace_android_vh_record_rwsem_lock_starttime(current, jiffies); in rwsem_write_trylock()
473 if (time_after(jiffies, waiter->timeout)) { in rwsem_mark_wake()
643 !time_after(jiffies, waiter->timeout))) in rwsem_try_write_lock()
1057 trace_android_vh_record_rwsem_lock_starttime(current, jiffies); in rwsem_down_read_slowpath()
1064 waiter.timeout = jiffies + RWSEM_WAIT_TIMEOUT; in rwsem_down_read_slowpath()
1082 current, jiffies); in rwsem_down_read_slowpath()
1129 trace_android_vh_record_rwsem_lock_starttime(current, jiffies); in rwsem_down_read_slowpath()
1154 trace_android_vh_record_rwsem_lock_starttime(current, jiffies); in rwsem_down_write_slowpath()
1164 waiter.timeout = jiffies + RWSEM_WAIT_TIMEOUT; in rwsem_down_write_slowpath()
1238 trace_android_vh_record_rwsem_lock_starttime(current, jiffies); in rwsem_down_write_slowpath()
1343 trace_android_vh_record_rwsem_lock_starttime(current, jiffies); in __down_read_trylock()