Searched refs:interruptibility (Results 1 – 6 of 6) sorted by relevance
59 switch (call->interruptibility) { in rxrpc_wait_to_be_connected() 72 if ((call->interruptibility == RXRPC_INTERRUPTIBLE || in rxrpc_wait_to_be_connected() 73 call->interruptibility == RXRPC_PREINTERRUPTIBLE) && in rxrpc_wait_to_be_connected() 205 switch (call->interruptibility) { in rxrpc_wait_for_tx_window() 487 if (call->interruptibility == RXRPC_INTERRUPTIBLE) { in rxrpc_send_data() 669 .call.interruptibility = RXRPC_INTERRUPTIBLE, in rxrpc_do_sendmsg()
208 call->interruptibility = p->interruptibility; in rxrpc_alloc_client_call()267 if (p->interruptibility == RXRPC_UNINTERRUPTIBLE) { in rxrpc_get_call_slot()
743 enum rxrpc_interruptibility interruptibility; /* At what point call may be interrupted */ member900 enum rxrpc_interruptibility interruptibility; /* How is interruptible is the call? */ member
506 ctxt->interruptibility = (u8)smstate->int_shadow; in rsm_load_state_32()559 ctxt->interruptibility = (u8)smstate->int_shadow; in rsm_load_state_64()
8635 ctxt->interruptibility = 0; in init_emulate_ctxt()9191 toggle_interruptibility(vcpu, ctxt->interruptibility); in x86_emulate_instruction()
1534 u32 interruptibility = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO); in vmx_get_interrupt_shadow() local1537 if (interruptibility & GUEST_INTR_STATE_STI) in vmx_get_interrupt_shadow()1539 if (interruptibility & GUEST_INTR_STATE_MOV_SS) in vmx_get_interrupt_shadow()1548 u32 interruptibility = interruptibility_old; in vmx_set_interrupt_shadow() local1550 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS); in vmx_set_interrupt_shadow()1553 interruptibility |= GUEST_INTR_STATE_MOV_SS; in vmx_set_interrupt_shadow()1555 interruptibility |= GUEST_INTR_STATE_STI; in vmx_set_interrupt_shadow()1557 if ((interruptibility != interruptibility_old)) in vmx_set_interrupt_shadow()1558 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()