Searched refs:ST_CLOSING (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Distallion.c217 #define ST_CLOSING 3 macro
858 if (!test_bit(ST_CLOSING, &portp->state))
958 !test_bit(ST_CLOSING, &portp->state));
1024 !test_bit(ST_CLOSING, &portp->state));
1044 set_bit(ST_CLOSING, &portp->state);
1056 !test_bit(ST_CLOSING, &portp->state));
2164 if (test_bit(ST_CLOSING, &portp->state)) {
2171 clear_bit(ST_CLOSING, &portp->state);
2267 test_bit(ST_CLOSING, &portp->state) ||

Completed in 169 milliseconds