Searched refs:statep (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Dspinlock.h68 arch_interrupt_save(spin_lock_saved_state_t* statep, spin_lock_save_flags_t flags) { argument
78 *statep = state;
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dspinlock.h51 arch_interrupt_save(spin_lock_saved_state_t *statep, spin_lock_save_flags_t flags) argument
53 *statep = x86_save_flags();
/fuchsia/zircon/kernel/include/kernel/
H A Dspinlock.h61 static inline void spin_lock_save(spin_lock_t* lock, spin_lock_saved_state_t* statep,
63 arch_interrupt_save(statep, flags);
75 #define spin_lock_irqsave(lock, statep) spin_lock_save(lock, &(statep), SPIN_LOCK_FLAG_INTERRUPTS)
76 #define spin_unlock_irqrestore(lock, statep) spin_unlock_restore(lock, statep, SPIN_LOCK_FLAG_INTERRUPTS)
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c187 static void err_state_free(void *statep) { argument
188 ERR_STATE *state = statep;

Completed in 60 milliseconds