Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace_irqsoff.c38 static int save_flags; variable
554 save_flags = tr->trace_flags; in __irqsoff_tracer_init()
580 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in __irqsoff_tracer_reset()
581 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in __irqsoff_tracer_reset()
582 int pause_flag = save_flags & TRACE_ITER_PAUSE_ON_TRACE; in __irqsoff_tracer_reset()
Dtrace_sched_wakeup.c41 static int save_flags; variable
669 save_flags = tr->trace_flags; in __wakeup_tracer_init()
716 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in wakeup_tracer_reset()
717 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in wakeup_tracer_reset()
/Linux-v6.1/drivers/scsi/lpfc/
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()
Dlpfc_disc.h155 enum lpfc_nlp_save_flags save_flags; member
Dlpfc_scsi.c6132 if (!(pnode->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_target_reset_handler()
6137 pnode->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
6141 (!(pnode->save_flags & in lpfc_target_reset_handler()
6146 if (pnode->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_target_reset_handler()
6153 pnode->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
Dlpfc_hbadisc.c388 if (ndlp->save_flags & NLP_IN_RECOV_POST_DEV_LOSS) { in lpfc_check_nlp_post_devloss()
389 ndlp->save_flags &= ~NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_check_nlp_post_devloss()
499 ndlp->save_flags |= NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
Dlpfc_els.c2959 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_logo()
2961 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_logo()
11380 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_npiv_logo()
11386 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_npiv_logo()
Dlpfc_init.c3872 if (!(ndlp->save_flags & in lpfc_offline_prep()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_page_dirty.c382 unsigned int save_flags; in vmw_bo_vm_mkwrite() local
390 save_flags = vmf->flags; in vmw_bo_vm_mkwrite()
393 vmf->flags = save_flags; in vmw_bo_vm_mkwrite()
/Linux-v6.1/fs/ubifs/
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()
/Linux-v6.1/Documentation/scsi/
Dadvansys.rst267 save_flags/restore_flags changes.
/Linux-v6.1/mm/
Dslab.c3235 unsigned long save_flags; in slab_alloc_node() local
3249 local_irq_save(save_flags); in slab_alloc_node()
3251 local_irq_restore(save_flags); in slab_alloc_node()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_init.c5372 unsigned long flags, save_flags; in qla2x00_configure_loop() local
5387 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop()
5481 if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) in qla2x00_configure_loop()
5483 if (test_bit(RSCN_UPDATE, &save_flags)) { in qla2x00_configure_loop()