Searched refs:need_attention (Results 1 – 3 of 3) sorted by relevance
619 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()
279 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()
173 bool need_attention; /* T if RxRPC poked us */ member