Searched refs:SLF_INUSE (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
D | slcan.c | 97 #define SLF_INUSE 0 /* Channel in use */ macro 413 sl->flags &= (1 << SLF_INUSE); in slc_open() 601 if (!test_bit(SLF_INUSE, &sl->flags)) { in slcan_open() 606 set_bit(SLF_INUSE, &sl->flags); in slcan_open() 623 clear_bit(SLF_INUSE, &sl->flags); in slcan_open()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | x25_asy.h | 35 #define SLF_INUSE 0 /* Channel in use */ macro
|
D | x25_asy.c | 70 if (!test_and_set_bit(SLF_INUSE, &sl->flags)) in x25_asy_alloc() 96 set_bit(SLF_INUSE, &sl->flags); in x25_asy_alloc() 117 if (!test_and_clear_bit(SLF_INUSE, &sl->flags)) in x25_asy_free() 487 sl->flags &= (1 << SLF_INUSE); /* Clear ESCAPE & ERROR flags */ in x25_asy_open() 753 set_bit(SLF_INUSE, &sl->flags); in x25_asy_setup()
|
/kernel/linux/linux-5.10/drivers/net/slip/ |
D | slip.h | 78 #define SLF_INUSE 0 /* Channel in use */ macro
|
D | slip.c | 557 sl->flags &= (1 << SLF_INUSE); 824 if (!test_bit(SLF_INUSE, &sl->flags)) { 830 set_bit(SLF_INUSE, &sl->flags); 861 clear_bit(SLF_INUSE, &sl->flags);
|