Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
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()
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()
/linux-6.6.21/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.c6110 if (!(pnode->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_target_reset_handler()
6115 pnode->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
6119 (!(pnode->save_flags & in lpfc_target_reset_handler()
6124 if (pnode->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_target_reset_handler()
6131 pnode->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
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()
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()
11589 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_npiv_logo()
11595 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_npiv_logo()
Dlpfc_init.c3878 if (!(ndlp->save_flags & in lpfc_offline_prep()
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
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()
/linux-6.6.21/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-6.6.21/Documentation/scsi/
Dadvansys.rst267 save_flags/restore_flags changes.
/linux-6.6.21/mm/
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()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_init.c5641 unsigned long flags, save_flags; in qla2x00_configure_loop() local
5656 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop()
5750 if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) in qla2x00_configure_loop()
5752 if (test_bit(RSCN_UPDATE, &save_flags)) { in qla2x00_configure_loop()