Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/arm/mm/
Dtlb-v4.S37 retne lr @ no, we dont do anything
Dtlb-v4wb.S37 retne lr @ no, we dont do anything
Dtlb-fa.S41 retne lr @ no, we dont do anything
Dtlb-v4wbi.S36 retne lr @ no, we dont do anything
/linux-4.4.14/arch/frv/kernel/
Dirq.c152 #error dont know external IRQ trigger levels for this setup in init_IRQ()
/linux-4.4.14/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.4.14/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.4.14/arch/powerpc/include/asm/
Dkvm_ppc.h179 struct kvm_memory_slot *dont);
260 struct kvm_memory_slot *dont);
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s.c744 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot() argument
746 kvm->arch.kvm_ops->free_memslot(free, dont); in kvmppc_core_free_memslot()
Dpowerpc.c588 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument
590 kvmppc_core_free_memslot(kvm, free, dont); in kvm_arch_free_memslot()
Dbook3s_hv.c2820 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot_hv() argument
2822 if (!dont || free->arch.rmap != dont->arch.rmap) { in kvmppc_core_free_memslot_hv()
Dbook3s_pr.c1590 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot_pr() argument
Dbooke.c1777 struct kvm_memory_slot *dont) in kvmppc_core_free_memslot() argument
/linux-4.4.14/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.4.14/arch/s390/include/asm/
Dkvm_host.h641 struct kvm_memory_slot *free, struct kvm_memory_slot *dont) {} in kvm_arch_free_memslot() argument
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle555 用不规范的单词比如“dont”,而要用“do not”或者“don't”。保证这些信息简单、明了、无
/linux-4.4.14/Documentation/networking/
Dxfrm_sync.txt166 aevent; i.e we dont wait for a timeout period or a packet threshold
/linux-4.4.14/virt/kvm/
Dkvm_main.c519 struct kvm_memory_slot *dont) in kvm_free_memslot() argument
521 if (!dont || free->dirty_bitmap != dont->dirty_bitmap) in kvm_free_memslot()
524 kvm_arch_free_memslot(kvm, free, dont); in kvm_free_memslot()
/linux-4.4.14/arch/mips/include/asm/
Dkvm_host.h843 struct kvm_memory_slot *free, struct kvm_memory_slot *dont) {} in kvm_arch_free_memslot() argument
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt135 If you dont want the mixer elements prefixed with the name of the mixer widget,
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt152 user can perceive this as gapless playback as we dont have silence while
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S33 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
Dentry.S119 ;; Since we dont really want to have two epilogues (one for system calls
/linux-4.4.14/include/linux/
Dkvm_host.h571 struct kvm_memory_slot *dont);
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt223 dont have to validate the chain again.
/linux-4.4.14/Documentation/power/
Dopp.txt149 /* dont operate on the pointer.. just do a sanity check.. */
/linux-4.4.14/drivers/net/cris/
Deth_v10.c558 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, cancel, dont); in e100_open()
/linux-4.4.14/arch/x86/kvm/
Dx86.c7782 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument
7787 if (!dont || free->arch.rmap[i] != dont->arch.rmap[i]) { in kvm_arch_free_memslot()
7794 if (!dont || free->arch.lpage_info[i - 1] != in kvm_arch_free_memslot()
7795 dont->arch.lpage_info[i - 1]) { in kvm_arch_free_memslot()
/linux-4.4.14/arch/arm/kvm/
Dmmu.c1830 struct kvm_memory_slot *dont) in kvm_arch_free_memslot() argument
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S1107 ;; dont let _in lap _out
Dxircom_pgs.S1175 ;; dont let _in lap _out
/linux-4.4.14/Documentation/filesystems/
Dvfs.txt1018 dont want to use it, because their dentries are present in global
/linux-4.4.14/Documentation/block/
Dbiodoc.txt322 <JENS: I dont understand the above, why is end_that_request_first() not