Searched refs:save_flags (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_vport.c | 495 if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags) && in lpfc_send_npiv_logo() 500 set_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_send_npiv_logo() 507 &ndlp->save_flags), in lpfc_send_npiv_logo() 510 if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_send_npiv_logo() 520 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_send_npiv_logo() 699 set_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags); in lpfc_vport_delete() 705 &ndlp->save_flags), in lpfc_vport_delete() 713 rc, ndlp->save_flags, ndlp->nlp_state, in lpfc_vport_delete() 722 clear_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags); in lpfc_vport_delete()
|
| H A D | lpfc_disc.h | 157 unsigned long save_flags; member
|
| H A D | lpfc_ct.c | 1649 if (test_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags)) { in lpfc_cmpl_ct() 1654 clear_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags); in lpfc_cmpl_ct()
|
| H A D | lpfc_hbadisc.c | 426 if (test_and_clear_bit(NLP_IN_RECOV_POST_DEV_LOSS, &ndlp->save_flags)) { in lpfc_check_nlp_post_devloss() 552 set_bit(NLP_IN_RECOV_POST_DEV_LOSS, &ndlp->save_flags); in lpfc_dev_loss_tmo_handler()
|
| H A D | lpfc_els.c | 3029 if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_cmpl_els_logo() 11621 if (test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) { in lpfc_cmpl_els_npiv_logo() 11627 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_cmpl_els_npiv_logo()
|
| H A D | lpfc_init.c | 3858 &ndlp->save_flags) && in lpfc_offline_prep()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_shrinker.c | 108 struct xe_bo_shrink_flags save_flags = flags; in xe_shrinker_walk() local 112 save_flags.writeback = false; in xe_shrinker_walk() 113 lret = __xe_shrinker_walk(xe, ctx, save_flags, to_scan, scanned); in xe_shrinker_walk() 120 lret = __xe_shrinker_walk(xe, ctx, save_flags, to_scan, scanned); in xe_shrinker_walk()
|
| /linux/kernel/trace/ |
| H A D | trace_irqsoff.c | 38 static int save_flags; variable 582 save_flags = tr->trace_flags; in __irqsoff_tracer_init() 608 int lat_flag = save_flags & TRACE_ITER(LATENCY_FMT); in __irqsoff_tracer_reset() 609 int overwrite_flag = save_flags & TRACE_ITER(OVERWRITE); in __irqsoff_tracer_reset() 610 int pause_flag = save_flags & TRACE_ITER(PAUSE_ON_TRACE); in __irqsoff_tracer_reset()
|
| H A D | trace_sched_wakeup.c | 41 static int save_flags; variable 681 save_flags = tr->trace_flags; in __wakeup_tracer_init() 728 int lat_flag = save_flags & TRACE_ITER(LATENCY_FMT); in wakeup_tracer_reset() 729 int overwrite_flag = save_flags & TRACE_ITER(OVERWRITE); in wakeup_tracer_reset()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_page_dirty.c | 401 unsigned int save_flags; in vmw_bo_vm_mkwrite() local 408 save_flags = vmf->flags; in vmw_bo_vm_mkwrite() 411 vmf->flags = save_flags; in vmw_bo_vm_mkwrite()
|
| /linux/fs/ubifs/ |
| H A D | recovery.c | 196 __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/Documentation/scsi/ |
| H A D | advansys.rst | 267 save_flags/restore_flags changes.
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 5673 unsigned long flags, save_flags; in qla2x00_configure_loop() local 5688 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop() 5782 if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) in qla2x00_configure_loop() 5784 if (test_bit(RSCN_UPDATE, &save_flags)) { in qla2x00_configure_loop()
|