Searched refs:XMIT_BUSY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_async.c | 77 #define XMIT_BUSY 2 macro 663 * We use the XMIT_BUSY bit to detect this and get out, in ppp_async_push() 667 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags)) in ppp_async_push() 694 * Clear XMIT_BUSY to let other callers in, but in ppp_async_push() 697 * did, we should try again to set XMIT_BUSY and go in ppp_async_push() 698 * around again in case XMIT_BUSY was still set when in ppp_async_push() 701 clear_bit(XMIT_BUSY, &ap->xmit_flags); in ppp_async_push() 707 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags)) in ppp_async_push() 714 clear_bit(XMIT_BUSY, &ap->xmit_flags); in ppp_async_push()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_async.c | 77 #define XMIT_BUSY 2 macro 652 * We use the XMIT_BUSY bit to detect this and get out, in ppp_async_push() 656 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags)) in ppp_async_push() 683 * Clear XMIT_BUSY to let other callers in, but in ppp_async_push() 686 * did, we should try again to set XMIT_BUSY and go in ppp_async_push() 687 * around again in case XMIT_BUSY was still set when in ppp_async_push() 690 clear_bit(XMIT_BUSY, &ap->xmit_flags); in ppp_async_push() 696 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags)) in ppp_async_push() 703 clear_bit(XMIT_BUSY, &ap->xmit_flags); in ppp_async_push()
|
Completed in 3 milliseconds