Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 163 of 163) sorted by relevance

/linux-4.1.27/include/math-emu/
Dquad.h80 #define FP_UNPACK_RAW_Q(X,val) _FP_UNPACK_RAW_4(Q,X,val)
81 #define FP_UNPACK_RAW_QP(X,val) _FP_UNPACK_RAW_4_P(Q,X,val)
82 #define FP_PACK_RAW_Q(val,X) _FP_PACK_RAW_4(Q,val,X)
86 _FP_PACK_RAW_4_P(Q,val,X); \
91 _FP_UNPACK_RAW_4(Q,X,val); \
92 _FP_UNPACK_CANONICAL(Q,4,X); \
97 _FP_UNPACK_RAW_4_P(Q,X,val); \
98 _FP_UNPACK_CANONICAL(Q,4,X); \
103 _FP_PACK_CANONICAL(Q,4,X); \
104 _FP_PACK_RAW_4(Q,val,X); \
[all …]
Ddouble.h115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
187 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
Dsingle.h104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
/linux-4.1.27/
DMakefile78 Q = macro
81 Q = @ macro
97 export quiet Q KBUILD_VERBOSE
146 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
449 $(Q)$(MAKE) $(build)=scripts/basic
450 $(Q)rm -f .tmp_quiet_recordmcount
461 $(Q)ln -fsn $(srctree) source
462 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \
469 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
471 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
[all …]
DKbuild43 $(Q)mkdir -p $(dir $@)
61 $(Q)mkdir -p $(dir $@)
DMAINTAINERS77 Q: Patchwork web based patch tracking system site
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
266 Q: https://patchwork.kernel.org/project/linux-acpi/list/
288 Q: https://patchwork.kernel.org/project/linux-acpi/list/
463 Q: http://patchwork.linuxtv.org/project/linux-media/list/
473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
1436 Q: http://patchwork.kernel.org/project/linux-sh/list/
2314 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
[all …]
/linux-4.1.27/arch/m68k/fpsp040/
Dsrem_mod.S28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0.
37 | 3.2 If R > Y, then { R := R - Y, Q := Q + 1}
39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to
50 | Q := Q + 1, Y := signY*Y }. Go to Step 6.
51 | 5.3 This is the tricky case of R = Y/2. If Q is odd,
52 | then { Q := Q + 1, signX := -signX }.
58 | Step 8. Return signQ, last 7 bits of Q, and R as required.
60 | Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus,
61 | X = 2^(j)*(Q+1)Y. set Q := 2^(j)*(Q+1),
62 | R := 0. Return signQ, last 7 bits of Q, and R.
[all …]
Dsetox.S839 faddx %fp2,%fp1 | ...fp1 is Q
844 faddx %fp1,%fp0 | ...fp0 is S*B1+Q
/linux-4.1.27/scripts/kconfig/
DMakefile37 $(Q)mkdir -p include/config include/generated
41 $(Q)mkdir -p include/config include/generated
42 $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
43 $(Q)if [ -f .config ]; then \
53 $(Q)rm -f .tmp.config
58 $(Q)$(kecho) " GEN config.pot"
59 $(Q)xgettext --default-domain=linux \
65 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
66 $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \
73 $(Q)$(kecho) " GEN linux.pot"
[all …]
Dzconf.hash.c_shipped15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
/linux-4.1.27/arch/arm64/
DMakefile68 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
71 $(Q)$(MAKE) $(build)=$(boot) $@
74 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
79 $(Q)$(MAKE) $(build)=$(boot)/dts
82 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
86 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
90 $(Q)$(MAKE) $(clean)=$(boot)
91 $(Q)$(MAKE) $(clean)=$(boot)/dts
/linux-4.1.27/tools/lib/lockdep/
DMakefile75 export Q VERBOSE
86 Q =
90 Q = @ macro
117 $(Q)$(MAKE) $(build)=liblockdep
120 $(Q)$(do_compile_shared_library)
123 $(Q)$(do_build_static_lib)
144 $(Q)$(call do_install,$(LIB_FILE),$(libdir_SQ))
145 $(Q)$(call do_install,$(BIN_FILE),$(bindir_SQ))
/linux-4.1.27/arch/x86/
DMakefile175 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
181 $(Q)$(MAKE) $(build)=arch/x86/syscalls all
185 $(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c
229 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
231 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
232 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
233 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
236 $(Q)$(MAKE) $(build)=$(boot) $@
240 $(Q)$(MAKE) $(build)=$(boot) $@
244 $(Q)$(MAKE) $(build)=arch/x86/vdso $@
[all …]
/linux-4.1.27/tools/perf/
DMakefile.perf97 Q =
99 Q = @
107 $(Q)$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT)
108 $(Q)touch $(OUTPUT)PERF-VERSION-FILE
264 $(Q)$$(:)
277 $(Q)$(MAKE) $(build)=perf
283 $(Q)$(MAKE) $(build)=gtk
328 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
331 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
334 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
[all …]
/linux-4.1.27/crypto/
Dcast6_generic.c165 static inline void Q(u32 *block, u8 *Kr, u32 *Km) in Q() function
197 Km = c->Km[0]; Kr = c->Kr[0]; Q(block, Kr, Km); in __cast6_encrypt()
198 Km = c->Km[1]; Kr = c->Kr[1]; Q(block, Kr, Km); in __cast6_encrypt()
199 Km = c->Km[2]; Kr = c->Kr[2]; Q(block, Kr, Km); in __cast6_encrypt()
200 Km = c->Km[3]; Kr = c->Kr[3]; Q(block, Kr, Km); in __cast6_encrypt()
201 Km = c->Km[4]; Kr = c->Kr[4]; Q(block, Kr, Km); in __cast6_encrypt()
202 Km = c->Km[5]; Kr = c->Kr[5]; Q(block, Kr, Km); in __cast6_encrypt()
235 Km = c->Km[11]; Kr = c->Kr[11]; Q(block, Kr, Km); in __cast6_decrypt()
236 Km = c->Km[10]; Kr = c->Kr[10]; Q(block, Kr, Km); in __cast6_decrypt()
237 Km = c->Km[9]; Kr = c->Kr[9]; Q(block, Kr, Km); in __cast6_decrypt()
[all …]
/linux-4.1.27/scripts/
DMakefile.dtbinst26 $(Q)if [ -d $(INSTALL_DTBS_PATH).old ]; then rm -rf $(INSTALL_DTBS_PATH).old; fi
27 $(Q)if [ -d $(INSTALL_DTBS_PATH) ]; then mv $(INSTALL_DTBS_PATH) $(INSTALL_DTBS_PATH).old; fi
28 $(Q)mkdir -p $(INSTALL_DTBS_PATH)
46 $(Q)$(MAKE) $(dtbinst)=$(obj)/$@
Dmkmakefile37 Q := @
48 \$(Q)\$(MAKE) \$(MAKEARGS) \$(MAKECMDGOALS)
DKbuild.include55 $(Q)set -e; \
168 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
170 # $(Q)$(MAKE) $(build)=dir
174 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=
176 # $(Q)$(MAKE) $(modbuiltin)=dir
180 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
182 # $(Q)$(MAKE) $(dtbinst)=dir
186 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
188 # $(Q)$(MAKE) $(clean)=dir
192 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj=
[all …]
DMakefile.modbuiltin42 $(Q)(for m in $(modbuiltin-mods); do echo kernel/$$m; done; \
54 $(Q)$(MAKE) $(modbuiltin)=$@
DMakefile.clean86 $(Q)$(MAKE) $(clean)=$@
DMakefile.build353 $(Q)(cat /dev/null; $(modorder-cmds)) > $@
403 $(Q)$(MAKE) $(build)=$@
DMakefile.headersinst127 $(Q)$(MAKE) $(hdr-inst)=$(obj)/$@ dst=$(_dst)/$@
/linux-4.1.27/arch/xtensa/boot/boot-redboot/
DMakefile23 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
29 $(Q)$(LD) $(LD_ARGS) -o $@ $^ -L/xtensa-elf/lib $(LIBGCC)
32 $(Q)$(OBJCOPY) -S -O binary $< $@
33 $(Q)$(kecho) ' Kernel: $@ is ready'
/linux-4.1.27/arch/mips/
DMakefile322 $(Q)$(MAKE) $(build)=arch/mips/lasat/image \
349 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
355 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
370 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
374 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
378 $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts
383 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=n32"
387 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=32"
391 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
393 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
[all …]
/linux-4.1.27/Documentation/parisc/
Ddebugging29 3. Q bit fun
31 Certain, very critical code has to clear the Q bit in the PSW. What
32 happens when the Q bit is cleared is the CPU does not update the
35 that clears the Q bit and the RFI that sets it again you don't know
37 instruction that cleared the Q bit, if you're not it points anywhere
38 at all. Usually Q bit problems will show themselves in unexplainable
Dregisters68 Q (collect interruption state) 1 (0 in code directly preceding an rfi)
/linux-4.1.27/arch/mn10300/
DMakefile79 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
84 $(Q)$(MAKEBOOT) bootstrap
87 $(Q)$(MAKE) $(clean)=arch/mn10300/proc-mn103e010
88 $(Q)$(MAKE) $(clean)=arch/mn10300/unit-asb2303
89 $(Q)$(MAKE) $(clean)=arch/mn10300/unit-asb2305
/linux-4.1.27/arch/s390/
DMakefile111 $(Q)$(MAKE) $(build)=$(boot) $@
114 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
117 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
120 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
121 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
124 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/crypto/async_tx/
Dasync_pq.c43 #define Q(b, d) (b[d-1]) macro
188 BUG_ON(disks > 255 || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
235 if (Q(blocks, disks)) in async_gen_syndrome()
236 unmap->addr[j++] = dma_map_page(device->dev, Q(blocks, disks), in async_gen_syndrome()
260 if (!Q(blocks, disks)) { in async_gen_syndrome()
261 Q(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
343 if (!Q(blocks, disks)) { in async_syndrome_val()
347 pq[1] = dma_map_page(dev, Q(blocks, disks), in async_syndrome_val()
375 struct page *q_src = Q(blocks, disks); in async_syndrome_val()
410 Q(blocks, disks) = spare; in async_syndrome_val()
[all …]
/linux-4.1.27/arch/metag/
DMakefile69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
72 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
75 $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
78 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/arch/x86/crypto/
Dcast6-avx-x86_64-asm_64.S165 #define Q(n) \ macro
275 Q(0);
276 Q(1);
277 Q(2);
278 Q(3);
280 Q(4);
281 Q(5);
321 Q(11);
322 Q(10);
323 Q(9);
[all …]
/linux-4.1.27/arch/xtensa/boot/boot-elf/
DMakefile22 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
32 $(Q)$(kecho) ' Kernel: $@ is ready'
/linux-4.1.27/net/8021q/
DKconfig2 # Configuration for 802.1Q VLAN support
6 tristate "802.1Q/802.1ad VLAN Support"
8 Select this and you will be able to create 802.1Q VLAN interfaces
9 on your Ethernet interfaces. 802.1Q VLAN supports almost
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddebug.c96 static void queueInit(MSG_QUEUE *Q, byte *Buffer, dword sizeBuffer) { in queueInit() argument
97 Q->Size = sizeBuffer; in queueInit()
98 Q->Base = Q->Head = Q->Tail = Buffer; in queueInit()
99 Q->High = Buffer + sizeBuffer; in queueInit()
100 Q->Wrap = NULL; in queueInit()
101 Q->Count = 0; in queueInit()
104 static byte *queueAllocMsg(MSG_QUEUE *Q, word size) { in queueAllocMsg() argument
116 if (Q->Tail == Q->Head) { in queueAllocMsg()
117 if (Q->Wrap || need > Q->Size) { in queueAllocMsg()
123 if (Q->Tail > Q->Head) { in queueAllocMsg()
[all …]
/linux-4.1.27/arch/c6x/
DMakefile50 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
53 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
56 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/tools/lib/traceevent/
DMakefile125 Q =
127 Q = @ macro
164 $(Q)$(MAKE) $(build)=libtraceevent
178 $(Q)$(MAKE) $(build)=$(plugin_obj)
204 $(Q)$(N)$(call update_version.h)
/linux-4.1.27/arch/ia64/
DMakefile75 $(Q)$(MAKE) $(build)=$(boot) $@
78 -$(Q)READELF=$(READELF) $(PYTHON) $(srctree)/arch/ia64/scripts/unwcheck.py $<
81 $(Q)$(MAKE) $(clean)=$(boot)
86 $(Q)$(MAKE) $(build)=$(boot) $@
102 $(Q)$(MAKE) $(build)=arch/ia64/kernel include/generated/nr-irqs.h
/linux-4.1.27/arch/arc/
DMakefile103 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
106 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
109 $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
112 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/arch/arm/
DMakefile305 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h
316 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
319 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
322 $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
327 $(Q)$(MAKE) $(build)=$(boot)/dts
330 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
335 $(Q)$(MAKE) $(build)=arch/arm/vdso $@
340 $(Q)$(MAKE) $(clean)=$(boot)
343 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
344 i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
/linux-4.1.27/arch/alpha/
DMakefile56 $(Q)$(MAKE) $(build)=$(boot) $@
59 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
62 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/arch/sh/tools/
DMakefile15 $(Q)mkdir -p $(dir $@)
16 $(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
/linux-4.1.27/arch/powerpc/
DMakefile261 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
263 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
267 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
270 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
295 $(Q)$(MAKE) $(build)=$(boot) install
299 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
301 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
304 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/arch/sparc/
DMakefile69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
72 $(Q)$(MAKE) $(build)=$(boot) $@
75 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/Documentation/networking/
Dnetdev-FAQ.txt5 Q: What is netdev?
23 Q: How do the changes posted to netdev make their way into Linux?
35 Q: How often do changes from these trees make it to the mainline Linus tree?
75 Q: So where are we now in this cycle?
85 Q: How do I indicate which tree (net vs. net-next) my patch should be in?
97 Q: I sent a patch and I'm wondering what happened to it. How can I tell
107 Q: The above only says "Under Review". How can I find out more?
114 Q: How can I tell what patches are queued up for backporting to the
137 Q: I see a network patch and I think it should be backported to stable.
155 Q: I have created a network patch and I think it should be backported to
[all …]
Dopenvswitch.txt165 the 802.1Q TPID (0x8100) as the Ethertype then stopped parsing the
166 packet. The flow key for any packet with an 802.1Q header would look
185 802.1Q header) and it could cause the application's behavior to change
189 example, why 802.1Q support uses nested attributes. A TCP packet in
Dgeneric-hdlc.txt21 with IEEE 802.1Q (VLANs) and 802.1D (Ethernet bridging).
/linux-4.1.27/arch/cris/boot/
DMakefile19 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
20 $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
/linux-4.1.27/tools/build/
DMakefile.build16 Q =
19 Q=@
107 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
/linux-4.1.27/arch/sparc/math-emu/
Dmath_32.c439 case FDMULQ: FP_CONV (Q, D, 4, 2, QA, DA); in do_one_mathemu()
440 FP_CONV (Q, D, 4, 2, QB, DB); in do_one_mathemu()
464 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu()
465 case FDTOQ: FP_CONV (Q, D, 4, 2, QR, DB); break; in do_one_mathemu()
467 case FQTOS: FP_CONV (S, Q, 1, 4, SR, QB); break; in do_one_mathemu()
468 case FQTOD: FP_CONV (D, Q, 2, 4, DR, QB); break; in do_one_mathemu()
Dmath_64.c444 case FDMULQ: FP_CONV (Q, D, 2, 1, QA, DA); in do_mathemu()
445 FP_CONV (Q, D, 2, 1, QB, DB); in do_mathemu()
478 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu()
479 case FDTOQ: FP_CONV (Q, D, 2, 1, QR, DB); break; in do_mathemu()
481 case FQTOS: FP_CONV (S, Q, 1, 2, SR, QB); break; in do_mathemu()
482 case FQTOD: FP_CONV (D, Q, 1, 2, DR, QB); break; in do_mathemu()
/linux-4.1.27/arch/avr32/
DMakefile64 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
67 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
78 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/arch/unicore32/lib/
DMakefile24 $(Q)$(AR) p $(GNU_LIBC_A) $(notdir $@) > $@
27 $(Q)$(AR) p $(GNU_LIBGCC_A) $(notdir $@) > $@
/linux-4.1.27/arch/unicore32/
DMakefile51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
54 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/Documentation/power/
Dswsusp.txt112 Q: well, suspending a server is IMHO a really stupid thing,
123 Q: Maybe I'm missing something, but why don't the regular I/O paths work?
145 Q: Does linux support ACPI S4?
149 Q: What is 'suspend2'?
162 Q: What is the freezing of tasks and why are we using it?
168 Q: What is the difference between "platform" and "shutdown"?
180 Q: I do not understand why you have such strong objections to idea of
209 Q: There don't seem to be any generally useful behavioral
219 Q: After resuming, system is paging heavily, leading to very bad interactivity.
230 Q: What happens to devices during swsusp? They seem to be resumed
[all …]
Dpower_supply_class.txt179 Q: Where is POWER_SUPPLY_PROP_XYZ attribute?
190 Q: I have some very specific attribute (e.g. battery color), should I add
199 Q: Suppose, my battery monitoring chip/firmware does not provides capacity
/linux-4.1.27/arch/m32r/
DMakefile53 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
58 $(Q)$(MAKE) $(clean)=$(boot)
/linux-4.1.27/arch/um/
DMakefile102 $(Q)ln -f $< $@
114 $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders
149 $(Q)$(MAKE) $(build)=$(HOST_DIR)/um $@
/linux-4.1.27/drivers/power/
Dltc2941-battery-gauge.c76 const struct ltc294x_info *info, int Q) in convert_bin_to_uAh() argument
78 return ((Q * (info->Qlsb / 10))) / 100; in convert_bin_to_uAh()
84 int Q; in convert_uAh_to_bin() local
86 Q = (uAh * 100) / (info->Qlsb/10); in convert_uAh_to_bin()
87 return (Q < LTC294X_MAX_VALUE) ? Q : LTC294X_MAX_VALUE; in convert_uAh_to_bin()
/linux-4.1.27/Documentation/i2c/busses/
Di2c-via24 Q: You have VT82C586B on the motherboard, but not in the listing.
29 Q: No error messages, but still i2c doesn't seem to work.
/linux-4.1.27/Documentation/
Dcpu-hotplug.txt126 Q: How to enable my kernel to support CPU hotplug?
136 Q: What architectures support CPU hotplug?
141 Q: How to test if hotplug is supported on the newly built kernel?
177 Q: Does hot-add/hot-remove refer to physical add/remove of cpus?
184 Q: How do i logically offline a CPU?
199 Q: Why can't i remove CPU0 on some systems?
210 Q: Is CPU0 removable on X86?
234 Q: How do i find out if a particular CPU is not removable?
243 Q: What happens when a CPU is being logically offlined?
265 Q: If i have some kernel code that needs to be aware of CPU arrival and
[all …]
Dmemory-barriers.txt151 { A == 1, B == 2, C = 3, P == &A, Q == &C }
152 B = 4; Q = P;
153 P = &B D = *Q;
159 (Q == &A) and (D == 1)
160 (Q == &B) and (D == 2)
161 (Q == &B) and (D == 4)
164 into Q before issuing the load of *Q.
197 ACCESS_ONCE(Q) = P; smp_read_barrier_depends(); D = ACCESS_ONCE(*Q);
201 Q = LOAD P, D = LOAD *Q
520 { A == 1, B == 2, C = 3, P == &A, Q == &C }
[all …]
Dunicode.txt130 U+F8DF KLINGON LETTER Q
133 - Written <Q> in standard Okrand Latin transliteration
Ddebugging-via-ohci1394.txt137 [Ctrl-Q] quit
/linux-4.1.27/arch/sh/
DMakefile214 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
219 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
222 $(Q)$(MAKE) $(clean)=$(boot)
223 $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
/linux-4.1.27/arch/arm/boot/
DMakefile52 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
84 $(Q)$(MAKE) $(build)=$(obj)/bootp $@
/linux-4.1.27/arch/xtensa/
DMakefile99 $(Q)$(MAKE) $(build)=$(boot) $@
102 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
/linux-4.1.27/arch/blackfin/
DMakefile140 $(Q)$(MAKE) $(clean)=$(boot)
151 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
/linux-4.1.27/Documentation/arm/sunxi/
Dclocks.txt7 Q: Why is the main 24MHz oscillator gatable? Wouldn't that break the
46 Q: Were can I learn more about the sunxi clocks?
/linux-4.1.27/arch/cris/
DMakefile83 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
88 $(Q)if [ -e arch/cris/boot ]; then \
/linux-4.1.27/Documentation/DocBook/
DMakefile158 $(Q)mkdir -p $(obj)/man
226 $(Q)rm -f $(call objectify, $(clean-files))
227 $(Q)rm -rf $(call objectify, $(clean-dirs))
/linux-4.1.27/arch/arm/tools/
DMakefile10 $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
/linux-4.1.27/arch/m32r/boot/
DMakefile18 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/lib/raid6/
Dint.uc119 z0 = stop; /* P/Q right side optimization */
124 /* P/Q data pages */
135 /* P/Q left side optimization */
/linux-4.1.27/scripts/gdb/linux/
DMakefile7 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
/linux-4.1.27/arch/x86/realmode/
DMakefile18 $(Q)$(MAKE) $(build)=$(obj)/rm $@
/linux-4.1.27/arch/xtensa/boot/boot-uboot/
DMakefile20 $(Q)$(kecho) ' Kernel: $@ is ready'
/linux-4.1.27/sound/oss/
DMakefile88 $(Q)( \
103 $(Q)( \
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt32 | DQ | | Q | | DQ |
36 +-----------+ Q +------------------------+
42 |capture list empty / | Q | | DQ | | QCI Irq EOF |
73 - arrow "Q" means : a buffer was enqueued
DCARDLIST.em28xx77 76 -> KWorld PlusTV 340U or UB435-Q (ATSC) (em2870) [1b80:a340]
91 90 -> KWorld USB ATSC TV Stick UB435-Q V2 (em2874) [1b80:e346]
94 93 -> KWorld USB ATSC TV Stick UB435-Q V3 (em2874) [1b80:e34c]
Dzr364xx.txt48 0x0595 0x4343 Concord Eye-Q Duo 1300
49 0x0595 0x4343 Concord Eye-Q Duo 2000
Dlifeview.txt6 LR50 rev. Q ("PARTS: 7031505116), Tuner wurde als Nr. 5 erkannt, Eingänge
DCARDLIST.cx8818 17 -> DViCO FusionHDTV 3 Gold-Q [18ac:d810,18ac:d800]
Dgspca.txt55 sonixj 0458:7025 Genius Eye 311Q
/linux-4.1.27/arch/mn10300/boot/
DMakefile28 $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
/linux-4.1.27/arch/sh/boot/
DMakefile40 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
47 $(Q)$(MAKE) $(build)=$(obj)/romimage $@
/linux-4.1.27/arch/x86/realmode/rm/
Dtrampoline_32.S32 wbinvd # Needed for NUMA-Q should be harmless for others
/linux-4.1.27/arch/unicore32/boot/
DMakefile21 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt263 in the Q & A section for more on this issue.
280 data between two partitions [see Q & A below] this is a huge problem
414 Q: What are the security concerns involving hvcs?
432 Q: How do I multiplex a console that I grab through hvcs so that other
443 Q: Why are the colors all messed up?
444 Q: Why are the control characters acting strange or not working?
445 Q: Why is the console output all strange and unintelligible?
458 Q: When I try to CONNECT kermit to an hvcs device I get:
493 Q: When I try to CONNECT kermit to an hvcs device I get:
500 Q: If I already have one Linux partition installed can I use hvcs on said
[all …]
Dcpu_families.txt220 | BG/Q |
Dqe_firmware.txt194 'Q', 'E', and 'F'. This is an identifier that indicates that this
/linux-4.1.27/arch/s390/boot/
DMakefile22 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/arch/ia64/kernel/
DMakefile81 $(Q)mkdir -p $(dir $@)
85 $(Q)mkdir -p $(dir $@)
/linux-4.1.27/arch/score/
DMakefile35 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.1.27/init/
DMakefile35 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
/linux-4.1.27/Documentation/filesystems/
Dinotify.txt12 Q: What is the design decision behind not tying the watch to the open fd of
21 Q: What is the design decision behind using an-fd-per-instance as opposed to
68 Q: Why the system call approach?
Ddirectory-locking104 Contradiction. I.e. deadlock is impossible. Q.E.D.
/linux-4.1.27/Documentation/dvb/
Davermedia.txt210 ABC DiG Radio:226500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_3_4:Q
216 TEN Digital 1:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
219 TEN Digital 2:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
222 TEN Digital 3:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
228 TEN Digital 4:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
263 SBS DIGITAL 1:536500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:Q
265 SBS DIGITAL 2:536500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:Q
Dcards.txt103 - DViCO FusionHDTV3 Gold-Q
/linux-4.1.27/Documentation/sound/alsa/
DControlNames.txt106 IEC958 Q-subcode [Playback|Capture] Default /* Q-subcode bits */
/linux-4.1.27/arch/arm/mach-berlin/
DKconfig29 bool "Marvell Armada 1500 Pro (BG2-Q)"
/linux-4.1.27/drivers/usb/serial/
Diuu_phoenix.c412 u8 Q = 0; /* 7bit */ in iuu_clk() local
432 Q = 40; in iuu_clk()
437 Q = 5; in iuu_clk()
442 Q = 2; in iuu_clk()
473 Q = lQ; in iuu_clk()
485 Q = Q - 2; in iuu_clk()
515 priv->buf[Count++] = Q | (((PO & 0x01) << 7)); /* Adr = 0x42 */ in iuu_clk()
/linux-4.1.27/arch/xtensa/boot/
DMakefile32 $(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)
/linux-4.1.27/arch/sh/include/asm/
Dsfp-machine.h42 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
/linux-4.1.27/arch/alpha/include/asm/
Dsfp-machine.h41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
/linux-4.1.27/usr/
DMakefile73 $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/.initramfs_data.cpio.d
/linux-4.1.27/arch/nios2/boot/
DMakefile32 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/arch/sparc/include/asm/
Dsfp-machine_64.h41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
Dsfp-machine_32.h43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
/linux-4.1.27/Documentation/DocBook/media/
Dbayer.png.b6462 lh9/b8D9D5DIz+3B7ivZFzlYv73+AaKG7x9AaEd8YbB+IUdH5hdkddR/9H2iOuX3XrE1ujnW3O+Q
144 Q/9xFwKdqeVldGYeD8bQuCWE92YqsEQZ181rsjTohHXMfUGXhmAVYMk19a5wKBNiGiU+XtSZn26o
DMakefile198 $(Q)-cp $(OBJIMGFILES) $(MEDIA_SRC_DIR)/v4l/*.svg $(MEDIA_OBJ_DIR)/media_api
201 $(Q)base64 -d $< >$@
Ddvbstb.png.b6437 Q+Hi4gIXFxfMnz9fZdzs7Gz4+vrC2toa+vr60NHRQdeuXeHj41PgSV5Zl+lVx44dw8CBA/Haa6+h
69 YIHUkL4w+Xfy+Q+WFy5cAAA0b968yGn79++PAwcOID4+HtHR0ejRo0eJlz1vJy1K0cg1OTkZ165d
/linux-4.1.27/Documentation/s390/
Dmonreader.txt28 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP
32 on the DEF STOR and Q NSS MAP commands, as well as "Saved Segments Planning
71 the same DCSS. The CP command Q MONITOR (Class E privileged) shows the name
161 module. You can also use the (Class E privileged) CP command Q NSS MAP to
DDebugging390.txt800 Q TR
1041 You can do a Q TR to verify this.
1076 Q CPUS displays all the CPU's available to your virtual machine
1078 do Q CPU to change the current cpu VM debugger commands are being directed at do
1088 do a Q CPUS to find out how many cpus you have
1463 Q OSA
1464 Q CTC
1465 Q DISK ( This command is CMS specific )
1466 Q DASD
1473 Q OSA on my machine returns
[all …]
D3270.txt56 not changed. Use #CP Q TERM to see what the current console type is.
/linux-4.1.27/arch/arm/boot/dts/
Dberlin2q-marvell-dmp.dts15 model = "Marvell BG2-Q DMP";
Dtegra114-tn7.dts293 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
300 gpios = <&gpio TEGRA_GPIO(Q, 2) GPIO_ACTIVE_LOW>;
Dtegra124-venice2.dts893 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>;
966 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
Dberlin2q.dtsi15 model = "Marvell Armada 1500 pro (BG2-Q) SoC";
Dtegra114-dalmore.dts1110 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_HIGH>;
1165 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
Dtegra124-nyan.dtsi504 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
Dtegra124-jetson-tk1.dts1681 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_HIGH>;
1736 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
Dtegra114-roth.dts1048 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
Dtegra124-nyan-big.dts19 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>;
/linux-4.1.27/arch/s390/include/asm/
Dsfp-machine.h43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
/linux-4.1.27/net/bridge/netfilter/
DKconfig151 tristate "ebt: 802.1Q VLAN filter support"
153 This option adds the 802.1Q vlan match, which allows the filtering of
154 802.1Q vlan fields.
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d84 Q&A
87 Q: How do I safely simulate freefall? I have an HP "portable
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt223 Q: What happens if a PCI Express device driver does not provide an
230 Q: What happens if an upstream port service driver does not provide
236 Q: How does this infrastructure deal with driver that is not PCI
244 Q: What modifications will that driver need to make it compatible
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt64 /* L_ALT DOWN RIGHT Q */
/linux-4.1.27/drivers/net/wireless/rtl818x/
DKconfig46 Q-Tec 770WC
/linux-4.1.27/Documentation/input/
Dyealink.txt31 Q: Module yealink compiled and installed without any problem but phone
39 Q: Phone is working now (displays version and accepts keypad input) but I can't
Djoystick.txt559 Q: Running 'jstest /dev/input/js0' results in "File not found" error. What's the
563 Q: Is it possible to connect my old Atari/Commodore/Amiga/console joystick
569 Q: My joystick doesn't work with Quake / Quake 2. What's the cause?
Datarikbd.txt621 10 Q
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt201 9c: PUSHF/D/Q Fv (d64)
202 9d: POPF/D/Q Fv (d64)
211 a5: MOVS/W/D/Q Yv,Xv
217 ab: STOS/W/D/Q Yv,rAX
219 ad: LODS/W/D/Q rAX,Xv
223 af: SCAS/W/D/Q rAX,Yv
257 cf: IRET/D/Q
/linux-4.1.27/arch/powerpc/boot/
DMakefile178 $(Q)mkdir -p $(dir $@)
181 $(Q)mkdir -p $(dir $@)
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt127 Q: Can virtual space simply be reserved for the bounds tables so that we
143 Q: Can we preallocate bounds table space at the same time memory is
153 Q: Could a bounds fault be handed to userspace and the tables allocated
Dearlyprintk.txt126 …ry-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P) show-all-timers(Q) unRaw Sync show-tas…
/linux-4.1.27/Documentation/fmc/
Dfmc-chardev.txt61 000010 00 00 00 00 ff 01 00 00 00 00 00 00 51 06 00 00 >............Q...<
/linux-4.1.27/Documentation/video4linux/bttv/
DTuners25 Q= BG+I+DK+LL
DCards155 LR50 Rev.Q = Flyvideo 98 (w/eeprom and PCI subsystem ID)
199 50682 "TView TV/FM Tuner Pal BG" = Flyvideo 98FM (LR50 Rev.Q)
219 Maxi TV Video 2 = LR50 Rev.Q (FI1216MF, PAL BG+SECAM)
290 Image World Conference TV = LR50 Rev. Q
/linux-4.1.27/Documentation/block/
Dstat.txt9 Q. Why are there multiple statistics in a single file? Doesn't sysfs
/linux-4.1.27/scripts/genksyms/
Dkeywords.hash.c_shipped15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
/linux-4.1.27/arch/x86/boot/
DMakefile111 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/drivers/s390/char/
Ddefkeymap.map92 keycode 88 = igrave Q
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt171 - The device is able to perform RAID6 P+Q computations, P being a
172 simple XOR, and Q being a Reed-Solomon algorithm.
175 - The device is able to perform parity check using RAID6 P+Q
/linux-4.1.27/Documentation/scsi/
DChangeLog.arcmsr35 …0.10 9/23/2005 Erich Chen enhance sysfs function for change driver's max tag Q number.
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1543 const struct respQ *Q = &adapter->sge->respQ; in responses_pending() local
1544 const struct respQ_e *e = &Q->entries[Q->cidx]; in responses_pending()
1546 return e->GenerationBit == Q->genbit; in responses_pending()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S7468 fadd.x %fp2,%fp1 # fp1 is Q
7472 fadd.x %fp1,%fp0 # fp0 is S*B1+Q
9362 # Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0. #
9371 # 3.2 If R > Y, then { R := R - Y, Q := Q + 1} #
9373 # 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to #
9384 # Q := Q + 1, Y := signY*Y }. Go to Step 6. #
9385 # 5.3 This is the tricky case of R = Y/2. If Q is odd, #
9386 # then { Q := Q + 1, signX := -signX }. #
9392 # Step 8. Return signQ, last 7 bits of Q, and R as required. #
9394 # Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus, #
[all …]
Dfpsp.S7088 # X + ( S*B1 + Q ) where S = X*X and #
7089 # Q = X*S*(B2 + X*(B3 + ... + X*B12)) #
7090 # d) To fully utilize the pipeline, Q is separated into #
7092 # Q = [ X*S*(B2 + S*(B4 + ... + S*B12)) ] + #
10076 #..R = 2^(-j)X - Q Y = Y, thus R = 0 and quotient = 2^j (Q+1)
10093 #..Check parity of Q
10097 beq.w Fix_Sign # Q is even
10099 #..Q is odd, Q := Q + 1, signX := -signX
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Db4si-post.dtsi275 /* Q/BMan */
/linux-4.1.27/Documentation/security/
Dkeys.txt311 000004d2 I--Q-- 1 perm 1f3f0000 32 -1 keyring _uid.32: 1/4
312 000004d3 I--Q-- 3 perm 1f3f0000 32 -1 keyring _uid_ses.32: empty
314 00000893 I--Q-N 1 35s 1f3f0000 0 0 user metal:silver: 0
315 00000894 I--Q-- 1 10h 003f0000 0 0 user metal:gold: 0
322 Q Contributes to user's quota
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt556 $(Q)if test "$(cc-fullversion)" = "040200" ; then \
795 $(Q)$(MAKE) $(clean)=arch/x86/boot
1043 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
1045 "$(Q)$(MAKE) $(build)=<dir>" is the recommended way to invoke
/linux-4.1.27/Documentation/arm/Marvell/
DREADME250 Design name: BG2-Q
/linux-4.1.27/Documentation/isdn/
DREADME269 See section 4.5.10 of ITU Q.931
273 See section 4.5.10 of ITU Q.931
DREADME.HiSax371 0x0008 D-Channel Q.921
/linux-4.1.27/drivers/video/fbdev/aty/
Datyfb_base.c3084 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
3130 Q = N / P; in atyfb_setup_sparc()
3146 T = 2 * Q * R / M; in atyfb_setup_sparc()
/linux-4.1.27/fs/ntfs/
Dsuper.c1372 static ntfschar Q[3] = { cpu_to_le16('$'), in load_and_init_quota() local
1415 tmp_ino = ntfs_index_iget(vol->quota_ino, Q, 2); in load_and_init_quota()
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt670 Q: what's up with this '/bin/echo' ?
675 Q: When I attach processes, only the first of the line gets really attached !
Dcpusets.txt827 Q: what's up with this '/bin/echo' ?
832 Q: When I attach processes, only the first of the line gets really attached !
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt163 'Q' all linux/soundcard.h
/linux-4.1.27/drivers/eisa/
Deisa.ids89 ALRA301 "Revolution Q-SMP System Board"
90 ALRA311 "Revolution Q-2SMP System Board"
945 ISAAB03 "Hayes Smartmodem 2400Q"
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq751 * Requeue any SCBs not sent, to the tail of the waiting Q.
1857 * this L-Q is a continuation of a data transfer for which
Daic7xxx.seq468 * a simple Q tag and the tag id.
/linux-4.1.27/Documentation/RCU/
DRTFP.txt222 ,author="H. T. Kung and Q. Lehman"
818 Performance of dcache RCU on kernbench for 16x NUMA-Q and 1x,