Searched refs:up_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wan/
H A Dhdlc_x25.c27 spinlock_t up_lock; /* Protects "up" */ member in struct:x25_state
130 spin_lock_bh(&x25st->up_lock);
132 spin_unlock_bh(&x25st->up_lock);
143 spin_unlock_bh(&x25st->up_lock);
174 spin_unlock_bh(&x25st->up_lock);
217 spin_lock_bh(&x25st->up_lock);
219 spin_unlock_bh(&x25st->up_lock);
229 spin_lock_bh(&x25st->up_lock);
231 spin_unlock_bh(&x25st->up_lock);
249 spin_lock_bh(&x25st->up_lock);
[all...]
H A Dlapbether.c56 spinlock_t up_lock; /* Protects "up" */ member in struct:lapbethdev
130 spin_lock_bh(&lapbeth->up_lock);
147 spin_unlock_bh(&lapbeth->up_lock);
190 spin_lock_bh(&lapbeth->up_lock);
229 spin_unlock_bh(&lapbeth->up_lock);
333 spin_lock_bh(&lapbeth->up_lock);
335 spin_unlock_bh(&lapbeth->up_lock);
345 spin_lock_bh(&lapbeth->up_lock);
347 spin_unlock_bh(&lapbeth->up_lock);
412 spin_lock_init(&lapbeth->up_lock);
[all...]

Completed in 106 milliseconds