Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 11 of 11) sorted by relevance

/lk-master/arch/arm/include/arch/
A Dspinlock.h92 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
93 if ((flags & SPIN_LOCK_FLAG_FIQ) && (old_state & SPIN_LOCK_STATE_RESTORE_FIQ)) in arch_interrupt_restore()
95 if ((flags & SPIN_LOCK_FLAG_IRQ) && (old_state & SPIN_LOCK_STATE_RESTORE_IRQ)) in arch_interrupt_restore()
126 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
129 if ((old_state & 0x1) == 0) { in arch_interrupt_restore()
/lk-master/arch/arm64/include/arch/
A Dspinlock.h89 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
90 if ((flags & SPIN_LOCK_FLAG_FIQ) && (old_state & SPIN_LOCK_STATE_RESTORE_FIQ)) in arch_interrupt_restore()
92 if ((flags & SPIN_LOCK_FLAG_IRQ) && (old_state & SPIN_LOCK_STATE_RESTORE_IRQ)) in arch_interrupt_restore()
/lk-master/arch/x86/include/arch/
A Dspinlock.h52 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
53 x86_restore_flags(old_state); in arch_interrupt_restore()
/lk-master/arch/m68k/include/arch/
A Dspinlock.h54 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
55 if (!old_state) { in arch_interrupt_restore()
/lk-master/arch/microblaze/include/arch/
A Dspinlock.h63 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
64 if (old_state & SPIN_LOCK_STATE_RESTORE_IRQ) in arch_interrupt_restore()
/lk-master/arch/mips/include/arch/
A Dspinlock.h63 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
64 if (old_state & SPIN_LOCK_STATE_RESTORE_IRQ) in arch_interrupt_restore()
/lk-master/arch/or1k/include/arch/
A Dspinlock.h63 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
64 if (old_state & SPIN_LOCK_STATE_RESTORE_IRQ) in arch_interrupt_restore()
/lk-master/arch/riscv/include/arch/
A Dspinlock.h57 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
59 riscv_csr_set(RISCV_CSR_XSTATUS, old_state); in arch_interrupt_restore()
/lk-master/kernel/include/kernel/
A Dspinlock.h61 spin_lock_saved_state_t old_state, in spin_unlock_restore() argument
64 arch_interrupt_restore(old_state, flags); in spin_unlock_restore()
/lk-master/external/lib/lwip/netif/ppp/
A Dchap.c524 int secret_len, old_state; in ChapReceiveResponse() local
621 old_state = cstate->serverstate; in ChapReceiveResponse()
623 if (old_state == CHAPSS_INITIAL_CHAL) { in ChapReceiveResponse()
/lk-master/external/lib/lwip/api/
A Dapi_msg.c350 enum netconn_state old_state; local
364 old_state = conn->state;
386 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
387 (old_state == NETCONN_CONNECT)) {

Completed in 10 milliseconds