Searched refs:RXRPC_CALL_PROC_BUSY (Results 1 – 2 of 2) sorted by relevance
898 if (test_and_set_bit(RXRPC_CALL_PROC_BUSY, &call->flags)) { in rxrpc_process_call()1337 clear_bit(RXRPC_CALL_PROC_BUSY, &call->flags); in rxrpc_process_call()
323 #define RXRPC_CALL_PROC_BUSY 5 /* the processor is busy */ macro