Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Drxrpc.c619 call->need_attention) { in afs_wait_for_call_to_complete()
620 call->need_attention = false; in afs_wait_for_call_to_complete()
664 call->need_attention = true; in afs_wake_up_call_waiter()
679 call->need_attention = true; in afs_wake_up_async_call()
701 if (call->state < AFS_CALL_COMPLETE && call->need_attention) { in afs_process_async_call()
702 call->need_attention = false; in afs_process_async_call()
H A Dfile.c279 while (state < AFS_CALL_COMPLETE && READ_ONCE(call->need_attention)) { in afs_read_receive()
280 WRITE_ONCE(call->need_attention, false); in afs_read_receive()
H A Dinternal.h173 bool need_attention; /* T if RxRPC poked us */ member