Home
last modified time | relevance | path

Searched refs:serial_lock (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/usb/
H A Dhso.c228 spinlock_t serial_lock; member
1203 spin_lock_irqsave(&serial->serial_lock, flags); in hso_std_serial_read_bulk_callback()
1206 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_std_serial_read_bulk_callback()
1219 spin_lock_irqsave(&serial->serial_lock, flags); in hso_unthrottle_tasklet()
1224 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_unthrottle_tasklet()
1337 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_write()
1344 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_serial_write()
1358 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_write_room()
1360 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_serial_write_room()
1389 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_set_termios()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py526 with self.thread.serial_lock:
667 with self.thread.serial_lock:
727 self.serial_lock = threading.Lock()
827 if self.serial_lock.acquire(blocking=False):
833 self.serial_lock.release()
839 with nonblocking_lock(self.serial_lock) as l:
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.6.rst81 - qemurunner: Clean up serial_lock handling
H A Drelease-notes-5.1.1.rst122 - qemurunner: Clean up serial_lock handling
/openbmc/linux/drivers/md/
H A Dmd.h41 spinlock_t serial_lock; member
H A Draid1.c68 spin_lock_irqsave(&serial->serial_lock, flags); in check_and_add_serial()
77 spin_unlock_irqrestore(&serial->serial_lock, flags); in check_and_add_serial()
105 spin_lock_irqsave(&serial->serial_lock, flags); in remove_serial()
117 spin_unlock_irqrestore(&serial->serial_lock, flags); in remove_serial()
H A Dmd.c163 spin_lock_init(&serial_tmp->serial_lock); in rdev_init_serial()