Home
last modified time | relevance | path

Searched refs:save_flags (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h126 # define save_flags(x) do { x = __global_save_flags(); } while (0) macro
128 # define save_and_cli(x) do { save_flags(x); cli(); } while(0)
134 # define save_flags(x) __save_flags(x) macro
232 save_flags(flags); in xchg_u32()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c494 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_send_npiv_logo()
499 ndlp->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo()
505 (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)), in lpfc_send_npiv_logo()
508 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)) in lpfc_send_npiv_logo()
519 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo()
708 ndlp->save_flags |= NLP_WAIT_FOR_DA_ID; in lpfc_vport_delete()
714 !(ndlp->save_flags & NLP_WAIT_FOR_DA_ID), in lpfc_vport_delete()
722 rc, ndlp->save_flags, ndlp->nlp_state, in lpfc_vport_delete()
730 ndlp->save_flags &= ~NLP_WAIT_FOR_DA_ID; in lpfc_vport_delete()
H A Dlpfc_disc.h157 enum lpfc_nlp_save_flags save_flags; member
H A Dlpfc_scsi.c6114 if (!(pnode->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_target_reset_handler()
6119 pnode->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
6123 (!(pnode->save_flags & in lpfc_target_reset_handler()
6128 if (pnode->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_target_reset_handler()
6135 pnode->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
H A Dlpfc_ct.c1677 if (ndlp->save_flags & NLP_WAIT_FOR_DA_ID) { in lpfc_cmpl_ct()
1683 ndlp->save_flags &= ~NLP_WAIT_FOR_DA_ID; in lpfc_cmpl_ct()
H A Dlpfc_hbadisc.c404 if (ndlp->save_flags & NLP_IN_RECOV_POST_DEV_LOSS) { in lpfc_check_nlp_post_devloss()
405 ndlp->save_flags &= ~NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_check_nlp_post_devloss()
534 ndlp->save_flags |= NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
H A Dlpfc_els.c3006 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_logo()
3008 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_logo()
11595 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_npiv_logo()
11601 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_npiv_logo()
H A Dlpfc_init.c3878 if (!(ndlp->save_flags & in lpfc_offline_prep()
/openbmc/linux/kernel/trace/
H A Dtrace_irqsoff.c38 static int save_flags; variable
555 save_flags = tr->trace_flags; in __irqsoff_tracer_init()
581 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in __irqsoff_tracer_reset()
582 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in __irqsoff_tracer_reset()
583 int pause_flag = save_flags & TRACE_ITER_PAUSE_ON_TRACE; in __irqsoff_tracer_reset()
H A Dtrace_sched_wakeup.c41 static int save_flags; variable
671 save_flags = tr->trace_flags; in __wakeup_tracer_init()
718 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in wakeup_tracer_reset()
719 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in wakeup_tracer_reset()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c382 unsigned int save_flags; in vmw_bo_vm_mkwrite() local
389 save_flags = vmf->flags; in vmw_bo_vm_mkwrite()
392 vmf->flags = save_flags; in vmw_bo_vm_mkwrite()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h105 #define save_flags(flags) __save_flags (flags) macro
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c200 __le32 save_flags; in write_rcvrd_mst_node() local
204 save_flags = mst->flags; in write_rcvrd_mst_node()
215 mst->flags = save_flags; in write_rcvrd_mst_node()
/openbmc/linux/fs/ubifs/
H A Drecovery.c196 __le32 save_flags; in write_rcvrd_mst_node() local
200 save_flags = mst->flags; in write_rcvrd_mst_node()
214 mst->flags = save_flags; in write_rcvrd_mst_node()
/openbmc/linux/Documentation/scsi/
H A Dadvansys.rst267 save_flags/restore_flags changes.
/openbmc/linux/mm/
H A Dslab.c3215 unsigned long save_flags; in slab_alloc_node() local
3229 local_irq_save(save_flags); in slab_alloc_node()
3231 local_irq_restore(save_flags); in slab_alloc_node()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2346 uint8_t save_flags = get_float_exception_flags(&env->fp_status); in helper_fscale() local
2349 set_float_exception_flags(save_flags, &env->fp_status); in helper_fscale()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c5672 unsigned long flags, save_flags; in qla2x00_configure_loop() local
5687 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop()
5781 if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) in qla2x00_configure_loop()
5783 if (test_bit(RSCN_UPDATE, &save_flags)) { in qla2x00_configure_loop()