Home
last modified time | relevance | path

Searched refs:dont (Results 1 – 38 of 38) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dentry.S47 local_irq_disable # make sure we dont miss an
87 # signals dont change between
143 # signals dont change between
/linux-4.1.27/arch/arm/mm/
Dtlb-v4.S37 retne lr @ no, we dont do anything
Dtlb-v4wb.S37 retne lr @ no, we dont do anything
Dtlb-v4wbi.S36 retne lr @ no, we dont do anything
Dtlb-fa.S41 retne lr @ no, we dont do anything
/linux-4.1.27/arch/frv/kernel/
Dirq.c152 #error dont know external IRQ trigger levels for this setup in init_IRQ()
/linux-4.1.27/arch/alpha/kernel/
Dhead.S88 # Putting it here means we dont have to recompile the whole
Dentry.S686 ldt $f0, 64($sp) # dont let "do_switch_stack" change fp state.
/linux-4.1.27/arch/cris/boot/rescue/
Dkimagerescue.S49 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
Dhead_v10.S124 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_ppc.h179 struct kvm_memory_slot *dont);
258 struct kvm_memory_slot *dont);
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s.c742 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot() argument
744 kvm->arch.kvm_ops->free_memslot(free, dont); in kvmppc_core_free_memslot()
Dpowerpc.c585 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument
587 kvmppc_core_free_memslot(kvm, free, dont); in kvm_arch_free_memslot()
Dbook3s_hv.c2363 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot_hv() argument
2365 if (!dont || free->arch.rmap != dont->arch.rmap) { in kvmppc_core_free_memslot_hv()
Dbook3s_pr.c1587 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot_pr() argument
Dbooke.c1775 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot() argument
/linux-4.1.27/Documentation/
Drobust-futexes.txt129 - no registration of individual locks is needed: robust mutexes dont
131 lightweight primitive - so they dont force the application designer
Dcpu-hotplug.txt100 You really dont need to manipulate any of the system cpu maps. They should
DCodingStyle686 words like "dont"; use "do not" or "don't" instead. Make the messages
/linux-4.1.27/arch/s390/include/asm/
Dkvm_host.h636 struct kvm_memory_slot *free, struct kvm_memory_slot *dont) {} in kvm_arch_free_memslot() argument
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle555 用不规范的单词比如“dont”,而要用“do not”或者“don't”。保证这些信息简单、明了、无
/linux-4.1.27/Documentation/networking/
Dxfrm_sync.txt166 aevent; i.e we dont wait for a timeout period or a packet threshold
/linux-4.1.27/virt/kvm/
Dkvm_main.c557 struct kvm_memory_slot *dont) in kvm_free_physmem_slot() argument
559 if (!dont || free->dirty_bitmap != dont->dirty_bitmap) in kvm_free_physmem_slot()
562 kvm_arch_free_memslot(kvm, free, dont); in kvm_free_physmem_slot()
/linux-4.1.27/arch/mips/include/asm/
Dkvm_host.h841 struct kvm_memory_slot *free, struct kvm_memory_slot *dont) {} in kvm_arch_free_memslot() argument
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt135 If you dont want the mixer elements prefixed with the name of the mixer widget,
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt152 user can perceive this as gapless playback as we dont have silence while
/linux-4.1.27/include/linux/
Dkvm_host.h518 struct kvm_memory_slot *dont);
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S119 ;; Since we dont really want to have two epilogues (one for system calls
Dhead.S33 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt223 dont have to validate the chain again.
/linux-4.1.27/Documentation/power/
Dopp.txt149 /* dont operate on the pointer.. just do a sanity check.. */
/linux-4.1.27/arch/x86/kvm/
Dx86.c7513 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument
7518 if (!dont || free->arch.rmap[i] != dont->arch.rmap[i]) { in kvm_arch_free_memslot()
7525 if (!dont || free->arch.lpage_info[i - 1] != in kvm_arch_free_memslot()
7526 dont->arch.lpage_info[i - 1]) { in kvm_arch_free_memslot()
/linux-4.1.27/drivers/net/cris/
Deth_v10.c558 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, cancel, dont); in e100_open()
/linux-4.1.27/arch/arm/kvm/
Dmmu.c1828 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S1107 ;; dont let _in lap _out
Dxircom_pgs.S1175 ;; dont let _in lap _out
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt1011 dont want to use it, because their dentries are present in global
/linux-4.1.27/Documentation/block/
Dbiodoc.txt322 <JENS: I dont understand the above, why is end_that_request_first() not