Searched refs:need_attention (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/afs/
H A Dinternal.h171 bool need_attention; /* T if RxRPC poked us */ member in struct:afs_call
H A Drxrpc.c593 call->need_attention) {
594 call->need_attention = false;
638 call->need_attention = true;
652 call->need_attention = true;
674 if (call->state < AFS_CALL_COMPLETE && call->need_attention) {
675 call->need_attention = false;

Completed in 151 milliseconds