Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 174 of 174) sorted by relevance

/linux-4.4.14/arch/powerpc/net/
Dbpf_jit_comp.c35 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_prologue()
37 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()
46 if (ctx->seen & SEEN_MEM) { in bpf_jit_build_prologue()
52 if (ctx->seen & (1 << (i-r_M))) in bpf_jit_build_prologue()
59 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()
73 if (ctx->seen & SEEN_XREG) { in bpf_jit_build_prologue()
90 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_epilogue()
92 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_epilogue()
98 if (ctx->seen & SEEN_MEM) { in bpf_jit_build_epilogue()
101 if (ctx->seen & (1 << (i-r_M))) in bpf_jit_build_epilogue()
[all …]
Dbpf_jit.h312 unsigned int seen; member
/linux-4.4.14/arch/s390/net/
Dbpf_jit_comp.c32 u32 seen; /* Flags to remember seen eBPF instructions */ member
267 jit->seen |= SEEN_LITERAL; \
278 jit->seen |= SEEN_LITERAL; \
322 if (jit->seen & SEEN_STACK) in restore_regs()
413 if (jit->seen & SEEN_TAIL_CALL) { in bpf_jit_prologue()
426 if (jit->seen & SEEN_LITERAL) { in bpf_jit_prologue()
432 if (jit->seen & SEEN_STACK) { in bpf_jit_prologue()
433 if (jit->seen & SEEN_FUNC) in bpf_jit_prologue()
440 if (jit->seen & SEEN_FUNC) in bpf_jit_prologue()
445 if (jit->seen & SEEN_SKB) in bpf_jit_prologue()
[all …]
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c511 struct ip_ct_tcp_state *sender = &state->seen[dir]; in tcp_in_window()
512 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window()
856 if (((ct->proto.tcp.seen[dir].flags in tcp_packet()
857 | ct->proto.tcp.seen[!dir].flags) in tcp_packet()
900 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_end = in tcp_packet()
902 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxend = in tcp_packet()
904 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxwin = in tcp_packet()
907 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_scale = in tcp_packet()
910 ct->proto.tcp.seen[ct->proto.tcp.last_dir].flags = in tcp_packet()
912 memset(&ct->proto.tcp.seen[dir], 0, in tcp_packet()
[all …]
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c64 u32 seen; member
171 if (ctx->seen & SEEN_CALL) in saved_regs()
174 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in saved_regs()
176 if (ctx->seen & SEEN_DATA) in saved_regs()
178 if (ctx->seen & SEEN_X) in saved_regs()
187 return fls(ctx->seen & SEEN_MEM); in mem_words_used()
212 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in build_prologue()
215 if (ctx->seen & SEEN_DATA) { in build_prologue()
234 if (ctx->seen & SEEN_MEM) in build_prologue()
242 if (ctx->seen & SEEN_MEM) in build_epilogue()
[all …]
/linux-4.4.14/drivers/of/
Ddevice.c236 int seen = 0, cplen, sl; in of_device_uevent() local
251 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in of_device_uevent()
255 seen++; in of_device_uevent()
257 add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in of_device_uevent()
259 seen = 0; in of_device_uevent()
263 add_uevent_var(env, "OF_ALIAS_%d=%s", seen, in of_device_uevent()
265 seen++; in of_device_uevent()
/linux-4.4.14/tools/testing/selftests/sysctl/
Dcommon_tests19 local seen
20 seen=$(cat "$1")
21 if [ "${seen}" != "${TEST_STR}" ]; then
/linux-4.4.14/drivers/zorro/
Dnames.c20 unsigned short seen; member
91 int nr = prod_p->seen + 1; in zorro_name_device()
92 prod_p->seen = nr; in zorro_name_device()
/linux-4.4.14/sound/aoa/soundbus/
Dcore.c65 int cplen, seen = 0; in soundbus_uevent() local
92 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in soundbus_uevent()
97 seen += 1; in soundbus_uevent()
100 retval = add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in soundbus_uevent()
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_comp.c167 seen |= SEEN_XREG; \
366 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
389 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile()
562 seen |= SEEN_XREG; in bpf_jit_compile()
566 seen |= SEEN_XREG; in bpf_jit_compile()
627 seen |= SEEN_MEM; in bpf_jit_compile()
631 seen |= SEEN_MEM | SEEN_XREG; in bpf_jit_compile()
635 seen |= SEEN_MEM; in bpf_jit_compile()
639 seen |= SEEN_MEM | SEEN_XREG; in bpf_jit_compile()
648 common_load: seen |= SEEN_DATAREF; in bpf_jit_compile()
[all …]
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7_trust.c44 if (x509->seen) { in pkcs7_validate_trust_one()
52 x509->seen = true; in pkcs7_validate_trust_one()
184 p->seen = false; in pkcs7_validate_trust()
Dpkcs7_verify.c186 p->seen = false; in pkcs7_verify_sig_chain()
192 x509->seen = true; in pkcs7_verify_sig_chain()
267 if (p->seen) { in pkcs7_verify_sig_chain()
Dx509_parser.h42 bool seen; /* Infinite recursion prevention */ member
/linux-4.4.14/Documentation/accounting/
Ddelay-accounting.txt45 delay seen for cpu, sync block I/O, swapin, memory reclaim etc.
76 seen by a given task or a task group (tgid).
79 seen.
103 Get delays seen in executing a given simple command
Dtaskstats-struct.txt127 * Uses time intervals seen by the kernel i.e. no adjustment
/linux-4.4.14/drivers/usb/host/
Dohci-dbg.c488 struct ed **seen, *ed; in fill_periodic_buffer() local
494 seen = kmalloc(DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC); in fill_periodic_buffer()
495 if (!seen) in fill_periodic_buffer()
524 if (seen [temp] == ed) in fill_periodic_buffer()
557 seen [seen_count++] = ed; in fill_periodic_buffer()
574 kfree (seen); in fill_periodic_buffer()
Dehci-dbg.c625 union ehci_shadow p, *seen; in fill_periodic_buffer() local
631 seen = kmalloc(DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC); in fill_periodic_buffer()
632 if (!seen) in fill_periodic_buffer()
676 if (seen [temp].ptr != p.ptr) in fill_periodic_buffer()
719 seen [seen_count++].qh = p.qh; in fill_periodic_buffer()
758 kfree (seen); in fill_periodic_buffer()
Dfotg210-hcd.c530 union fotg210_shadow p, *seen; in fill_periodic_buffer() local
536 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer()
537 if (!seen) in fill_periodic_buffer()
583 if (seen[temp].ptr != p.ptr) in fill_periodic_buffer()
600 seen[seen_count++].qh = p.qh; in fill_periodic_buffer()
629 kfree(seen); in fill_periodic_buffer()
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_tcp.h17 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-batman-adv6 Indicates the status of <iface> as it is seen by batman.
Dsysfs-class-net-statistics6 Indicates the number of collisions seen by this network device.
59 Indicates the number of receive FIFO errors seen by this
Dsysfs-class-net-queues24 Indicates the number of transmit timeout events seen by this
Dsysfs-power266 interrupt from an IRQ line armed for system wakeup) seen by the
/linux-4.4.14/drivers/staging/media/cxd2099/
DTODO7 doing it, as seen at:
/linux-4.4.14/arch/alpha/lib/
Dev67-strrchr.S78 beq t1, $loop # U : if we havnt seen a null, loop
99 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
Dstrrchr.S51 beq t1, $loop # .. e1 : if we havnt seen a null, loop
Dstxncpy.S170 mskql t6, a1, t6 # e0 : mask out bits already seen
Dev6-stxncpy.S212 mskql t6, a1, t6 # U : mask out bits already seen
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt227 unc=N Number of uncache page requests seen
228 Acquire n=N Number of acquire cookie requests seen
239 Updates n=N Number of update cookie requests seen
242 Relinqs n=N Number of relinquish cookie requests seen
245 AttrChg n=N Number of attribute changed requests seen
250 Allocs n=N Number of allocation requests seen
258 Retrvls n=N Number of retrieval (read) requests seen
268 Stores n=N Number of storage (write) requests seen
Dcachefiles.txt439 may be overridden. This is not seen externally, and is used whan a process
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Dsti-mailbox.txt42 - mbox-names : Name given to channels seen in the 'mboxes' property.
Domap-mailbox.txt73 positive index value is seen only on mailboxes that have
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze34 I've seen reports that bttv 0.7.x crashes whereas 0.8.x works rock solid
71 VGA cards seems to cause trouble sometimes. I've also seen funny
DInsmod-options153 one. This chip is seen on most STB TV/FM cards (usually from
DCards182 has not yet been seen (perhaps it was the german name for LR90 [stereo]).
/linux-4.4.14/drivers/mtd/ubi/
Dfastmap.c42 static inline void free_seen(int *seen) in free_seen() argument
44 kfree(seen); in free_seen()
53 static inline void set_seen(struct ubi_device *ubi, int pnum, int *seen) in set_seen() argument
55 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in set_seen()
58 seen[pnum] = 1; in set_seen()
66 static int self_check_seen(struct ubi_device *ubi, int *seen) in self_check_seen() argument
70 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in self_check_seen()
74 if (!seen[pnum] && ubi->lookuptbl[pnum]) { in self_check_seen()
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH92 100 0 100 0 100 0 100 load seen by ondemand(%)
94 50 50 50 50 50 50 50 load seen by ondemand(%)
/linux-4.4.14/tools/perf/
Dbuiltin-top.c715 static struct intlist *seen; in perf_event__process_sample() local
717 if (!seen) in perf_event__process_sample()
718 seen = intlist__new(NULL); in perf_event__process_sample()
720 if (!intlist__has_entry(seen, sample->pid)) { in perf_event__process_sample()
723 intlist__add(seen, sample->pid); in perf_event__process_sample()
/linux-4.4.14/Documentation/sound/oss/
DESS16 little testprogram that shows that is works, haven't seen a real program that
DSoundPro40 There is also a PCI SoundPro chip. I have not seen this chip, so I have
DPSS-updates28 differ on some PSS sound cards, all the PSS sound cards that I have seen have a
/linux-4.4.14/Documentation/hwmon/
Dw83l785ts20 of external resistors, so the user cannot change it. Values seen so
Dvt1211139 the voltages as seen at the individual pins of UCH1-UCH5. The voltage at the
Dsysfs-interface663 was seen so far.
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt87 When a nondirectory with c_nlink > 1 is seen, the (c_maj,c_min,c_ino)
101 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is
/linux-4.4.14/scripts/mod/
Dmodpost.h116 int seen; member
Dmodpost.c2211 m->seen = is_vmlinux(m->name); in add_depends()
2223 if (s->module->seen) in add_depends()
2226 s->module->seen = 1; in add_depends()
/linux-4.4.14/Documentation/
DIRQ-affinity.txt38 As can be seen from the line above IRQ44 was delivered only to the first four
Dbus-virt-phys-mapping.txt28 - bus address. This is the address of memory as seen by OTHER devices,
61 where all the addresses actually point to the same thing. It's just seen
Dvolatile-considered-harmful.txt96 result, the use of volatile is likely to be seen as a bug and will bring
Dlocal_ops.txt105 the data seen by local_read across CPUs must be considered to be out of order
Dlzo.txt66 End of stream is declared when a block copy of distance 0 is seen. Only one
Dmd.txt248 When an md array has seen no write requests for a certain period
297 like active, but no writes have been seen for a while (safe_mode_delay).
376 write_error - device has ever seen a write error.
Dassoc_array.txt48 length is seen.
57 circumstances, some objects may be seen more than once. If this is a
Dkobject.txt55 object-oriented terms, kobjects can be seen as a top-level, abstract class
350 An example of using a kset can be seen in the
Dmodule-signing.txt177 in a keyring called ".system_keyring" that can be seen by:
Ddynamic-debug-howto.txt166 seen in "lsmod", i.e. without the directory or the .ko
Dcpu-hotplug.txt224 seen any poweroff/reboot failure so far after CPU0 is offline on a few tested
Dmemory-barriers.txt121 The set of accesses as seen by the memory system in the middle can be arranged
321 As can be seen above, independent memory operations are effectively performed
2134 two spinlocked sections on two different CPUs may be seen as interleaved by the
2152 may be seen by the PCI bridge as follows:
2837 operations as seen by external observers in the system:
Datomic_ops.txt401 still seen as one
Dpinctrl.txt36 Here is an example of a PGA (Pin Grid Array) chip seen from underneath:
404 Here is an example of a PGA (Pin Grid Array) chip seen from underneath:
DDMA-API.txt656 allocator has ever seen. If this value goes
Dkmemcheck.txt696 As we have seen, kmemcheck will produce false positive reports. Therefore, it
DCodingStyle684 Kernel developers like to be seen as literate. Do mind the spelling
Dkernel-parameters.txt2596 machines although I haven't seen such issues so far
/linux-4.4.14/Documentation/filesystems/
D9p.txt47 mount points. Each 9P export is seen by the client as a virtio device with an
49 seen by reading /sys/bus/virtio/drivers/9pnet_virtio/virtio<n>/mount_tag files.
Dxfs-delayed-logging-design.txt44 moving forward. This can be seen in the table above by the changing
59 Hence it can be seen that the relogging operation is fundamental to the correct
194 formatting method and the delayed logging formatting can be seen in the
408 vs two dirty cachelines except for the fact I've seen upwards of 80,000 log
780 From this, it can be seen that the only life cycle differences between the two
Dautofs4-mount-control.txt94 This mechanism is used for the well known "hosts" map and we have seen
224 An example of an implementation which uses this interface can be seen
Drelay.txt126 padding is automatically removed and will not be seen by
131 and will not be seen by the reader.
Dvfs.txt609 to free up memory (flush). The difference can be seen in
/linux-4.4.14/Documentation/networking/
Dtcp-thin.txt16 applications, we have seen that they often produce thin streams
Dxfrm_sync.txt164 seen, then an odd behavior is seen as follows:
Dtcp.txt90 sk->tcp_last_tx_ack Last ack seen
Dtuntap.txt14 It can be seen as a simple Point-to-Point or Ethernet device, which,
Dipvs-sysctl.txt42 are in FIN_WAIT state, as this is the last state seen by load
D3c509.txt194 The two values typically seen here are:
Deql.txt98 managers is up to you. Most other connection managers that I've seen
Drxrpc.txt231 the tag is guaranteed not to be seen again, and so it can be used to pin
476 incoming connections are made. This can be seen in an example program that can
731 from AF_RXRPC's knowledge and will not be seen again in association with
Dopenvswitch.txt210 as long as those values are rarely seen in practice, because userspace
Dvrf.txt48 packets are not seen by tcpdump. Will revisit this limitation in a
Dixgb.txt383 the available memory is heavily fragmented. This issue may be seen with PCI-X
Dfilter.txt1141 messages as seen in the log:
Dbonding.txt1392 This has been reported on some Fedora Core kernels, and has been seen on
2100 is seen (instead of seeing only traffic destined for the local host).
/linux-4.4.14/Documentation/powerpc/
Dcpu_features.txt34 just 2 macros (found in arch/powerpc/include/asm/cputable.h), as seen in head.S
Deeh-pci-error-recovery.txt38 electrical connections. The vast majority of EEH errors seen in
142 seen in /proc/ppc64/eeh (subject to change). Normally, almost
Dcxlflash.txt82 seen from each path.
138 SCSI protocol stack, this open is actually not seen by the cxlflash
/linux-4.4.14/Documentation/fb/
Ddeferred_io.txt24 As can be seen from above, one benefit is roughly to allow bursty framebuffer
Dmodedb.txt93 CVT also introduced a new naming convention (should be seen from dmesg output):
/linux-4.4.14/Documentation/sound/alsa/soc/
Djack.txt5 the kernel side of which can be seen in include/sound/jack.h. ASoC
/linux-4.4.14/tools/perf/util/
Dmachine.c252 static struct strlist *seen; in machines__findnew() local
254 if (!seen) in machines__findnew()
255 seen = strlist__new(NULL, NULL); in machines__findnew()
257 if (!strlist__has_entry(seen, path)) { in machines__findnew()
259 strlist__add(seen, path); in machines__findnew()
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-dma.txt17 In practice, I've seen the average transfer to be roughly 80K, but transfers
/linux-4.4.14/Documentation/input/
Drotary-encoder.txt58 meaning that there it has seen half the way of a one-step transition.
Dalps.txt179 occasionally it's seen with only a single contact).
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dregulator.txt76 its just seen as a special case of a regulator being a
/linux-4.4.14/Documentation/usb/
Dgadget_configfs.txt20 A gadget is seen by its host as a set of configurations, each of which contains
51 made available through configfs can be seen here:
Dehci.txt22 At this writing, this driver has been seen to work with implementations
135 transaction translators are in use; some drivers have been seen to behave
DWUSB-Design-overview.txt321 has seen the port status changes, as we have been toggling them. It will
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt100 It can be seen from the above, that the factory bad block marker must be
/linux-4.4.14/Documentation/RCU/
Drcu.txt32 Therefore, as soon as a CPU is seen passing through any of these
Dtorture.txt265 o "Reader Pipe": Histogram of "ages" of structures seen by readers.
277 o "Reader Batch": Another histogram of "ages" of structures seen
Drcubarrier.txt269 The rcu_barrier() primitive has seen relatively little use, since most
Dstallwarn.txt216 This can result in the "All QSes seen" console-log message.
DwhatisRCU.txt781 For example, if multiple independent list updates must be seen as
DRTFP.txt143 2004 has seen a Linux-Journal article on use of RCU in dcache
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt136 the tracepoint being enabled and the check being seen.
Duprobetracer.txt117 Format of events can be seen by viewing the file events/uprobes/zfree_entry/format
Devents.txt221 an error message can be seen by looking at the filter e.g.:
/linux-4.4.14/Documentation/development-process/
D3.Early-stage27 immediate problem. To the wider kernel community, though, it was seen as a
77 easy to miss things. Your author has seen the posting of a complete
D7.AdvancedTopics83 which has been exported to others should generally be seen as immutable
D6.Followthrough194 far. If you are seen as needlessly blocking good work, those patches will
D4.Coding45 pure coding style fixes are seen as noise by the development community;
D2.Process327 As can be seen from the above text, the kernel development process depends
/linux-4.4.14/Documentation/sysctl/
Dfs.txt188 time-of-check-time-of-use race, most commonly seen in world-writable
208 time-of-check-time-of-use race, most commonly seen in world-writable
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt22 blocked, or ignored it can be seen by waiting or ptracing parent tasks.
Dmemory.txt474 kernel pages will still be seen. This is not considered a failure and the
Dcpusets.txt160 in the two formats seen in the following example:
/linux-4.4.14/Documentation/i2c/
Dfault-codes105 transaction it can't. (These limitations can't be seen in
Dwriting-clients220 transfer can be seen as a read operation by a chip and as a write
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcci.txt27 through the CCI interconnect is the same as the one seen from the
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt214 I2C memory is seen at offset 1M and the internal SPI flash is seen
/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c189 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
/linux-4.4.14/Documentation/rapidio/
Dsysfs.txt19 seen by the enumerating host (destID = 1):
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt83 the performance of this lock has been seen to significantly improve a
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c202 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
/linux-4.4.14/Documentation/arm/
Dvlocks.txt17 final value seen in that memory location when all the votes have been
Dcluster-pm-race-avoidance.txt206 as seen by a CPU tearing the cluster down. The "inbound side" is the
207 view of the cluster state as seen by a CPU setting the CPU up.
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt74 These numbers are no magical secrets, as seen below:
/linux-4.4.14/tools/perf/Documentation/
Dperf-script-perl.txt105 seen in the example above.
Dperf-script-python.txt501 seen in the example above.
Dintel-pt.txt741 pay attention to PSB packets, but just decodes the bytes - so the packets seen
/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt52 is the number of intervening non-contiguous I/Os that must be seen
/linux-4.4.14/fs/
DKconfig.binfmt66 seen at boot time. If unsure, say Y.
/linux-4.4.14/arch/m68k/ifpsp060/
DTEST.DOC135 statements printed will be seen.
/linux-4.4.14/scripts/
Dcheckpatch.pl4682 my $seen = 0;
4703 $seen++ if ($block =~ /^\s*{/);
4720 if ($seen) {
4729 $seen != $allow) {
/linux-4.4.14/fs/cifs/
DKconfig105 user namespace prefix, but their names are seen by Linux cifs clients
/linux-4.4.14/Documentation/sound/alsa/
DAudiophile-Usb.txt297 - You shouldn't enable Di if no source is seen on the port (this leads to
423 * The Audiophile USB is seen as 2 (or three) Alsa devices: hw:1,0, hw:1,1
DOSS-Emulation.txt71 As seen above, PCM and MIDI may have two devices. Usually, the first
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt144 So, as can be seen from the two diagrams (the parts marked as "Common code"),
Dpm_qos_interface.txt25 being runtime configurable or changeable from a driver was seen as too easy to
Dswsusp.txt397 /sys/power/state file; write "standby" or "mem".) We've not seen any
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt207 The rip value seen by the tracer will be the syscall entry address;
/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt185 is because the physical interrupt is never actually seen by the host because the
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt189 to know whether it has seen an imported object from a different process
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt282 support of the X86 PC. It remains to be seen whether that will be the case, as
524 the TSC as seen from other CPUs, even in an otherwise perfectly synchronized
Dapi.txt770 Gets the current timestamp of kvmclock as seen by the current guest. In
2062 value in the kvm_regs structure seen as a 32bit array.
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt184 of an output pin, the value returned should be what's seen on the pin. That
Dgpio-legacy.txt176 value of an output pin, the value returned should be what's seen on the
/linux-4.4.14/drivers/usb/gadget/
DKconfig229 perspective are seen as interfaces) and configurations are
/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt138 As can be seen above, once any scmd is added to shost->eh_cmd_q,
Dscsi_fc_transport.txt137 and this set of identifiers can be seen on switch management screens
Dst.txt512 qualifier 00h 17h are seen regardless of the setting of
DChangeLog.lpfc15 * Fix for issue where not all luns are seen. Search all lists
160 worker thread. Fixes panic seen with insmod/rmmod testing with
/linux-4.4.14/arch/x86/math-emu/
DREADME64 seen it. It is based upon one of those ideas which one carries around
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt55 this has the quickest encryption/decryption routines i've seen.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt914 never seen by I/O scheduler again. IOW, after
969 4.2 Request flows seen by I/O schedulers
970 All requests seen by I/O schedulers strictly follow one of the following three
/linux-4.4.14/Documentation/vm/
Dtranshuge.txt154 The khugepaged progress can be seen in the number of pages collapsed:
Dnuma_memory_policy.txt133 can be seen by examining the /proc/<pid>/numa_maps of tasks sharing
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq1678 /* We have seen a data phase at least once. */
1885 * already seen and acked (REQINIT never comes true).
2061 * LAST_SEG_DONE status has been seen in the current FIFO.
Daic7xxx.seq334 * reselected, but haven't seen an IDENTIFY message from the target yet.
848 /* We have seen a data phase for the first time */
Daic79xx.reg2737 * The SCSI ID to use for Selection Out and seen during a reselection..
3859 * The last bus phase as seen by the sequencer.
Daic7xxx.reg1501 * The last bus phase as seen by the sequencer.
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre287 Shows maximum observed file striping data seen by this
/linux-4.4.14/Documentation/isdn/
DREADME545 not seen by the kernel, but their ISDN-part can be configured with
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt208 of colours that my display uses it consumes less battery power. I've seen
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt254 As seen, enforcing that the total utilization is smaller than M does not
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt789 For the given example above, here is the view of the objects as seen by the
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped247 /* When an EOF's been seen but there's still some text to process
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped236 /* When an EOF's been seen but there's still some text to process
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c_shipped264 /* When an EOF's been seen but there's still some text to process
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME80 at module initialization time (by running insmod cifs.ko) can be seen.
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt1267 can be seen in the example above for the usb subdirectory.
/linux-4.4.14/lib/
DKconfig.debug1198 security pointer in the cred struct is never seen to be invalid.
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1836 Why have I never seen one ?.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3981 usually adds is not seen. So, the filesystem has no idea what the