Lines Matching defs:x25st
111 struct x25_state *x25st = state(hdlc);
122 spin_lock_bh(&x25st->up_lock);
123 if (!x25st->up) {
124 spin_unlock_bh(&x25st->up_lock);
135 spin_unlock_bh(&x25st->up_lock);
164 spin_unlock_bh(&x25st->up_lock);
182 struct x25_state *x25st = state(hdlc);
209 spin_lock_bh(&x25st->up_lock);
210 x25st->up = true;
211 spin_unlock_bh(&x25st->up_lock);
221 struct x25_state *x25st = state(hdlc);
223 spin_lock_bh(&x25st->up_lock);
224 x25st->up = false;
225 spin_unlock_bh(&x25st->up_lock);
236 struct x25_state *x25st = state(hdlc);
243 spin_lock_bh(&x25st->up_lock);
244 if (!x25st->up) {
245 spin_unlock_bh(&x25st->up_lock);
252 spin_unlock_bh(&x25st->up_lock);
256 spin_unlock_bh(&x25st->up_lock);