Searched refs:osq_unlock (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dosq_lock.h29 extern void osq_unlock(struct optimistic_spin_queue *lock);
/linux-master/kernel/locking/
H A Dosq_lock.c50 * For osq_unlock() there is never a previous node and old_cpu is
210 void osq_unlock(struct optimistic_spin_queue *lock) function
H A Dmutex.c447 * to eliminate the overhead of osq_lock() and osq_unlock()
489 osq_unlock(&lock->osq);
496 osq_unlock(&lock->osq);
H A Drwsem.c931 osq_unlock(&sem->osq);

Completed in 180 milliseconds