Searched defs:ip_lock (Results 1 - 3 of 3) sorted by path

/drivers/s390/net/
H A Dqeth_core.h806 spinlock_t ip_lock; member in struct:qeth_card
/drivers/tty/serial/
H A Dioc3_serial.c158 spinlock_t ip_lock; member in struct:ioc3_port
1468 spin_lock_irqsave(&port->ip_lock, flags);
1620 spin_unlock_irqrestore(&port->ip_lock, flags);
2049 spin_lock_init(&port->ip_lock);
H A Dioc4_serial.c480 spinlock_t ip_lock; member in struct:ioc4_port
927 spin_lock_irqsave(&port->ip_lock, flags);
952 spin_unlock_irqrestore(&port->ip_lock, flags);
1086 spin_lock_init(&port->ip_lock);
1621 * transmit_chars - upper level write, called with ip_lock
1820 /* ip_lock is set on the call here */
1859 spin_lock_irqsave(&port->ip_lock, flags);
1924 /* ip_lock is set on call here */
1934 /* ip_lock is set on call here */
2025 spin_unlock_irqrestore(&port->ip_lock, flag
[all...]

Completed in 182 milliseconds