Home
last modified time | relevance | path

Searched refs:SLF_INUSE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/slip/
H A Dslip.h80 #define SLF_INUSE 0 /* Channel in use */ macro
H A Dslip.c558 sl->flags &= (1 << SLF_INUSE);
825 if (!test_bit(SLF_INUSE, &sl->flags)) {
831 set_bit(SLF_INUSE, &sl->flags);
862 clear_bit(SLF_INUSE, &sl->flags);