Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Daf_rxrpc.h22 RXRPC_PREINTERRUPTIBLE, /* Call can be cancelled whilst waiting for a slot */ enumerator
/Linux-v6.6/net/rxrpc/
Dsendmsg.c60 case RXRPC_PREINTERRUPTIBLE: in rxrpc_wait_to_be_connected()
72 call->interruptibility == RXRPC_PREINTERRUPTIBLE) && in rxrpc_wait_to_be_connected()
209 case RXRPC_PREINTERRUPTIBLE: in rxrpc_wait_for_tx_window()
/Linux-v6.6/fs/afs/
Drxrpc.c345 (call->intr ? RXRPC_PREINTERRUPTIBLE : in afs_make_call()