Searched refs:ctrl_lock (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dpty.c183 spin_lock_irqsave(&tty->link->ctrl_lock, flags);
185 spin_unlock_irqrestore(&tty->link->ctrl_lock, flags);
201 spin_lock_irqsave(&tty->ctrl_lock, flags);
204 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
261 spin_lock_irqsave(&tty->ctrl_lock, flags);
263 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
265 spin_lock_irqsave(&pty->ctrl_lock, flags);
267 spin_unlock_irqrestore(&pty->ctrl_lock, flags);
H A Dtty_io.c379 * Locking: ctrl_lock
390 spin_lock_irqsave(&tty->ctrl_lock, flags);
398 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
411 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
600 spin_lock_irqsave(&tty->ctrl_lock, flags);
603 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
609 spin_lock_irqsave(&tty->ctrl_lock, flags);
618 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
810 spin_lock_irqsave(&tty->ctrl_lock, flags);
815 spin_unlock_irqrestore(&tty->ctrl_lock, flag
[all...]
H A Dtty_ioctl.c526 spin_lock_irqsave(&tty->ctrl_lock, flags);
536 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
1156 spin_lock_irqsave(&tty->ctrl_lock, flags);
1164 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
H A Dn_tty.c194 * Locking: ctrl_lock, read_lock.
206 spin_lock_irqsave(&tty->ctrl_lock, flags);
211 spin_unlock_irqrestore(&tty->ctrl_lock, flags);
987 * Locking: ctrl_lock, read_lock (both via flush buffer)
1748 spin_lock_irqsave(&tty->link->ctrl_lock, flags);
1751 spin_unlock_irqrestore(&tty->link->ctrl_lock, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dcatc.c170 spinlock_t tx_lock, ctrl_lock; member in struct:catc
512 spin_lock_irqsave(&catc->ctrl_lock, flags);
533 spin_unlock_irqrestore(&catc->ctrl_lock, flags);
543 spin_lock_irqsave(&catc->ctrl_lock, flags);
566 spin_unlock_irqrestore(&catc->ctrl_lock, flags);
790 spin_lock_init(&catc->ctrl_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_hpc.c180 mutex_lock(&ctrl->ctrl_lock);
242 mutex_unlock(&ctrl->ctrl_lock);
885 mutex_init(&ctrl->ctrl_lock);
H A Dpciehp.h89 struct mutex ctrl_lock; /* controller lock */ member in struct:controller
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h294 spinlock_t ctrl_lock; /* lock for ctrl */ member in struct:hfcsusb
H A Dhfcsusb.c99 spin_lock(&hw->ctrl_lock);
101 spin_unlock(&hw->ctrl_lock);
111 spin_unlock(&hw->ctrl_lock);
1868 spin_lock_init(&hw->ctrl_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h266 spinlock_t ctrl_lock; member in struct:tty_struct
278 unsigned char ctrl_status; /* ctrl_lock */

Completed in 138 milliseconds