Home
last modified time | relevance | path

Searched defs:NOSET_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c250 #define NOSET_MASK(x, y, z) (x = ((x) & ~(z)) | ((y) & (z))) in unset_locked_termios() macro
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_ioctl.c220 #define NOSET_MASK(x, y, z) (x = ((x) & ~(z)) | ((y) & (z))) in unset_locked_termios() macro

Completed in 3 milliseconds