/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 25 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) 44 __be16 all; member 86 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 87 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip() 96 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6() 97 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6() 127 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 135 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 151 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal() 162 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp() [all …]
|
/linux-4.1.27/net/netfilter/ |
D | nf_nat_proto_common.c | 28 port = tuple->src.u.all; in nf_nat_l4proto_in_range() 30 port = tuple->dst.u.all; in nf_nat_l4proto_in_range() 32 return ntohs(port) >= ntohs(min->all) && in nf_nat_l4proto_in_range() 33 ntohs(port) <= ntohs(max->all); in nf_nat_l4proto_in_range() 49 portptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple() 51 portptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple() 73 min = ntohs(range->min_proto.all); in nf_nat_l4proto_unique_tuple() 74 range_size = ntohs(range->max_proto.all) - min + 1; in nf_nat_l4proto_unique_tuple() 79 ? tuple->dst.u.all in nf_nat_l4proto_unique_tuple() 80 : tuple->src.u.all); in nf_nat_l4proto_unique_tuple() [all …]
|
D | nf_conntrack_expect.c | 83 hash = jhash2(tuple->dst.u3.all, ARRAY_SIZE(tuple->dst.u3.all), in nf_ct_expect_dst_hash() 85 (__force __u16)tuple->dst.u.all) ^ nf_conntrack_hash_rnd); in nf_ct_expect_dst_hash() 215 intersect_mask.src.u.all = a->mask.src.u.all & b->mask.src.u.all; in expect_clash() 218 intersect_mask.src.u3.all[count] = in expect_clash() 219 a->mask.src.u3.all[count] & b->mask.src.u3.all[count]; in expect_clash() 300 exp->tuple.src.u.all = *src; in nf_ct_expect_init() 301 exp->mask.src.u.all = htons(0xFFFF); in nf_ct_expect_init() 303 exp->tuple.src.u.all = 0; in nf_ct_expect_init() 304 exp->mask.src.u.all = 0; in nf_ct_expect_init() 313 exp->tuple.dst.u.all = *dst; in nf_ct_expect_init()
|
D | xt_conntrack.c | 92 (tuple->src.u.all == info->origsrc_port) ^ in ct_proto_port_check() 97 (tuple->dst.u.all == info->origdst_port) ^ in ct_proto_port_check() 104 (tuple->src.u.all == info->replsrc_port) ^ in ct_proto_port_check() 109 (tuple->dst.u.all == info->repldst_port) ^ in ct_proto_port_check() 137 ntohs(tuple->src.u.all), in ct_proto_port_check_v3() 143 ntohs(tuple->dst.u.all), in ct_proto_port_check_v3() 151 ntohs(tuple->src.u.all), in ct_proto_port_check_v3() 157 ntohs(tuple->dst.u.all), in ct_proto_port_check_v3()
|
D | nf_conntrack_proto_generic.c | 50 tuple->src.u.all = 0; in generic_pkt_to_tuple() 51 tuple->dst.u.all = 0; in generic_pkt_to_tuple() 59 tuple->src.u.all = 0; in generic_invert_tuple() 60 tuple->dst.u.all = 0; in generic_invert_tuple()
|
D | nf_nat_core.c | 183 t->src.u.all == tuple->src.u.all); in same_src() 261 0 : (__force u32)tuple->dst.u3.all[max] ^ zone); in find_best_ips_proto() 269 minip = ntohl((__force __be32)range->min_addr.all[i]); in find_best_ips_proto() 270 maxip = ntohl((__force __be32)range->max_addr.all[i]); in find_best_ips_proto() 277 var_ipp->all[i] = (__force __u32) in find_best_ips_proto() 279 if (var_ipp->all[i] != range->max_addr.all[i]) in find_best_ips_proto() 283 j ^= (__force u32)tuple->dst.u3.all[i]; in find_best_ips_proto() 348 (range->min_proto.all == range->max_proto.all || in get_unique_tuple()
|
D | nft_ct.c | 128 memcpy(dest, tuple->src.u3.all, in nft_ct_get_eval() 132 memcpy(dest, tuple->dst.u3.all, in nft_ct_get_eval() 139 *dest = (__force __u16)tuple->src.u.all; in nft_ct_get_eval() 142 *dest = (__force __u16)tuple->dst.u.all; in nft_ct_get_eval() 292 len = FIELD_SIZEOF(struct nf_conntrack_tuple, src.u.all); in nft_ct_get_init()
|
D | nf_conntrack_ftp.c | 455 memcpy(cmd.u3.all, &ct->tuplehash[dir].tuple.src.u3.all, in help() 456 sizeof(cmd.u3.all)); in help() 501 memcmp(&cmd.u3.all, &ct->tuplehash[dir].tuple.src.u3.all, in help() 502 sizeof(cmd.u3.all))) { in help()
|
/linux-4.1.27/drivers/macintosh/ |
D | windfarm_pm121.c | 890 int all = 1; in pm121_new_control() local 895 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control() 896 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control() 897 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control() 898 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control() 900 if (all) in pm121_new_control() 920 int all = 1; in pm121_new_sensor() local 925 all = pm121_register_sensor(sr, "cpu-temp", in pm121_new_sensor() 926 &sensor_cpu_temp) && all; in pm121_new_sensor() 927 all = pm121_register_sensor(sr, "cpu-current", in pm121_new_sensor() [all …]
|
/linux-4.1.27/include/linux/ |
D | netfilter.h | 23 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp() 24 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp() 25 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp() 26 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp() 33 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask() 34 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask() 35 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask() 36 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 39 convention at all. 69 0x02 all linux/fd.h 70 0x03 all linux/hdreg.h 72 0x06 all linux/lp.h 73 0x09 all linux/raid/md_u.h 77 0x12 all linux/fs.h 79 0x1b all InfiniBand Subsystem <http://infiniband.sourceforge.net/> 80 0x20 all drivers/cdrom/cm206.h 81 0x22 all scsi/sg.h 91 '8' all SNP8023 advanced NIC card [all …]
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | Makefile | 64 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs 72 vmlinux.bin.all-y := $(obj)/vmlinux.bin 73 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs 75 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 77 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 79 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 81 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 83 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE 85 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
|
/linux-4.1.27/Documentation/cgroups/ |
D | devices.txt | 8 'type' is a (all), c (char), or b (block). 'all' means it applies 9 to all types and all major and minor numbers. Major and minor are 10 either an integer or * for all. Access is a composition of r 13 The root device cgroup starts with rwm to 'all'. A child device 56 a cgroup's devices.deny file, all its children will have that entry removed 57 from their whitelist and all the locally set whitelist entries will be 76 A all "b 8:* rwm", "c 116:* rw" 77 B "c 1:3 rwm", "b 3:* rwm" all the rest 88 A "c 1:3 rwm", "c 1:5 r" all the rest 89 B "c 1:3 rwm", "c 1:5 r" all the rest [all …]
|
D | freezer-subsystem.txt | 52 The cgroup freezer is hierarchical. Freezing a cgroup freezes all 53 tasks beloning to the cgroup and all its descendant cgroups. Each 66 FREEZING cgroup transitions into FROZEN state when all tasks 74 if not already freezing, enters FREEZING state along with all its 80 becomes THAWED, all its descendants which are freezing because of 108 to freeze all tasks in the container : 116 to unfreeze all tasks in the container :
|
D | cpuacct.txt | 8 group accumulates the CPU usage of all of its child groups and the tasks 16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in 19 by this group which is essentially the CPU time obtained by all the tasks
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | Makefile | 1 all: target 5 .PHONY: all all_32 all_64 warn_32bit_failure clean 21 all: all_32 target 26 all: all_64 target 45 all: warn_32bit_failure target
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | Makefile | 45 vmlinux.bin.all-y := $(obj)/vmlinux.bin 54 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) 56 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) 58 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) 60 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) 62 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) 64 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y)
|
/linux-4.1.27/arch/unicore32/mm/ |
D | cache-ucv2.S | 34 movc p0.c5, r0, #14 @ Dcache flush all 38 movc p0.c5, r0, #20 @ Icache invalidate all 73 movc p0.c5, ip, #14 @ Dcache flush all 77 movc p0.c5, ip, #20 @ Icache invalidate all 123 movc p0.c5, ip, #10 @ Dcache clean all 127 movc p0.c5, ip, #20 @ Icache invalidate all 140 movc p0.c5, ip, #14 @ Dcache flush all 176 movc p0.c5, ip, #10 @ Dcache clean all 208 movc p0.c5, ip, #14 @ Dcache flush all
|
D | proc-ucv2.S | 40 movc p0.c5, ip, #28 @ Cache invalidate all 43 movc p0.c6, ip, #6 @ TLB invalidate all 87 movc p0.c5, ip, #10 @ Dcache clean all 107 movc p0.c6, ip, #6 @ TLB invalidate all 129 movc p0.c5, ip, #10 @ Dcache clean all
|
/linux-4.1.27/Documentation/networking/ |
D | ipv6.txt | 16 Specifies whether to load the IPv6 module, but disable all 39 on all interfaces. This might be used when one does not wish 46 IPv6 address autoconfiguration is disabled on all interfaces. 52 IPv6 address autoconfiguration is enabled on all interfaces. 58 Specifies whether to disable IPv6 on all interfaces. 64 IPv6 is enabled on all interfaces. 69 IPv6 is disabled on all interfaces.
|
D | proc_net_tcp.txt | 8 It will first list all listening TCP sockets, and next list all established 46 3 this is a socket in TIME_WAIT state. Not all fields will contain
|
D | batman-adv.txt | 9 virtual network switch of all nodes participating. Therefore all 10 nodes appear to be link local, thus all higher operating proto- 51 Repeat this step for all interfaces you wish to add. Now batman 81 Some of the files contain all sort of status information regard- 122 Note: In order to avoid problems remove all IP addresses previ- 160 31 - Enable all messages 178 As batman advanced operates on layer 2 all hosts participating in 179 the virtual switch are completely transparent for all protocols
|
D | timestamping.txt | 29 the network stack, the feature has to be enabled for all packets. The 30 same is true for all early receive timestamp options. 80 require driver support and may not be available for all devices. 96 Request tx timestamps when all data in the send buffer has been 99 over-report measurement, because the timestamp is generated when all 151 among all possibly concurrently outstanding timestamp requests for 157 Support recv() cmsg for all timestamped packets. Control messages 158 are already supported unconditionally on all packets with receive 192 when all bytes have reached the device driver, regardless of how 203 It is essential that all timestamps implement the same semantics, [all …]
|
D | policy-routing.txt | 27 RT_CLASS_MAIN=254 - all normal routes are put there 32 all gateway routes are put there. 83 2. Opposite case. Just forget all that you know about routing 144 using all the policy list. This is not very convenient and
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-help.txt | 10 'perf help' [-a|--all] [COMMAND] 19 If the option '--all' or '-a' is given, then all available commands are 32 --all:: 33 Prints all the available commands on the standard output. This
|
D | perf-trace.txt | 33 --all-cpus:: 34 System-wide collection from all CPUs. 39 Prefixing with ! shows all syscalls but the ones specified. You may 80 the thread executes on the designated CPUs. Default is to monitor all CPUs. 106 Show all syscalls followed by a summary by thread with min, max, and 113 -F=[all|min|maj]:: 114 --pf=[all|min|maj]:: 116 major or all pagefaults. Default value is maj. 143 When --verbose specified, perf trace tries to print all available information 155 $ perf trace -F all
|
D | perf-record.txt | 31 - a symbolic event name (use 'perf list' to list all events) 67 --all-cpus:: 68 System-wide collection from all CPUs. 113 Put all events in a single event group. This precedes the --event 165 Collect raw sample records from all opened counters (default for tracepoint counters). 172 the thread executes on the designated CPUs. Default is to monitor all CPUs. 187 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have 221 is enabled for all the sampling events. The sampled branch type is the same for all events. 223 Note that this feature may not be available on all processors.
|
D | perf-stat.txt | 30 - a symbolic event name (use 'perf list' to list all events) 58 --all-cpus:: 59 system-wide collection from all CPUs 78 to activate system-wide monitoring. Default is to count on all CPUs. 82 Do not aggregate counts across all monitored CPUs in system-wide mode (-a). 105 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
|
D | perf-list.txt | 6 perf-list - List all symbolic event types 109 Without options all known events will be listed. 119 . 'tracepoint' to list all tracepoint events, alternatively use 125 . If none of the above is matched, it will apply the supplied glob to all 133 . '--raw-dump', shows the raw-dump of all the events.
|
/linux-4.1.27/arch/sh/boot/compressed/ |
D | Makefile | 63 vmlinux.bin.all-y := $(obj)/vmlinux.bin 65 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 67 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 69 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 71 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 73 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
|
/linux-4.1.27/tools/testing/selftests/powerpc/vphn/ |
D | Makefile | 5 all: $(PROG) target 9 run_tests: all 15 .PHONY: all run_tests clean
|
/linux-4.1.27/scripts/ |
D | Makefile.headersinst | 47 all-files := $(header-y) $(genhdr-y) $(wrapper-files) 48 output-files := $(addprefix $(installdir)/, $(all-files)) 71 unwanted := $(filter-out $(all-files),$(oldheaders)) 78 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ 79 file$(if $(word 2, $(all-files)),s)) 92 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files) 95 cmd_check = for f in $(all-files); do \
|
D | Makefile.fwinst | 31 firmware-dirs := $(sort $(addprefix $(objtree)/$(obj)/,$(dir $(fw-external-y) $(fw-shipped-all)))) 38 installed-fw := $(addprefix $(INSTALL_FW_PATH)/,$(fw-shipped-all))
|
/linux-4.1.27/Documentation/s390/ |
D | CommonIO | 13 device := {all | [!]ipldev | [!]condev | [!]<devno> | [!]<devno>-<devno>} 27 You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev' 35 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device 38 cio_ignore=all,!0.0.4711,!0.0.fd00-0.0.fd02 39 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02. 51 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 52 "free all" will un-ignore all ignored devices, 62 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored 94 A write request to this file is blocked until all queued cio actions are
|
D | DASD | 4 driver. It is valid for all types of DASDs and represents them to 11 in the kernel's parameter line or not at all. The 'from' and 'to' 17 ignored. If you do not supply the 'dasd=' kernel parameter at all, the 18 DASD driver registers all supported DASDs of your system to a minor
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 3 test-all.bin \ 29 test-stackprotector-all.bin \ 41 all: $(FILES) target 48 test-all.bin: 49 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/incl… 57 test-stackprotector-all.bin: 58 $(BUILD) -fstack-protector-all
|
/linux-4.1.27/tools/testing/selftests/ |
D | lib.mk | 11 run_tests: all 19 install: all 35 .PHONY: run_tests all clean install emit_tests
|
D | Makefile | 34 all: target 39 run_tests: all
|
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 6 all: $(PROGS) target 16 run_tests: all 24 .PHONY: all run_tests clean
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | tbldo.S | 12 | the stag. For dyadic functions, all 49 .long smovcr |$00-0 fmovecr all 50 .long smovcr |$00-1 fmovecr all 51 .long smovcr |$00-2 fmovecr all 52 .long smovcr |$00-3 fmovecr all 53 .long smovcr |$00-4 fmovecr all 54 .long smovcr |$00-5 fmovecr all 55 .long smovcr |$00-6 fmovecr all 56 .long smovcr |$00-7 fmovecr all 346 .long pmod |$21-0 fmod all [all …]
|
D | x_unsupp.S | 67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte 70 andl #0x0FFF40FF,%d1 |clear all but cc's, snan bit, aexcs, and qbyte
|
D | x_unimp.S | 59 andl #0xFF00FF,%d0 |clear all but accrued exceptions 61 fmovel #0,%FPSR |clear all user bits 62 fmovel #0,%FPCR |clear all user exceptions for FPSP
|
D | round.S | 84 movel #0xffffffff,%d0 |force g,r,s to be all f's 152 andil #0x0000003f,%d2 |s bit is the or of all other 164 andil #0x000001ff,%d2 |s bit is the or-ing of all 252 | Truncate all other bits 374 lsrl %d6,%d1 |shift off all bits but those that will 388 subw #32,%d0 |account for ms mant being all zeros 444 bpls chk_stky |then branch (all bits would be 457 bpls chk_stky |then branch (all bits would be 494 | d1.b inexact flag: all ones means inexact result 550 andil #0xe0000000,%d2 |clear all but G,R,S [all …]
|
/linux-4.1.27/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 12 default: all 20 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode target 30 .PHONY: all default clean install
|
/linux-4.1.27/Documentation/usb/ |
D | anchors.txt | 5 a driver to cease all IO to an interface. To do so, a 7 to know they've all completed or to call usb_kill_urb 32 all URBs associated with an anchor. 41 This function kills all URBs associated with an anchor. The URBs 48 This function unlinks all URBs associated with an anchor. The URBs 63 This function waits for all URBs associated with an anchor to finish
|
D | functionfs.txt | 31 When all files are closed the function disables itself. 58 is similar to when there is no "functions" at all; however, 61 The gadget is registered only after all the declared function 62 filesystems have been mounted and USB descriptors of all functions
|
D | ehci.txt | 47 It's believed to do all the right PCI magic so that I/O works even on 52 At this writing the driver should comfortably handle all control, bulk, 67 Transfers of all types can be queued. This means that control transfers 100 take over (at lower speed) all the devices that were previously handled 143 them. The 480 Mbit/sec "raw transfer rate" is obeyed by all devices, 171 for a product that beat all the others to market by over a year!) 200 to the HC, and wait for them all to complete (or be canceled on error). 201 Such URB queuing should work with all the USB 1.1 HC drivers too. 204 queue all the buffers from a scatterlist. They also use scatterlist DMA 205 mapping (which might apply an IOMMU) and IRQ reduction, all of which will
|
D | power-management.txt | 87 unless all the devices plugged into that hub are already suspended.) 124 all dynamic suspend events are internal; external agents are not 240 The USB specification states that all USB devices must support power 242 support it very well. You can suspend them all right, but when you 249 power/control attribute is initialized to "on") for all devices other 254 by default for almost all USB devices. A number of people experienced 267 it can enable autosuspend all by itself. For example, the video 276 causing the keyboard to do a remote wakeup all right, will nonetheless 303 the driver will return 0, in which case it must cancel all 313 since the device has probably lost most or all of its state [all …]
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 7 all: $(TEST_PROGS) ebb target 40 $(MAKE) -k -C $@ all 42 .PHONY: all run_tests clean ebb
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | max6697.txt | 33 If not specified, alert will be enabled for all channels. 38 If not specified, over-temperature reporting will be enabled for all 41 Boolean for all chips other than MAX6581. Set to enable resistance 43 For MAX6581, resistance cancellation enabled for all channels if 46 If not specified, resistance cancellation will be disabled for all
|
/linux-4.1.27/tools/build/ |
D | Makefile.feature | 50 stackprotector-all \ 77 FEATURE_CHECK_CFLAGS-all += $(FEATURE_CHECK_CFLAGS-$(1)) 78 FEATURE_CHECK_LDFLAGS-all += $(FEATURE_CHECK_LDFLAGS-$(1)) 86 $(call feature_check,all,$(MSG)) 92 ifeq ($(feature-all), 1)
|
/linux-4.1.27/drivers/scsi/ |
D | BusLogic.h | 288 unsigned char all; member 303 unsigned char all; member 321 unsigned char all; member 337 unsigned char all; member 1139 cr.all = 0; in blogic_busreset() 1141 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_busreset() 1147 cr.all = 0; in blogic_intreset() 1149 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_intreset() 1155 cr.all = 0; in blogic_softreset() 1157 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_softreset() [all …]
|
/linux-4.1.27/Documentation/ |
D | gcov.txt | 34 * debugging (has this line been reached at all?) 63 on all architectures. 80 For all files in one directory: 100 Parent directory for all gcov-related files. 103 Global reset file: resets all coverage data to zero when 150 - all C source files + headers 153 - all C source files + headers 154 - all .gcda and .gcno files 155 - all links to directories 168 - all .gcda files [all …]
|
D | SubmitChecklist | 7 These are all above and beyond the documentation that is provided in 32 You should be able to justify all violations that remain in 57 and CONFIG_DEBUG_OBJECTS_RCU_HEAD all simultaneously enabled. 65 15: All codepaths have been exercised with all lockdep features enabled. 79 20: Check that it all passes `make headers_check'. 92 that it still works with all of the other queued patches and various 104 and/or =m (if that option is available) [not all of these at the
|
D | stable_api_nonsense.txt | 2 (all of your questions answered and then some) 23 tree, all of which has made Linux into such a strong, stable, and mature 34 all. 42 are real, and you do need to be aware of them at all times.) 63 - Some functions may not be implemented at all, (i.e. some locks 79 Linux distribution release contains a number of different kernels, all 100 function parameters may be reworked. If this happens, all of the 110 increased the throughput of all USB drivers such that we are now 111 running almost all USB devices at their maximum speed possible. 113 USB core by USB drivers so that all drivers now needed to provide [all …]
|
D | sysrq.txt | 18 1 - enable all functions of sysrq 28 256 = 0x100 - allow nicing of all RT tasks 62 On all - write a character to /proc/sysrq-trigger. e.g.: 74 'd' - Shows all locks that are held. 76 'e' - Send a SIGTERM to all processes, except for init. 85 'i' - Send a SIGKILL to all processes, except for init. 89 'k' - Secure Access Key (SAK) Kills all programs on the current virtual 92 'l' - Shows a stack backtrace for all active CPUs. 102 'q' - Will dump per CPU lists of all armed hrtimers (but NOT regular 103 timer_list timers) and detailed information about all [all …]
|
D | sparse.txt | 20 the enum values are all the same type, now "enum pm_request" will be that 23 And with gcc, all the __bitwise/__force stuff goes away, and it all ends 26 Quite frankly, you don't need the enum there. The above all really just 36 and you now have all the infrastructure needed for strict typechecking. 97 Do a kernel make with "make C=1" to run sparse on all the C files that get
|
D | rfkill.txt | 17 disable all transmitters of a certain type (or all). This is intended for 78 case all rfkill API can still be used but will be provided by static inlines 100 userspace is able to get a consistent snapshot of all rfkill devices in the 101 system. Also, it is possible to switch all rfkill drivers (or all drivers of 105 After an application opens /dev/rfkill, it can read the current state of all
|
D | dynamic-debug-howto.txt | 9 CONFIG_DYNAMIC_DEBUG is set, then all pr_debug()/dev_dbg() and 57 You can view the currently configured behaviour of all the debug 80 default value, with no flags enabled, is "=_". So you can view all 92 by spaces or tabs. So these are all equivalent: 113 example, you can match all usb drivers: 125 match-specs will select all debug statement callsites. 200 line 1600- // all lines from line 1600 to the end of the file 226 To clear all flags at once, use "=_" or "-flmpt". 241 messages in all code run after this arch_initcall via this boot 304 // enable all the messages in file svcsock.c [all …]
|
D | DMA-ISA-LPC.txt | 22 this is not present on all platforms make sure you construct your 40 In order to allocate a piece of memory that satisfies all these 57 is really all you need. Remember that even though the DMA controller 74 You allocate these in a similar fashion as all basic resources: 105 transfer. Note that it's _bytes_. The DMA routines will do all the 113 sure that all data has been transferred. 148 suspended while a DMA transfer is in progress. Also, all DMA settings
|
D | kernel-per-CPU-kthreads.txt | 43 2. Do all eHCA-Infiniband-related work on other CPUs, including 61 occur on some other CPU and furthermore initiate all 68 TIMER_SOFTIRQ: Do all of the following: 75 with multiple CPUs, force them all offline before bringing the 79 NET_TX_SOFTIRQ and NET_RX_SOFTIRQ: Do all of the following: 86 BLOCK_SOFTIRQ: Do all of the following: 93 BLOCK_IOPOLL_SOFTIRQ: Do all of the following: 103 2. Convert all drivers that you must use from tasklets to workqueues. 106 SCHED_SOFTIRQ: Do all of the following: 124 HRTIMER_SOFTIRQ: Do all of the following: [all …]
|
D | highuid.txt | 10 What's left to be done for 32-bit UIDs on all Linux architectures: 17 properly with huge UIDs. If it can deal with 64-bit file offsets on all 37 - Validate that all filesystems behave properly. 59 all ioctl()s. Some new ioctl()s have been added with 32-bit UIDs, but
|
D | SAK.txt | 6 is an undefeatable way of killing all programs which could be 43 2: On the PC keyboard, SAK kills all applications which have 83 These commands cause *all* daemons which are launched by the 85 /dev/console. So SAK kills them all. A workaround is to simply
|
D | IRQ-affinity.txt | 10 allowed to turn off all CPUs, and if an IRQ controller does not support 11 IRQ affinity then the value will not change from the default of all cpus. 14 to all non-active IRQs. Once IRQ is allocated/activated its affinity bitmask
|
D | bus-virt-phys-mapping.txt | 12 (because all bus master devices see the physical memory mappings directly). 32 things any more complex than necessary, so you can assume that all 61 where all the addresses actually point to the same thing. It's just seen 73 Anyway, the way to look up all these translations, you do 119 So why do we care about the physical address at all? We do need the physical 139 conceptually in the same memory space as "real memory" at all, so you cannot 177 Comments? You may think that all the above is overly complex, but one day you 196 don't do all that complex things (or rather: the complexity is not so
|
D | Intel-IOMMU.txt | 44 share the virtual address with all devices under the p2p bridge due to 109 - For compatibility testing, could use unity map domain for all devices, just 110 provide a 1-1 for all useful memory under a single domain for all devices.
|
D | bcache.txt | 12 designed to avoid random writes at all costs; it fills up an erase block 28 average is above the cutoff it will skip all IO from that task - instead of 35 in the cache it first disables writeback caching and waits for all dirty data 89 This only has to be done once. The next time you reboot, just reregister all 104 but all the cached data will be invalidated. If there was dirty data in the 112 configurable, and defaults to 0) it shuts down the cache device and switches all 234 it isn't all done at once. 238 against all new requests to determine which new requests are sequential 276 If off, writeback of dirty data will not take place at all. Dirty data will 361 Write to this file to shut down the cache set - waits until all attached [all …]
|
D | pi-futex.txt | 7 (or any other PI complexity) at all. No registration, no extra kernel 67 even if all critical sections are coded carefully to be deterministic 68 (i.e. all critical sections are short in duration and only execute a 78 mutexes involves no kernel work at all - they behave quite similarly to 90 TID fails], then FUTEX_LOCK_PI is called. The kernel does all the 117 properties of futexes, and all four combinations are possible: futex,
|
D | intel_txt.txt | 55 measure or protect the integrity of a running kernel, they all 62 starting at system reset and requires measurement of all code 65 Linux kernel, this means all of BIOS, any option ROMs, the 77 protection is provided to all launched components, a large number 84 almost all parts of the trust chain is available (excepting SMM and 92 o It performs all of the work necessary to determine if the 127 o As part of its launch, tboot DMA protects all of RAM (using the 148 - The kernel will perform all of its sleep preparation and 180 In BIOS, the user must enable: TPM, TXT, VT-x, VT-d. Not all BIOSes
|
D | iostats.txt | 50 go to zero as I/Os complete; all others only increase (unless they 58 system-wide stats you'll have to find all the devices and sum them all up. 70 This is the total number of milliseconds spent by all reads (as 79 This is the total number of milliseconds spent by all writes (as 96 introduced when changes collide, so (for instance) adding up all the 159 In 2.6, all disk statistics were removed from /proc/stat. In 2.4, they
|
D | md-cluster.txt | 7 The bitmaps record all writes that may have been started on that node, 21 - commit the write to all mirrors 72 acknowledged by all nodes in the cluster. The BAST of the resource 96 [ wait until all receiver has *processed* the MESSAGE ] 110 4. triggered by grant of EX on ACK (indicating all receivers have processed 155 For adding a new device, it is necessary that all nodes "see" the new device
|
/linux-4.1.27/arch/arm/mach-u300/ |
D | regulator.c | 40 sigset_t old, all; in u300_pm_poweroff() local 42 sigfillset(&all); in u300_pm_poweroff() 43 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in u300_pm_poweroff()
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 95 LED's at the general ports, these bits are used for all kinds of 96 stuff. If you don't know what to use, it is always safe to put all 117 LED's at the general ports, these bits are used for all kinds of 118 stuff. If you don't know what to use, it is always safe to put all 139 LED's at the general ports, these bits are used for all kinds of 140 stuff. If you don't know what to use, it is always safe to put all 161 LED's at the general ports, these bits are used for all kinds of 162 stuff. If you don't know what to use, it is always safe to put all 183 LED's at the general ports, these bits are used for all kinds of 184 stuff. If you don't know what to use, it is always safe to put all [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-samsung.txt | 5 PWM timer block provides 5 PWM channels (not all of them can drive physical 22 - clock-names: should contain all following required clock names: 27 Note that not all IP variants allow using all external clock sources. 30 - clocks: should contain clock specifiers of all clocks, which input names
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-wiimote | 52 values for all 4 sensors. The values are separated by colons and 54 First, 0kg values for all 4 sensors are written, followed by the 55 17kg values for all 4 sensors and last the 34kg values for all 4 57 Calibration data is already applied by the kernel to all input 67 values for all 4 analog sticks. Format is: "x1:y1 x2:y2". Data 71 Calibration data is already applied by the kernel to all input
|
D | sysfs-driver-samsung-laptop | 9 their fans quiet at all costs. Reading from this file 16 Note that not all laptops support all of these options. 17 Specifically, not all support the "overclock" option,
|
D | sysfs-block-bcache | 7 writeback mode is automatically disabled and all dirty data is 9 all associated backing devices before unregistering themselves. 15 Writing to this file resets all the statistics for the device. 55 Sum of all reads and writes that have bypassed the cache (due 102 switched on and off. In synchronous mode all writes are ordered 105 complete but if the cache is not shut down cleanly all data 150 written to the cache, excluding all metadata. 156 For a cache, sum of all btree writes in human readable units.
|
D | ima_policy | 81 The default policy measures all executables in bprm_check, 82 all files mmapped executable in file_mmap, and all files 84 policy appraises all files owned by root.
|
D | sysfs-kernel-mm-ksm | 19 full_scans: how many times all mergeable areas have been 38 write 2 to disable ksm and unmerge all its pages. 52 otherwise pages from all nodes can be merged together (default).
|
D | sysfs-fs-xfs | 24 represents the total log reservation of all currently 35 represents the total log reservation of all currently
|
D | sysfs-firmware-efi-runtime-map | 5 that all efi memory ranges which have the runtime attribute 33 Above values are all hexadecimal numbers with the '0x' prefix.
|
D | sysfs-bus-css | 6 This attribute is present for all subchannel types. 13 It is of the format css:t<type> and present for all
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 50 For all non-EH commands, scsi_done() is the completion callback. It 140 scmd to be issued from blk queue to the host; eventually, all scmds on 144 If all scmds either complete or fail, the number of in-flight scmds 147 SCSI EH thread can expect that all in-flight commands have failed and 156 occur at any time. Of course, all such completions are ignored as the 175 handling. As such, it should do all chores the SCSI midlayer 190 4. Kicks queues in all devices on the host in the asses 218 all unrecovered devices. 227 scmds. e.g. resetting a device recovers all failed scmds on the 238 local eh_done_q using scsi_eh_finish_cmd(). After all scmds are [all …]
|
D | bnx2fc.txt | 4 cooperates with all interfaces provided by the Linux ecosystem for FC/FCoE and 29 c. Repeat this for all the interfaces where FCoE has to be enabled. 30 d. Edit all the cfg-eth files to set "no" for DCB_REQUIRED** field, and 71 LLDP client is allowed per interface. For proper operation all host software
|
D | ncr53c8xx.txt | 28 8.9 Reset all logical units of a target 29 8.10 Abort all tasks of all logical units of a target 41 10.2.8 Negotiate synchronous with all devices 98 - ncr53c8xx generic driver that supports all the SYM53C8XX family including 144 The following features are supported for all chips: 221 - SYM53C815 all revisions 232 driver to use normal I/O in all cases. 279 - target 2 all luns on controller 0 --> 15 280 - target 3 all luns on controller 0 --> 15 281 - target 4 all luns on controller 0 --> 7 [all …]
|
D | ChangeLog.ips | 26 4.80.14 - Take all semaphores off stack 40 4.71.00 - Change all memory allocations to not use GFP_DMA flag 109 0.99.03 - Make interrupt routine handle all completed request on the 113 - Send all of the commands on the queue at once rather than
|
D | sym53c8xx_2.txt | 28 8.7 Reset all logical units of a target 29 8.8 Abort all tasks of all logical units of a target 114 The following features are supported for all chips: 250 - target 2 all luns on controller 0 --> 15 251 - target 3 all luns on controller 0 --> 15 252 - target 4 all luns on controller 0 --> 7 254 - all other target/lun --> 4 302 Using "all" for "<target>" parameter with the commands below will 303 apply to all targets of the SCSI chain (except the controller). 369 - setflag all [all …]
|
/linux-4.1.27/kernel/time/ |
D | Kconfig | 122 bool "Full dynticks system on all CPUs by default (except CPU 0)" 126 define the range of full dynticks CPUs, consider that all 140 support cannot distinguish between all CPUs being idle and 141 all CPUs each running a single task in dynticks mode, the 143 handling the scheduling-clock tick, whether or not all CPUs 145 the all-CPUs-idle state, thus allowing the scheduling-clock 146 tick to be disabled when all CPUs are idle. Note that scalable 147 detection of the all-CPUs-idle state means that larger systems 148 will be slower to declare the all-CPUs-idle state. 150 Say Y if you would like to help debug all-CPUs-idle detection.
|
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
D | Kconfig | 7 tristate "Common modules for all HID Sensor IIO drivers" 18 tristate "Common module (trigger) for all HID Sensor IIO drivers" 23 Triggers will be send if all requested attributes were read.
|
/linux-4.1.27/tools/power/cpupower/debug/i386/ |
D | Makefile | 12 default: all 26 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode target 41 .PHONY: all default clean install
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 57 LED's at the general ports, these bits are used for all kinds of 58 stuff. If you don't know what to use, it is always safe to put all 77 LED's at the general ports, these bits are used for all kinds of 78 stuff. If you don't know what to use, it is always safe to put all 97 LED's at the general ports, these bits are used for all kinds of 98 stuff. If you don't know what to use, it is always safe to put all
|
/linux-4.1.27/Documentation/filesystems/ |
D | hfs.txt | 7 by the Mac Plus and all later Macintosh models. Earlier Macintosh 24 Specifies the user/group that owns all files on the filesystems. 28 Specifies the umask used for all files , all directories or all 40 for us. Defaults to not parsing the partition table at all.
|
D | directory-locking | 9 For our purposes all operations fall in 5 classes: 44 The rules above obviously guarantee that all directories that are going to be 51 First of all, at any moment we have a partial ordering of the 62 change until rename acquires all locks. (Proof: other cross-directory 64 the order until we had acquired all locks). 68 (Proof: all operations but renames take lock on at most one 74 consider the set of contended locks. First of all, filesystem lock is 76 Thus all processes are blocked on ->i_mutex. 121 also preserved by all operations (cross-directory rename on a tree that would
|
D | sharedsubtree.txt | 39 2a) A shared mount can be replicated to as many mountpoints and all the 166 propagated to the other mount at /cdrom in all the other clone 261 /mnt or /tmp reflect in all the other mounts of its peer 368 are created and mounted at the dentry 'b' on all mounts where 'B' 377 are created and mounted at the dentry 'b' on all mounts where 'B' 378 propagates to. A new propagation tree is set containing all new mounts 385 'C3' ... are created and mounted at the dentry 'b' on all mounts where 418 replicates all the mounts in the tree belonging to the specified mount. 419 Rbind mount is bind mount applied to all the mounts in the tree. 433 Let's say all the mount except the mount C in the tree are [all …]
|
D | ntfs.txt | 58 is not implemented at all. Also, neither read nor write access to encrypted 113 sets contain insufficient characters to represent all 117 representing all Unicode characters. 131 access permissions. I.e. the mode on all files is by 134 Using a umask of zero will grant all permissions to 135 everyone, i.e. all files and directories will have mode 152 Further, note that irrespective of show_sys_files, all 157 case_sensitive=<BOOL> If case_sensitive is specified, treat all file names as 197 space is reserved for the MFT on the volume. If all 284 This would dump the LDM database found on /dev/hda which describes all of your [all …]
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 18 obtain the desired value in Hz. If shared across all frequency 20 if shared across all channels. 48 the desired value in rad. If shared across all phase registers 50 shared across all channels. 80 output Y of channel X. Y may be suppressed if all channels are 96 Lists all available output waveform options.
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 18 halting all I/O to it. The goal of a disconnection is to avoid system 30 is reported as soon as possible to all affected device drivers, 46 After a reset and/or a re-enabling of I/O, all drivers are 48 that may be required. After these have all completed, a final 56 through a large number of contortions to complete recovery. Almost all 102 A driver does not have to implement all of these callbacks; however, 118 is isolated, in that all I/O is blocked: all reads return 0xffffffff, 119 all writes are ignored. 148 Driver returns this if it doesn't want to recover at all. 153 If all drivers on the segment/slot return PCI_ERS_RESULT_CAN_RECOVER, [all …]
|
D | PCIEBUS-HOWTO.txt | 49 having a PCI Express Port Bus driver, which manages all populated 50 PCI Express Ports and distributes all provided service requests 120 }, { /* end: all zeroes */ } 160 Since all service drivers of a PCI-PCI Bridge Port device are 180 To avoid this situation all service drivers are not permitted to 205 PCI configuration space on the PCI Express port. In all cases the 207 that all service drivers will be well behaved and not overwrite 215 between PME and AER. This patch assumes that all service drivers
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | mmp-dma.txt | 9 - interrupts: Either contain all of the per-channel DMA interrupts 38 * One irq for all channels 56 - interrupts: Either contain all of the per-channel DMA interrupts 72 /* One irq for all channels */
|
D | tegra20-apbdma.txt | 6 all of the per-channel registers. 7 - interrupts: Should contain all of the per-channel DMA interrupts.
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 14 distributed over all CPUs as per_cpu elements. 16 To manage global data structures that are partitioned over all CPUs 28 - by expensive access to all CPUs locks - effectively 50 The lg_global_lock/unlock locks all underlying spinlocks of all 92 also that as of 3.18-rc6 all declaration in use are of the _STATIC_ 113 access all protected per_cpu objects on all CPUs 118 Note that the lg_global_lock/unlock has to iterate over all possible 132 * on UP systems all lg_* primitives are simply spinlocks
|
D | ww-mutex-design.txt | 17 the same order in all contexts. That is directly under control of 29 from a global counter. In case of deadlock while locking all the buffers 32 younger task) unlocks all of the buffers that it has already locked, and then 37 needs to back off and drop all the locks it is currently holding, i.e. the 60 after having dropped all already acquired locks. These functions have the 65 contending lock (after having dropped all other already acquired locks) will 66 work correctly. After all if no other ww mutex has been acquired yet there's 74 - When full debugging is enabled ww_mutex_lock_slow checks that all acquired 87 Of course, all the usual variants for handling wake-ups due to signals are also 211 and edges can only be changed when holding the locks of all involved nodes. w/w [all …]
|
/linux-4.1.27/Documentation/isdn/ |
D | README.diversion | 5 document. The diversion services may be used with all cards supported by 49 as normally done by isdn phones. In this case all incoming calls 50 with a special (or all) service identifiers are forwarded if the 56 In this case all incoming calls are checked by rules that may be 62 matches to all filtered calls or only those when all B-channel resources 85 The dynamic diversion services may be used in all countries if the provider 98 After having properly activated a make modules and make modules_install all 113 output redirected to a file. Then all actions of the module are logged. 121 To unload the module all open files to the device in the proc system must
|
D | HiSax.cert | 23 Additional ITU approval tests have been carried out for all generic cards 26 These tests included all layers 1-3 and as well all functional tests for 27 the layer 1. Because all hardware based on these chips are complete ISDN 28 solutions in one chip all cards and USB-TAs using these chips are to be
|
D | README.hfc-pci | 4 to read the echo-channel of the isdn bus. So all frames in both directions 31 If you want to use all three cards, but the order needs to be at 0xdc00,0xd400, 34 If the io parameter is used the io addresses of all used cards should be
|
D | README.hysdn | 66 If a loaded driver shall be unloaded all open files in the /proc/net/hysdn 67 subdir need to be closed and all ethernet interfaces allocated by this 75 capidrv.o after all modules using this driver (i.e. after hysdn and 166 0x00000080 Log all card related boot messages 167 0x00000100 Output all config data sent for debugging purposes 171 0x00100000 Log all open and close actions to /proc/net/hysdn/card files 172 0x00200000 Log all actions from /proc file entries
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-xilinx.txt | 19 - xlnx,all-inputs : if n-th bit is setup, GPIO-n is input 24 - xlnx,all-inputs-2 : as above but for the second channel 38 xlnx,all-inputs = <0x0>; 39 xlnx,all-inputs-2 = <0x0>;
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | cavium-mix.txt | 6 Compatibility with all cn5XXX and cn6XXX SOCs populated with MIX 11 AGL registers. The third bank are the AGL registers shared by all 13 all MIX devices present.
|
D | cavium-pip.txt | 12 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs. 23 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs. 34 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
|
/linux-4.1.27/tools/power/acpi/tools/ec/ |
D | Makefile | 10 all: ec_access target 22 .PHONY: all install uninstall
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | atmel-wdt.txt | 22 - atmel,reset-type : Should be "proc" or "all". 23 "all" : assert peripherals and processor reset signals 31 watchdog reset time depends on mean CPU usage and will not reset at all 44 atmel,reset-type = "all";
|
/linux-4.1.27/arch/x86/syscalls/ |
D | Makefile | 66 PHONY += all 67 all: $(addprefix $(uapi)/,$(uapisyshdr-y)) target 68 all: $(addprefix $(out)/,$(syshdr-y)) target
|
/linux-4.1.27/lib/fonts/ |
D | Kconfig | 18 kernel: saying N will just cause the configurator to skip all 47 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS 52 framebuffer drivers don't support this one at all. 55 bool "console 7x14 font (not supported by all drivers)" if FONTS 97 bool "Sparc console 12x22 font (not supported by all drivers)" 105 bool "console 10x18 font (not supported by all drivers)" if FONTS
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 12 Since all Linux filesystems lock the whole inode during writing, algorithm 15 * Completely async processing of all events except creation of hard and symbolic 27 * Transactions support. Full failover for all operations. 30 * Write requests are replicated to multiple servers and completed only when all of them are acked. 36 in the client's memory. Each transaction contains all the information needed to process a given 38 can contain creation and data writing commands). Transactions are committed by all the servers 61 in Documentation/filesystems/pohmelfs/info.txt file). Writes are replicated to all servers, which
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 74 Clear all the counters except the in-flight i/o counters. 81 List all regions registered with @stats_create. 87 If it is not specified, all regions are returned. 101 If omitted, all lines are returned. 105 If omitted, all lines are returned. 134 Atomically print and then clear all the counters except the 144 If omitted, all lines are printed and then cleared. 148 If omitted, all lines are printed and then cleared.
|
D | log-writes.txt | 4 This target takes 2 devices, one to pass all IO to normally, and one to log all 21 This works by attaching all WRITE requests to a list once the write completes. 23 the FLUSH request completes we log all of the WRITEs and then the FLUSH. Only 42 have all the DISCARD requests, and then the WRITE requests and then the FLUSH 60 dev_path : Device that all of the IO will go to normally.
|
/linux-4.1.27/arch/mips/ |
D | Makefile | 76 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32) 77 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64) 78 all-$(CONFIG_SYS_SUPPORTS_ZBOOT)+= vmlinuz 118 undef-all += -UMIPSEB -U_MIPSEB -U__MIPSEB -U__MIPSEB__ 119 undef-all += -UMIPSEL -U_MIPSEL -U__MIPSEL -U__MIPSEL__ 122 …NDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $(undef-all) $(predef-be)) 123 …ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le)) 345 all: $(all-y) target
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | Kconfig | 23 # - discrete ones (including all PCI-only controllers) 42 dynamically linked module called "at91_udc" and force all 53 dynamically linked module called "lpc32xx_udc" and force all 87 all gadget drivers to also be dynamically linked. 125 dynamically linked module called "omap_udc" and force all 140 dynamically linked module called "pxa25x_udc" and force all 162 dynamically linked module called "r8a66597_udc" and force all 174 dynamically linked module called "renesas_usbhs" and force all 187 dynamically linked module called "pxa27x_udc" and force all 242 dynamically linked module called "m66592_udc" and force all [all …]
|
/linux-4.1.27/Documentation/hwmon/ |
D | emc1403 | 43 hysteresis mechanism which applies to all limits. The relative difference 46 all three limits. 55 only temp1_crit_hyst writable, while all other hysteresis attributes 58 hysteresis applies automatically to all other limits.
|
D | gl518sm | 29 0x80 chips support the reading of all voltages and revision 0x00 only 47 give the readings more range or accuracy. Not all RPM values can 62 computer speaker. It is possible to enable all beeping globally, or only the 68 implementation, all hardware registers are read whenever any data is read
|
D | adm1026 | 39 all of the above. There is even 8k bytes of EEPROM memory on chip. 53 by 1, 2, 4 or 8. Not all RPM values can accurately be represented, so some 61 higher voltages directly. 3.3V, 5V, 12V, -12V and battery voltage all have 69 have disappeared! Note that in the current implementation, all hardware 76 divisor. It can take as long as 1.5 seconds to measure all fan speeds.
|
/linux-4.1.27/Documentation/arm/Samsung/ |
D | Overview.txt | 33 unifying all the SoCs into one kernel. 46 plat-samsung provides the base for all the implementations, and is the 54 S5P specific systems. Not all S5Ps use all the features in this directory
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | cpm.txt | 42 - Children's reg nodes must be offsets from the start of all muram, even 45 address and the child address must be the same in all, so that a single 46 mapping can cover them all while maintaining the ability to determine 55 all of which contribute to the allocatable muram pool.
|
D | gpio.txt | 4 On CPM1 devices, all ports are using slightly different register layouts. 7 On CPM2 devices, all ports are 32bit ports and use a common register layout.
|
/linux-4.1.27/tools/virtio/ |
D | Makefile | 1 all: test mod target 10 .PHONY: all test mod clean
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 11 The advantage of this format is it is very compact and that all VBI data for 12 all lines can be stored while still fitting within the maximum allowed size. 20 If all lines are used, then there is no longer room for the bitmask. To solve this 28 'ITV0': This magic number assumes all VBI lines are captured, i.e. it implicitly
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-sysctrl.c | 29 sigset_t all; in ab8500_power_off() local 81 sigfillset(&all); in ab8500_power_off() 83 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off()
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 3 Use "make help" to list all of the possible configuration targets. 44 If you set CONFIG_ in the environment, Kconfig will prefix all symbols 60 checks for a file named "all{yes/mod/no/def/random}.config" 63 file named "all.config" to contain forced values. 71 (usually a subset of all) preset config symbols. These variable 160 This lists all config symbols that contain "hotplug", 178 first (and in alphabetical order), then come all other symbols, 199 This mode shows all sub-menus in one large tree. 220 lists all config symbol entries that contain "hotplug" in
|
D | kbuild.txt | 11 This file lists all modules that are built into the kernel. This is used 20 will be used in all cases where kbuild does preprocessing including 200 To get all available archs you can also specify all. E.g.: 202 $ make ALLSOURCE_ARCHS=all tags 235 all the object files used to link vmlinux.
|
D | kconfig-language.txt | 16 | +- Set version information on all module symbols 27 Most entries define a config option; all other entries help to organize 31 bool "Set version information on all module symbols" 48 A menu entry can have a number of attributes. Not all of them are 88 are applied to all other options within this menu entry (which also 114 the illegal configurations all over. 149 enables the third modular state for all config symbols. 237 bool "Set version information on all module symbols" 277 hint to front ends, that all suboptions should be displayed as a 292 single driver can be compiled/loaded into the kernel, but all drivers [all …]
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE, 66 By calling pcmcia_loop_config(), a driver can iterate over all available 69 pcmcia_parse_tuple directly in most if not all cases. 72 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's 89 The event handler is notified of all events, and must be initialized 117 client->Attributes is unused, therefore it is removed from all 122 because they are unused by all in-kernel drivers, and no external 147 services. In 2.6, all of those entry points are exported and called
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | Makefile | 19 all: $(SUB_DIRS) target 22 $(MAKE) -k -C $@ all
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-sdram-controller.txt | 3 The Marvell EBU SoCs all have a SDRAM controller. The SDRAM controller 14 include all SDRAM controller registers as per the datasheet.
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,mvebu-pinctrl.txt | 13 mpp pins or group of pins and a mpp function common to all pins. 21 - marvell,function: string representing a function to mux to for all 23 common for all marvell,pins. Please refer to marvell,<soc>-pinctrl.txt for
|
D | img,tz1090-pinctrl.txt | 18 The name of each subnode is not important; all subnodes should be enumerated 63 These all support bias-high-impediance, bias-pull-up, bias-pull-down, and 65 it for all pins in that group). 67 They also all support the some form of muxing. Any pins which are contained 104 to any of the groups below to set it for all pins in that group). 115 These all support function, and some support drive configs. 156 These all support input-schmitt-enable, input-schmitt-disable,
|
D | img,tz1090-pdc-pinctrl.txt | 18 The name of each subnode is not important; all subnodes should be enumerated 64 These all support bias-high-impediance, bias-pull-up, bias-pull-down, and 66 it for all gpio pins in that group). 72 These all support function.
|
/linux-4.1.27/tools/perf/tests/ |
D | make | 17 make_clean_all := clean all 51 # all the NO_* variable combined 57 # $(run) contains all available tests 189 all: 226 all: $(run) $(run_O) tarpkg 232 .PHONY: all $(run) $(run_O) tarpkg clean
|
D | Build | 7 perf-y += open-syscall-all-cpus.o 32 perf-y += parse-no-sample-id-all.o
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | serial-u16550.txt | 22 send the F5 NN command sequence at all; perhaps it ought to. 36 all four MIDI Out connectors. Set the A-B switch and the speed module 47 the same data to all four MIDI Out connectors at full MIDI speed. 58 Out 3, and midiCnD8 to Out 4. Thus midiCnD15 sends the data to all 4 ports. 59 As a special case, midiCnD0 also sends to all ports, since it is not useful 61 Out for each byte, so the aggregate data rate across all four MIDI Outs is
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 11 all of the methods in struct ib_device may sleep. The exceptions 53 perform all synchronization necessary to maintain consistency, even 100 consumers when it calls ib_register_device(), all initialization 111 device. A consumer must finish all cleanup and free all resources
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nft_redir_ipv6.c | 29 range.min_proto.all = in nft_redir_ipv6_eval() 31 range.max_proto.all = in nft_redir_ipv6_eval()
|
D | nf_nat_l3proto_ipv6.c | 47 fl6->fl6_dport = t->dst.u.all; in nf_nat_ipv6_decode_session() 59 fl6->fl6_sport = t->src.u.all; in nf_nat_ipv6_decode_session() 404 ct->tuplehash[dir].tuple.src.u.all != in nf_nat_ipv6_out() 405 ct->tuplehash[!dir].tuple.dst.u.all)) { in nf_nat_ipv6_out() 447 ct->tuplehash[dir].tuple.dst.u.all != in nf_nat_ipv6_local_fn() 448 ct->tuplehash[!dir].tuple.src.u.all) { in nf_nat_ipv6_local_fn()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nft_redir_ipv4.c | 29 mr.range[0].min.all = in nft_redir_ipv4_eval() 31 mr.range[0].max.all = in nft_redir_ipv4_eval()
|
D | nf_nat_l3proto_ipv4.c | 48 fl4->fl4_dport = t->dst.u.all; in nf_nat_ipv4_decode_session() 60 fl4->fl4_sport = t->src.u.all; in nf_nat_ipv4_decode_session() 397 ct->tuplehash[dir].tuple.src.u.all != in nf_nat_ipv4_out() 398 ct->tuplehash[!dir].tuple.dst.u.all)) { in nf_nat_ipv4_out() 441 ct->tuplehash[dir].tuple.dst.u.all != in nf_nat_ipv4_local_fn() 442 ct->tuplehash[!dir].tuple.src.u.all) { in nf_nat_ipv4_local_fn()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | Makefile | 13 libcfs-all-objs := debug.o fail.o nidstrings.o module.o tracefile.o \ 18 libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | uefi.txt | 34 - If some or all EFI runtime services don't work, you can try following 35 kernel command line parameters to turn off some or all EFI runtime 37 noefi turn off all EFI runtime services
|
D | boot-options.txt | 47 3: never panic or SIGBUS, log all errors (for testing only) 59 errors since we will not see details for all errors. 124 Disadvantage is that not all hardware will be completely reinitialized 141 numa=off Only set up a single NUMA node spanning all memory. 146 If given as a memory unit, fills all system RAM with nodes of 150 If given as an integer, fills all system RAM with N fake nodes 186 1. <arch/x86_64/kernel/pci-nommu.c>: use no hardware/software IOMMU at all 237 two cycles. When off all DMA over >4GB is forced through 248 force Force all IO through the software TLB.
|
D | mm.txt | 9 ffff880000000000 - ffffc7ffffffffff (=64 TB) direct mapping of all phys. memory 24 The direct mapping covers all memory in the system up to the highest
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 13 Not all tracepoints can be traced using the event tracing system; 33 all the events. ] 40 To disable all events, echo an empty line to the set_event file: 44 To enable all events, echo '*:*' or '*:' to the set_event file: 52 "<subsystem>:*"; for example, to enable all irq events, you can use the 71 To enable all events in sched subsystem: 75 To enable all events: 81 0 - all events this file affects are disabled 82 1 - all events this file affects are enabled 241 To clear the filters for all events in a subsystem, write a '0' to the [all …]
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 199 LED's at the general ports, these bits are used for all kinds of 200 stuff. If you don't know what to use, it is always safe to put all 221 LED's at the general ports, these bits are used for all kinds of 222 stuff. If you don't know what to use, it is always safe to put all 243 LED's at the general ports, these bits are used for all kinds of 244 stuff. If you don't know what to use, it is always safe to put all 265 LED's at the general ports, these bits are used for all kinds of 266 stuff. If you don't know what to use, it is always safe to put all 287 LED's at the general ports, these bits are used for all kinds of 288 stuff. If you don't know what to use, it is always safe to put all
|
/linux-4.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 17 Additionally, loading the driver with the debug option will report all events 93 In your kernel logs you will find the list of all ACPI methods 104 the code for all sony_call_snc_handle calls, others are more obscure. 125 I will not disavow all knowledge of your actions :) 135 will work at all, or do the right thing. Although this hasn't 139 * The sony-laptop and sonypi drivers do not interact at all. In the 143 sonypi driver (through /dev/sonypi) is deprecated as well since all
|
D | sonypi.txt | 13 sonypi device and are not supported at all by this driver. 71 set to 2 to print all events received from the 85 set to 0xffffffff, meaning that all possible events 128 driver disables all APM management for those keys, by enabling the 135 reproduce it on my laptop and not all users have this problem. 150 - since all development was done by reverse engineering, there is
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | LART | 5 applications. It has 32 MB DRAM, 4MB Flash ROM, double RS232 and all 6 other StrongARM-gadgets. Almost all SA signals are directly accessible
|
/linux-4.1.27/arch/frv/kernel/ |
D | cmode.S | 75 # (2) Set '0' to all bits of the MASK register of the interrupt 83 # (3) Stop the transfer function of DMAC. Stop all the bus masters 111 # (5) Flush the content of all caches by the DCEF instruction. 118 # self-refresh mode. Execute the dummy load to all memory
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | renesas,cmt.txt | 21 - "renesas,cmt-32" for all 32-bit CMT without fast clock support 31 - "renesas,cmt-32-fast" for all 32-bit CMT with fast clock support 41 - "renesas,cmt-48" for all non-second generation 48-bit CMT 51 - "renesas,cmt-48-gen2" for all second generation 48-bit CMT
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 11 Makefile in that directory has targets for all the available image types. 12 The different image types are used to support all of the various firmware 28 are all embedded inside the U-Boot uImage file format 51 talk to the firmware at all. 63 the embedded device tree for all information. 77 the image target name. For example, all 102 and cuImage) all generate the device tree blob from a file in the 111 targets build all the default images as selected by the kernel configuration. 124 kernel configuration. Building all the wrapper bits on every kernel build
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 14 PF_NOFREEZE unset (all user space processes and some kernel threads) are 24 fake signal to all user space processes, and wakes up all the kernel threads. 75 - freezes all tasks (including kernel threads) because we can't freeze 84 - thaws all tasks (including kernel threads) because we can't thaw userspace 131 "RJW:> Why we freeze tasks at all or why we freeze kernel threads? 133 Linus: In many ways, 'at all'. 141 So in practice, the 'at all' may become a 'why freeze kernel threads?' and 158 that depends on all CPUs being online while it's running. Since we need to 167 First of all, the freezing of kernel threads may be tricky if they depend one 198 A driver must have all firmwares it may need in RAM before suspend() is called. [all …]
|
/linux-4.1.27/tools/power/acpi/ |
D | Makefile | 140 all: $(OUTPUT)acpidump target 155 install: all install-tools install-man 161 .PHONY: all utils install-tools install-man install uninstall clean
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-domains.txt | 9 i. The top domain for each CPU will generally span all CPUs in the system 35 at the time the scheduler_tick() happened and iterates over all sched domains 43 If it succeeds, it looks for the busiest runqueue of all the CPUs' runqueues in 51 of SMT, you'll span all siblings of the physical CPU, with each group being 54 In SMP, the parent of the base domain will span all physical CPUs in the 71 arch_init_sched_domains function. This function will attach domains to all
|
/linux-4.1.27/arch/tile/ |
D | Makefile | 19 goals := $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all) 20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 47 A source directory will have it and all of its contents packaged. The 60 initramfs image will be an aggregate of all of them. In this way a user 61 can create a 'root-image' directory and install all files into it. 81 Where's this all leading? 110 - Almost all of init/do_mounts* (the beginning of this is already in 129 a) all required device and filesystem drivers compiled into the kernel, no 141 This means that a binary must do all the work. Said binary can be stored 144 is responsible to do all the things prepare_namespace() would do.
|
/linux-4.1.27/drivers/md/bcache/ |
D | closure.c | 150 list_add(&cl->all, &closure_list); in closure_debug_create() 163 list_del(&cl->all); in closure_debug_destroy() 177 list_for_each_entry(cl, &closure_list, all) { in debug_seq_show()
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-chardev.txt | 18 The driver assumes all registers are 32-bit in size, and only accepts a 33 [ 1073.339332] spec 0000:02:00.0: Driver has no ID: matches all 35 [ 1073.350821] spec 0000:04:00.0: Driver has no ID: matches all 46 is not specific to FMC at all, it just uses lseek, read and write.
|
D | mezzanine.txt | 40 Like most other Linux drivers, and FMC driver must list all the devices 49 bus supports a catch-all driver that specifies NULL strings. For this 56 identified by an array of cores (it matches if all of the cores are 100 the first string of gateware= is used for all cards; otherwise the 122 Please note that not all sub-modules support all of those parameters.
|
/linux-4.1.27/Documentation/networking/mac80211_hwsim/ |
D | README | 24 since all radio operation is simulated, any channel can be used in 34 radio and copying all transmitted frames to all other radios that are 41 mac80211. This interface can be used to monitor all transmitted frames
|
/linux-4.1.27/Documentation/vm/ |
D | active_mm.txt | 6 Cc'd to linux-kernel, because I don't write explanations all that often, 20 user-level page tables at all, so when we do a context switch into an 25 doesn't need any user mappings - all kernel threads basically fall into 34 really doesn't _have_ a real address space at all. 49 To support all that, the "struct mm_struct" now has two counters: a
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 18 array (basically all machine types) will break, and this means every 30 The way stuff currently works, all SA1111 interrupts are mutually 34 IDE PIO-based interrupt on the SA1111 excludes all other SA1111 and 49 GPIO0-10, and another for all the rest. It is just a container for 82 rerun - optional. Not required if you're using do_level_IRQ for all 157 the parent IRQ should be unmasked, and the status of all children must 163 Please note that this will not solve all problems - some of them are
|
D | mem_alignment | 6 this is not the case on many design I'm aware of, like all SA11x0 based 23 real bad - it changes the behaviour of all unaligned instructions in user 45 Note that not all combinations are supported - only values 0 through 5.
|
/linux-4.1.27/Documentation/sound/oss/ |
D | PSS-updates | 6 all the features present on your PSS sound card. These features include the 28 differ on some PSS sound cards, all the PSS sound cards that I have seen have a 43 just configure non-sound components. 0 configures all components, a non-0 57 all emulations whenever its unloaded. This can be useful for those who are 59 flag can also be useful in that future versions of this driver may reset all 61 specifying it now will ensure that all future versions of this driver will
|
/linux-4.1.27/drivers/accessibility/ |
D | Kconfig | 4 Accessibility handles all special kinds of hardware devices or 14 If you say N, all options in this submenu will be skipped and disabled.
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 17 It is required to either not set this property at all or set it for all
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | nand.txt | 19 The interpretation of these parameters is implementation-defined, so not all 20 implementations must support all possible combinations. However, implementations
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 13 - purge all pending floating interrupts (KVM_DEV_FLIC_CLEAR_IRQS) 27 Copies all floating interrupts into a buffer provided by userspace. 35 attr->addr contains the userspace address of the buffer into which all 40 Simply deletes all elements from the list of currently pending floating
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 71 #define ARG_TUPLE(T) &(T)->src.u3.ip, ntohs((T)->src.u.all), \ 72 &(T)->dst.u3.ip, ntohs((T)->dst.u.all), \ 268 tuple.src.u.all = cp->cport; in ip_vs_conn_drop_conntrack() 271 tuple.dst.u.all = cp->vport; in ip_vs_conn_drop_conntrack()
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 51 all devices have both or any, but they are present at most times. 55 Not all devices provide them, but the upper buttons are normally named 65 However, not all gamepads provide all features, so you need to test for all 98 want to filter gamepads that do not report all four. 109 If all 4 action-buttons are present, they can be aligned in two
|
/linux-4.1.27/arch/unicore32/boot/compressed/ |
D | head.S | 87 movc p0.c5, r0, #28 @ cache invalidate all 89 movc p0.c6, r0, #6 @ tlb invalidate all 145 movc p0.c5, r0, #20 @ icache invalidate all
|
/linux-4.1.27/Documentation/RCU/ |
D | rcubarrier.txt | 14 carefully, leaving an old version of the data structure in place until all 19 How can an RCU writer possibly determine when all readers are finished, 21 presence? There is a synchronize_rcu() primitive that blocks until all 74 a grace period to elapse, rcu_barrier() waits for all outstanding RCU 153 52 /* Wait for all RCU callbacks to fire. */ 172 Lines 7-50 stop all the kernel tasks associated with the rcutorture 184 module invokes call_rcu() from timers, you will need to first cancel all 201 callback queues, and then waits until they have all started executing, at 202 which point, all earlier RCU callbacks are guaranteed to have completed. 223 ensures that all the calls to rcu_barrier_func() will have completed [all …]
|
D | lockdep.txt | 56 Don't check. (Use sparingly, if at all.) 58 Use explicit check expression "c", and omit all barriers 63 Return the value of the pointer and omit all barriers, 68 Return the value of the index and omit all barriers, but 103 of these two cases held. Because rcu_dereference_protected() omits all
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-devices-system-cpu | 6 /sys/devices/system/cpu/cpuN/dscr on all CPUs. 9 all per-CPU defaults at the same time.
|
/linux-4.1.27/drivers/sh/intc/ |
D | Kconfig | 16 SH-4A and newer interrupt blocks all support a special shadowed 17 page with all non-masking registers obscured when mapped in to
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | smp.c | 247 unsigned int all; in smp_ipi_demux() local 252 all = xchg(&info->messages, 0); in smp_ipi_demux() 253 if (all & IPI_MESSAGE(PPC_MSG_CALL_FUNCTION)) in smp_ipi_demux() 255 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE)) in smp_ipi_demux() 257 if (all & IPI_MESSAGE(PPC_MSG_TICK_BROADCAST)) in smp_ipi_demux() 259 if (all & IPI_MESSAGE(PPC_MSG_DEBUGGER_BREAK)) in smp_ipi_demux()
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 72 data structure. This structure includes lists of all devices and local master 84 one or more common service layers for all participating RapidIO devices. These 88 registered for a device, all common RapidIO services have to be registered as 100 After all active master ports are registered with a RapidIO subsystem, 117 simply to all available mports OR individually to the specified mport device. 128 that all discovering endpoints are started before the enumerating endpoint 139 for a system startup compared to the option (a) above. After all participating 142 completed a discovery process can be started on all remaining endpoints. 177 (i) if "hdid=" parameter is omitted all available mport will be assigned 201 This configuration requires synchronized start of all RapidIO endpoints that [all …]
|
/linux-4.1.27/drivers/usb/ |
D | README | 1 To understand all the Linux-USB framework, you'll use these resources: 50 class/ - This is for all USB device drivers that do not fit 53 misc/ - This is for all USB device drivers that do not fit
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 78 all the core stuff is implemented and seams usable. 84 a much improved version with changes all around. 87 alot of bugfixes all over.
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 9 subsystem at all times. It is independent of other kernel PM and as 12 DAPM is also completely transparent to all user space applications as 13 all power switching is done within the ASoC core. No code changes or 74 o Pre - Special PRE widget (exec before all others) 75 o Post - Special POST widget (exec after all others) 185 After all the widgets have been defined, they can then be added to the DAPM 194 order to create a map of all audio paths between widgets. 236 Finally, snd_soc_dapm_new_widgets(codec) must be called after all widgets and 291 Please see soc-dapm.h for all other widgets that support events.
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | TODO | 8 5. Is it okay to set calias space on all nodes as 0, instead of 8k as 11 being invoked on all nodes in ip27-memory.c.
|
/linux-4.1.27/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 18 2. Adjust all the local phandles of the tree to resolve by that amount. 19 3. Using the __local__fixups__ node information adjust all local references
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 20 can access them all, and initialized data all before uninitialized, so
|
/linux-4.1.27/Documentation/acpi/ |
D | debug.txt | 129 Enable all AML "Debug" output (stores to the Debug object while interpreting 138 Enable all ACPI hardware-related messages: 142 Enable all ACPI_DB_INFO messages after boot: 146 Show all valid component values:
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 8 After all, the only part that a driver developer is interested in is: 20 The control framework was created in order to implement all the rules of the 80 Finally, remove all control functions from your v4l2_ioctl_ops (if any): 99 And set all core control ops in your struct v4l2_subdev_core_ops to these 110 Note: this is a temporary solution only. Once all V4L2 drivers that depend 192 like type, name, flags are all global. The control's current value will be set 218 This makes it easy to init the handler and just add all controls and only check 228 This will call s_ctrl for all controls unconditionally. Effectively this 239 Usually all you need is s_ctrl: 257 The new control value has already been validated, so all you need to do is [all …]
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | Kconfig | 29 kernel: saying N will just cause the configurator to skip all 75 general, all users will say Y or M. 86 general, all users will say Y or M. 113 In general, all users will say Y or M. 123 In general, all users will say Y or M.
|
/linux-4.1.27/Documentation/driver-model/ |
D | overview.txt | 12 The Linux Kernel Driver Model is a unification of all the disparate driver 23 model includes a set of common attributes which all busses carry, and a set 32 not every bus is able to support all such operations, although most 77 By virtue of having a complete hierarchical view of all the devices in the 82 Almost all mainstream Linux distros mount this filesystem automatically; you
|
D | porting.txt | 159 when the device has been removed, and all references to it have 262 Note that this will block until all references to the driver have 330 devices must be bound to a driver, or drivers must be bound to all 403 struct bus_type contains a list of all devices registered with the bus 404 type. This includes all devices on all instances of that bus type. 416 struct bus_type also contains a list of all drivers registered with 431 struct bus_type contains an rwsem that protects all core accesses to 442 though, that this will likely mean fixing up all the drivers that 443 reference the bus-specific fields (though those should all be 1-line
|
/linux-4.1.27/kernel/gcov/ |
D | fs.c | 53 struct list_head all; member 243 list_for_each_entry(node, &all_head, all) { in get_node_by_name() 417 INIT_LIST_HEAD(&node->all); in init_node() 460 list_add(&node->all, &all_head); in new_node() 490 list_del(&node->all); in release_node() 539 list_for_each_entry(node, &all_head, all) { in reset_write()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 162 xlnx,all-inputs = <1>; 163 xlnx,all-inputs-2 = <0>; 301 xlnx,all-inputs = <0>; 302 xlnx,all-inputs-2 = <0>; 317 xlnx,all-inputs = <0>; 318 xlnx,all-inputs-2 = <0>; 335 xlnx,all-inputs = <1>; 336 xlnx,all-inputs-2 = <0>;
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | TODO | 5 The main thing you need to do is to implement all the controls using the 14 properties/controls should be there at all.
|
/linux-4.1.27/arch/arm/mm/ |
D | tlb-v7.S | 50 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable) 79 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 22 to all the other cpus, the slaves. 55 * Once all slaves have rendezvoused and are spinning disabled, the 59 * Part of the monarch's job is to look at the state of all the other 96 the equivalent command on the management console sends INIT to all 99 time. The OS monarch prints the state of all tasks and returns, after 103 versions of SAL out there. Some drive all the cpus as monarchs. Some 104 drive them all as slaves. Some drive one cpu as monarch, wait for that 126 all cpus. 189 ia64_sal_os_state), with 16 byte alignment for all structures.
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 7 Not all fault reports imply errors; "page faults" should be a familiar 15 at all, just that the outcome wasn't on the "golden path". 49 is received. This code is a CRC covering all bytes in the 103 Similarly, if an I2C adapter can't execute all legal I2C 107 that if an adapter supports I2C it supports all of I2C.)
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | tmio_mmc.txt | 7 their own platform data or from their DT information. In the latter case all 8 compulsory and any optional properties, common to all SD/MMC drivers, as
|