Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Drxrpc.c638 call->need_attention) { in afs_wait_for_call_to_complete()
639 call->need_attention = false; in afs_wait_for_call_to_complete()
683 call->need_attention = true; in afs_wake_up_call_waiter()
698 call->need_attention = true; in afs_wake_up_async_call()
720 if (call->state < AFS_CALL_COMPLETE && call->need_attention) { in afs_process_async_call()
721 call->need_attention = false; in afs_process_async_call()
H A Dfile.c282 while (state < AFS_CALL_COMPLETE && READ_ONCE(call->need_attention)) { in afs_read_receive()
283 WRITE_ONCE(call->need_attention, false); in afs_read_receive()
H A Dinternal.h173 bool need_attention; /* T if RxRPC poked us */ member