Home
last modified time | relevance | path

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

/kernel/locking/
Dtest-ww_mutex.c481 struct reorder_lock *ll, *ln; in stress_reorder_work() local
508 ln = ll; in stress_reorder_work()
509 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
510 ww_mutex_unlock(ln->lock); in stress_reorder_work()
530 list_for_each_entry_safe(ll, ln, &locks, link) in stress_reorder_work()
Dlocktorture.c406 } locks[3], *ll, *ln; in torture_ww_mutex_lock() local
427 ln = ll; in torture_ww_mutex_lock()
428 list_for_each_entry_continue_reverse(ln, &list, link) in torture_ww_mutex_lock()
429 ww_mutex_unlock(ln->lock); in torture_ww_mutex_lock()