Searched refs:RWLOCK_BIAS (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dspinlock.h12 #define RWLOCK_BIAS 0x1000UL macro
H A Dspinlock.c254 if (!(rwlock->count & RWLOCK_BIAS)) {
262 while(rwlock->count & RWLOCK_BIAS) {
278 rwlock->count |= RWLOCK_BIAS;
298 if (!(rwlock->count & RWLOCK_BIAS))
302 rwlock->count &= ~RWLOCK_BIAS;
314 if (rwlock->count & RWLOCK_BIAS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dspinlock.c304 if (!(rwlock->count & RWLOCK_BIAS)) {
312 while(rwlock->count & RWLOCK_BIAS) {
328 rwlock->count |= RWLOCK_BIAS;
348 if (!(rwlock->count & RWLOCK_BIAS))
352 rwlock->count &= ~RWLOCK_BIAS;
364 if (rwlock->count & RWLOCK_BIAS)
H A Dspinlock.h12 #define RWLOCK_BIAS 0x1000UL macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dspinlock.c296 if (!(rwlock->count & RWLOCK_BIAS)) {
304 while(rwlock->count & RWLOCK_BIAS) {
320 rwlock->count |= RWLOCK_BIAS;
340 if (!(rwlock->count & RWLOCK_BIAS))
344 rwlock->count &= ~RWLOCK_BIAS;
356 if (rwlock->count & RWLOCK_BIAS)
H A Dspinlock.h12 #define RWLOCK_BIAS 0x1000UL macro

Completed in 166 milliseconds