Home
last modified time | relevance | path

Searched refs:RXRPC_PREINTERRUPTIBLE (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/
Daf_rxrpc.h21 RXRPC_PREINTERRUPTIBLE, /* Call can be cancelled whilst waiting for a slot */ enumerator
/linux-6.1.9/net/rxrpc/
Dconn_client.c672 case RXRPC_PREINTERRUPTIBLE: in rxrpc_wait_for_channel()
683 call->interruptibility == RXRPC_PREINTERRUPTIBLE) && in rxrpc_wait_for_channel()
Dsendmsg.c144 case RXRPC_PREINTERRUPTIBLE: in rxrpc_wait_for_tx_window()
/linux-6.1.9/fs/afs/
Drxrpc.c340 (call->intr ? RXRPC_PREINTERRUPTIBLE : in afs_make_call()