Searched refs:locker (Results 1 – 1 of 1) sorted by relevance
63 struct afs_io_locker *locker; in afs_unlock_for_io() local66 locker = list_first_entry_or_null(&vnode->io_lock_waiters, in afs_unlock_for_io()68 if (locker) { in afs_unlock_for_io()69 list_del(&locker->link); in afs_unlock_for_io()70 smp_store_release(&locker->have_lock, 1); /* The unlock barrier. */ in afs_unlock_for_io()72 wake_up_process(locker->task); in afs_unlock_for_io()
Completed in 4 milliseconds