/linux-4.1.27/arch/powerpc/net/ |
D | bpf_jit_comp.c | 35 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 …]
|
D | bpf_jit.h | 312 unsigned int seen; member
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 511 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.1.27/arch/arm/net/ |
D | bpf_jit_32.c | 64 u32 seen; member 146 if (ctx->seen & SEEN_CALL) in saved_regs() 149 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in saved_regs() 151 if (ctx->seen & SEEN_DATA) in saved_regs() 153 if (ctx->seen & SEEN_X) in saved_regs() 162 return fls(ctx->seen & SEEN_MEM); in mem_words_used() 187 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in build_prologue() 190 if (ctx->seen & SEEN_DATA) { in build_prologue() 209 if (ctx->seen & SEEN_MEM) in build_prologue() 217 if (ctx->seen & SEEN_MEM) in build_epilogue() [all …]
|
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit_comp.c | 31 u32 seen; /* Flags to remember seen eBPF instructions */ member 251 jit->seen |= SEEN_LITERAL; \ 262 jit->seen |= SEEN_LITERAL; \ 306 if (jit->seen & SEEN_STACK) in restore_regs() 380 if (jit->seen & SEEN_LITERAL) { in bpf_jit_prologue() 386 if (jit->seen & SEEN_STACK) { in bpf_jit_prologue() 387 if (jit->seen & SEEN_FUNC) in bpf_jit_prologue() 394 if (jit->seen & SEEN_FUNC) in bpf_jit_prologue() 404 if (jit->seen & SEEN_SKB) { in bpf_jit_prologue() 433 if (jit->seen & SEEN_RET0) { in bpf_jit_epilogue() [all …]
|
/linux-4.1.27/drivers/of/ |
D | device.c | 223 int seen = 0, cplen, sl; in of_device_uevent() local 238 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in of_device_uevent() 242 seen++; in of_device_uevent() 244 add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in of_device_uevent() 246 seen = 0; in of_device_uevent() 250 add_uevent_var(env, "OF_ALIAS_%d=%s", seen, in of_device_uevent() 252 seen++; in of_device_uevent()
|
/linux-4.1.27/tools/testing/selftests/sysctl/ |
D | common_tests | 19 local seen 20 seen=$(cat "$1") 21 if [ "${seen}" != "${TEST_STR}" ]; then
|
/linux-4.1.27/drivers/zorro/ |
D | names.c | 20 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.1.27/arch/sparc/net/ |
D | bpf_jit_comp.c | 167 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.1.27/sound/aoa/soundbus/ |
D | core.c | 65 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.1.27/crypto/asymmetric_keys/ |
D | pkcs7_trust.c | 44 if (x509->seen) { in pkcs7_validate_trust_one() 52 x509->seen = true; in pkcs7_validate_trust_one() 178 p->seen = false; in pkcs7_validate_trust()
|
D | pkcs7_verify.c | 178 p->seen = false; in pkcs7_verify_sig_chain() 184 x509->seen = true; in pkcs7_verify_sig_chain() 235 if (p->seen) { in pkcs7_verify_sig_chain()
|
D | x509_parser.h | 41 bool seen; /* Infinite recursion prevention */ member
|
/linux-4.1.27/Documentation/accounting/ |
D | delay-accounting.txt | 45 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
|
D | taskstats-struct.txt | 127 * Uses time intervals seen by the kernel i.e. no adjustment
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_tcp.h | 17 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-dbg.c | 488 struct ed **seen, *ed; in fill_periodic_buffer() local 494 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC))) in fill_periodic_buffer() 522 if (seen [temp] == ed) in fill_periodic_buffer() 555 seen [seen_count++] = ed; in fill_periodic_buffer() 572 kfree (seen); in fill_periodic_buffer()
|
D | ehci-dbg.c | 625 union ehci_shadow p, *seen; in fill_periodic_buffer() local 631 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC))) in fill_periodic_buffer() 675 if (seen [temp].ptr != p.ptr) in fill_periodic_buffer() 718 seen [seen_count++].qh = p.qh; in fill_periodic_buffer() 757 kfree (seen); in fill_periodic_buffer()
|
D | fotg210-hcd.c | 517 union fotg210_shadow p, *seen; in fill_periodic_buffer() local 523 seen = kmalloc(DBG_SCHED_LIMIT * sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer() 524 if (!seen) in fill_periodic_buffer() 568 if (seen[temp].ptr != p.ptr) in fill_periodic_buffer() 614 seen[seen_count++].qh = p.qh; in fill_periodic_buffer() 643 kfree(seen); in fill_periodic_buffer()
|
D | fusbh200-hcd.c | 496 union fusbh200_shadow p, *seen; in fill_periodic_buffer() local 502 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC))) in fill_periodic_buffer() 546 if (seen [temp].ptr != p.ptr) in fill_periodic_buffer() 588 seen [seen_count++].qh = p.qh; in fill_periodic_buffer() 617 kfree (seen); in fill_periodic_buffer()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-batman-adv | 6 Indicates the status of <iface> as it is seen by batman.
|
D | sysfs-class-net-statistics | 6 Indicates the number of collisions seen by this network device. 59 Indicates the number of receive FIFO errors seen by this
|
D | sysfs-class-net-queues | 24 Indicates the number of transmit timeout events seen by this
|
/linux-4.1.27/drivers/staging/media/cxd2099/ |
D | TODO | 7 doing it, as seen at:
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev67-strrchr.S | 78 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
|
D | strrchr.S | 51 beq t1, $loop # .. e1 : if we havnt seen a null, loop
|
D | stxncpy.S | 170 mskql t6, a1, t6 # e0 : mask out bits already seen
|
D | ev6-stxncpy.S | 212 mskql t6, a1, t6 # U : mask out bits already seen
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 227 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
|
D | cachefiles.txt | 439 may be overridden. This is not seen externally, and is used whan a process
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.freeze | 34 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
|
D | Insmod-options | 153 one. This chip is seen on most STB TV/FM cards (usually from
|
D | Cards | 182 has not yet been seen (perhaps it was the german name for LR90 [stereo]).
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | fastmap.c | 42 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.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 92 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.1.27/tools/perf/ |
D | builtin-top.c | 704 static struct intlist *seen; in perf_event__process_sample() local 706 if (!seen) in perf_event__process_sample() 707 seen = intlist__new(NULL); in perf_event__process_sample() 709 if (!intlist__has_entry(seen, sample->pid)) { in perf_event__process_sample() 712 intlist__add(seen, sample->pid); in perf_event__process_sample()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | ESS | 16 little testprogram that shows that is works, haven't seen a real program that
|
D | SoundPro | 40 There is also a PCI SoundPro chip. I have not seen this chip, so I have
|
D | PSS-updates | 28 differ on some PSS sound cards, all the PSS sound cards that I have seen have a
|
/linux-4.1.27/scripts/mod/ |
D | modpost.h | 110 int seen; member
|
D | modpost.c | 2196 m->seen = is_vmlinux(m->name); in add_depends() 2208 if (s->module->seen) in add_depends() 2211 s->module->seen = 1; in add_depends()
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83l785ts | 20 of external resistors, so the user cannot change it. Values seen so
|
D | vt1211 | 139 the voltages as seen at the individual pins of UCH1-UCH5. The voltage at the
|
D | sysfs-interface | 663 was seen so far.
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 87 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.1.27/Documentation/ |
D | IRQ-affinity.txt | 38 As can be seen from the line above IRQ44 was delivered only to the first four
|
D | bus-virt-phys-mapping.txt | 28 - 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
|
D | volatile-considered-harmful.txt | 96 result, the use of volatile is likely to be seen as a bug and will bring
|
D | local_ops.txt | 105 the data seen by local_read across CPUs must be considered to be out of order
|
D | lzo.txt | 66 End of stream is declared when a block copy of distance 0 is seen. Only one
|
D | md.txt | 248 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.
|
D | module-signing.txt | 147 in a keyring called ".system_keyring" that can be seen by:
|
D | assoc_array.txt | 48 length is seen. 57 circumstances, some objects may be seen more than once. If this is a
|
D | kobject.txt | 55 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
|
D | memory-barriers.txt | 121 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 1889 seen by other CPUs before the store to *B: 1907 ensures that the store to *A will always be seen as happening before 2172 to be seen in order unless CPU 3 holds lock M. 2179 two spinlocked sections on two different CPUs may be seen as interleaved by the 2197 may be seen by the PCI bridge as follows: 2882 operations as seen by external observers in the system:
|
D | dynamic-debug-howto.txt | 166 seen in "lsmod", i.e. without the directory or the .ko
|
D | cpu-hotplug.txt | 224 seen any poweroff/reboot failure so far after CPU0 is offline on a few tested
|
D | atomic_ops.txt | 399 still seen as one
|
D | pinctrl.txt | 36 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:
|
D | DMA-API.txt | 662 allocator has ever seen. If this value goes
|
D | kmemcheck.txt | 696 As we have seen, kmemcheck will produce false positive reports. Therefore, it
|
D | CodingStyle | 684 Kernel developers like to be seen as literate. Do mind the spelling
|
D | kernel-parameters.txt | 2519 machines although I haven't seen such issues so far
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 47 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.
|
D | xfs-delayed-logging-design.txt | 44 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
|
D | autofs4-mount-control.txt | 94 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
|
D | relay.txt | 126 padding is automatically removed and will not be seen by 131 and will not be seen by the reader.
|
D | vfs.txt | 607 to free up memory (flush). The difference can be seen in
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 97 o Anyone seen anything implementing this ?
|
/linux-4.1.27/Documentation/networking/ |
D | tcp-thin.txt | 16 applications, we have seen that they often produce thin streams
|
D | xfrm_sync.txt | 164 seen, then an odd behavior is seen as follows:
|
D | tcp.txt | 90 sk->tcp_last_tx_ack Last ack seen
|
D | ipvs-sysctl.txt | 42 are in FIN_WAIT state, as this is the last state seen by load
|
D | tuntap.txt | 14 It can be seen as a simple Point-to-Point or Ethernet device, which,
|
D | 3c509.txt | 194 The two values typically seen here are:
|
D | eql.txt | 98 managers is up to you. Most other connection managers that I've seen
|
D | rxrpc.txt | 231 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
|
D | openvswitch.txt | 210 as long as those values are rarely seen in practice, because userspace
|
D | ixgb.txt | 383 the available memory is heavily fragmented. This issue may be seen with PCI-X
|
D | filter.txt | 1141 messages as seen in the log:
|
D | bonding.txt | 1355 This has been reported on some Fedora Core kernels, and has been seen on 2016 is seen (instead of seeing only traffic destined for the local host).
|
/linux-4.1.27/Documentation/powerpc/ |
D | cpu_features.txt | 34 just 2 macros (found in arch/powerpc/include/asm/cputable.h), as seen in head.S
|
D | eeh-pci-error-recovery.txt | 38 electrical connections. The vast majority of EEH errors seen in 142 seen in /proc/ppc64/eeh (subject to change). Normally, almost
|
/linux-4.1.27/tools/perf/util/ |
D | machine.c | 233 static struct strlist *seen; in machines__findnew() local 235 if (!seen) in machines__findnew() 236 seen = strlist__new(true, NULL); in machines__findnew() 238 if (!strlist__has_entry(seen, path)) { in machines__findnew() 240 strlist__add(seen, path); in machines__findnew()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 117 If this pattern is seen, configuring more nfsd threads will *not* 119 seen, then something more subtle is wrong.
|
/linux-4.1.27/Documentation/fb/ |
D | deferred_io.txt | 24 As can be seen from above, one benefit is roughly to allow bursty framebuffer
|
D | modedb.txt | 93 CVT also introduced a new naming convention (should be seen from dmesg output):
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | jack.txt | 5 the kernel side of which can be seen in include/sound/jack.h. ASoC
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 69 its just seen as a special case of a regulator being a
|
/linux-4.1.27/Documentation/input/ |
D | rotary-encoder.txt | 54 meaning that there it has seen half the way of a one-step transition.
|
D | alps.txt | 179 occasionally it's seen with only a single contact).
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 17 In practice, I've seen the average transfer to be roughly 80K, but transfers
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_configfs.txt | 20 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:
|
D | ehci.txt | 22 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
|
D | WUSB-Design-overview.txt | 321 has seen the port status changes, as we have been toggling them. It will
|
/linux-4.1.27/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 100 It can be seen from the above, that the factory bad block marker must be
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache-policies.txt | 52 is the number of intervening non-contiguous I/Os that must be seen
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 331 seen by throttling policy). These are further divided by the type 336 blkio.io_serviced does accounting as seen by CFQ and counts are in 339 of bios as seen by throttling policy. These bios can later be
|
D | freezer-subsystem.txt | 22 blocked, or ignored it can be seen by waiting or ptracing parent tasks.
|
D | memory.txt | 474 kernel pages will still be seen. This is not considered a failure and the
|
D | cpusets.txt | 160 in the two formats seen in the following example:
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu.txt | 32 Therefore, as soon as a CPU is seen passing through any of these
|
D | torture.txt | 278 o "Reader Pipe": Histogram of "ages" of structures seen by readers. 290 o "Reader Batch": Another histogram of "ages" of structures seen
|
D | rcubarrier.txt | 269 The rcu_barrier() primitive has seen relatively little use, since most
|
D | stallwarn.txt | 200 This can result in the "All QSes seen" console-log message.
|
D | whatisRCU.txt | 779 For example, if multiple independent list updates must be seen as
|
D | RTFP.txt | 143 2004 has seen a Linux-Journal article on use of RCU in dcache
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 165 time-of-check-time-of-use race, most commonly seen in world-writable 185 time-of-check-time-of-use race, most commonly seen in world-writable
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 73 positive index value is seen only on mailboxes that have
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 136 the tracepoint being enabled and the check being seen.
|
D | uprobetracer.txt | 117 Format of events can be seen by viewing the file events/uprobes/zfree_entry/format
|
D | events.txt | 221 an error message can be seen by looking at the filter e.g.:
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 27 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
|
D | 7.AdvancedTopics | 83 which has been exported to others should generally be seen as immutable
|
D | 6.Followthrough | 194 far. If you are seen as needlessly blocking good work, those patches will
|
D | 4.Coding | 45 pure coding style fixes are seen as noise by the development community;
|
D | 2.Process | 327 As can be seen from the above text, the kernel development process depends
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 105 transaction it can't. (These limitations can't be seen in
|
D | writing-clients | 220 transfer can be seen as a read operation by a chip and as a write
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | cci.txt | 27 through the CCI interconnect is the same as the one seen from the
|
/linux-4.1.27/Documentation/fmc/ |
D | carrier.txt | 214 I2C memory is seen at offset 1M and the internal SPI flash is seen
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 185 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 83 the performance of this lock has been seen to significantly improve a
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 19 seen by the enumerating host (destID = 1):
|
/linux-4.1.27/Documentation/arm/ |
D | vlocks.txt | 17 final value seen in that memory location when all the votes have been
|
D | cluster-pm-race-avoidance.txt | 206 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.1.27/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 200 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
|
/linux-4.1.27/Documentation/blockdev/ |
D | ramdisk.txt | 74 These numbers are no magical secrets, as seen below:
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-perl.txt | 105 seen in the example above.
|
D | perf-script-python.txt | 501 seen in the example above.
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | TEST.DOC | 135 statements printed will be seen.
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 66 seen at boot time. If unsure, say Y.
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 4486 my $seen = 0; 4507 $seen++ if ($block =~ /^\s*{/); 4524 if ($seen) { 4533 $seen != $allow) {
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 105 user namespace prefix, but their names are seen by Linux cifs clients
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 297 - 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
|
D | OSS-Emulation.txt | 71 As seen above, PCM and MIDI may have two devices. Usually, the first
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 207 The rip value seen by the tracer will be the syscall entry address;
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 144 So, as can be seen from the two diagrams (the parts marked as "Common code"),
|
D | pm_qos_interface.txt | 25 being runtime configurable or changeable from a driver was seen as too easy to
|
D | swsusp.txt | 397 /sys/power/state file; write "standby" or "mem".) We've not seen any
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 189 to know whether it has seen an imported object from a different process
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 181 of an output pin, the value returned should be what's seen on the pin. That
|
D | gpio-legacy.txt | 176 value of an output pin, the value returned should be what's seen on the
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 282 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
|
D | api.txt | 759 Gets the current timestamp of kvmclock as seen by the current guest. In 2026 value in the kvm_regs structure seen as a 32bit array.
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 229 perspective are seen as interfaces) and configurations are
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 138 As can be seen above, once any scmd is added to shost->eh_cmd_q,
|
D | scsi_fc_transport.txt | 137 and this set of identifiers can be seen on switch management screens
|
D | st.txt | 453 qualifier 00h 17h are seen regardless of the setting of
|
D | ChangeLog.lpfc | 15 * 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.1.27/Documentation/crypto/ |
D | descore-readme.txt | 55 this has the quickest encryption/decryption routines i've seen.
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 64 seen it. It is based upon one of those ideas which one carries around
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 914 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.1.27/Documentation/vm/ |
D | transhuge.txt | 154 The khugepaged progress can be seen in the number of pages collapsed:
|
D | numa_memory_policy.txt | 133 can be seen by examining the /proc/<pid>/numa_maps of tasks sharing
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1678 /* 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.
|
D | aic79xx.reg | 2737 * The SCSI ID to use for Selection Out and seen during a reselection.. 3859 * The last bus phase as seen by the sequencer.
|
D | aic7xxx.seq | 334 * reselected, but haven't seen an IDENTIFY message from the target yet. 848 /* We have seen a data phase for the first time */
|
D | aic7xxx.reg | 1501 * The last bus phase as seen by the sequencer.
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 545 not seen by the kernel, but their ISDN-part can be configured with
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 208 of colours that my display uses it consumes less battery power. I've seen
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 255 /* When an EOF's been seen but there's still some text to process
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 236 /* When an EOF's been seen but there's still some text to process
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 246 /* When an EOF's been seen but there's still some text to process
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 80 at module initialization time (by running insmod cifs.ko) can be seen.
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 1267 can be seen in the example above for the usb subdirectory.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1189 security pointer in the cred struct is never seen to be invalid.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1836 Why have I never seen one ?.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3981 usually adds is not seen. So, the filesystem has no idea what the
|