Home
last modified time | relevance | path

Searched refs:saved_flags (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.h125 unsigned int saved_flags; member
146 prange->saved_flags = memalloc_noreclaim_save(); in svm_range_lock()
151 memalloc_noreclaim_restore(prange->saved_flags); in svm_range_unlock()
H A Dkfd_device_queue_manager.h249 unsigned int saved_flags; member
349 dqm->saved_flags = memalloc_noreclaim_save(); in dqm_lock()
353 memalloc_noreclaim_restore(dqm->saved_flags); in dqm_unlock()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h345 unsigned int saved_flags; member
649 vm->saved_flags = memalloc_noreclaim_save(); in amdgpu_vm_eviction_lock()
655 vm->saved_flags = memalloc_noreclaim_save(); in amdgpu_vm_eviction_trylock()
663 memalloc_noreclaim_restore(vm->saved_flags); in amdgpu_vm_eviction_unlock()
H A Damdgpu_mes.h125 uint32_t saved_flags; member
526 mes->saved_flags = memalloc_noreclaim_save(); in amdgpu_mes_lock()
531 memalloc_noreclaim_restore(mes->saved_flags); in amdgpu_mes_unlock()
/linux/arch/x86/mm/
H A Dkmmio.c60 unsigned long saved_flags; member
299 ctx->saved_flags = (regs->flags & (X86_EFLAGS_TF | X86_EFLAGS_IF)); in kmmio_handler()
359 regs->flags |= ctx->saved_flags; in post_kmmio_handler()
/linux/arch/x86/include/asm/
H A Dkprobes.h104 unsigned long saved_flags; member
/linux/fs/dlm/
H A Dplock.c294 unsigned char saved_flags = fl->c.flc_flags; in dlm_posix_unlock() local
348 fl->c.flc_flags = saved_flags; in dlm_posix_unlock()
/linux/arch/x86/kernel/kprobes/
H A Dcore.c850 kcb->prev_kprobe.saved_flags = kcb->kprobe_saved_flags; in save_previous_kprobe()
859 kcb->kprobe_saved_flags = kcb->prev_kprobe.saved_flags; in restore_previous_kprobe()
/linux/drivers/tty/serial/
H A Dmsm_serial.c1128 unsigned long *saved_flags) in msm_set_baud_rate() argument
1136 flags = *saved_flags; in msm_set_baud_rate()
1144 *saved_flags = flags; in msm_set_baud_rate()
/linux/net/mptcp/
H A Dprotocol.c1725 unsigned int saved_flags = msg->msg_flags; in mptcp_sendmsg_fastopen() local
1751 msg->msg_flags = saved_flags; in mptcp_sendmsg_fastopen()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7414 ahc_flag saved_flags; in ahc_handle_en_lun() local
7423 saved_flags = ahc->flags; in ahc_handle_en_lun()
7438 ahc->flags = saved_flags; in ahc_handle_en_lun()
/linux/fs/nfs/
H A Dnfs4proc.c7215 unsigned char saved_flags = request->c.flc_flags; in nfs4_proc_unlck() local
7252 request->c.flc_flags = saved_flags; in nfs4_proc_unlck()