/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 23 See the network driver for the exact meaning of when this 51 packet processing. See the network driver for the exact 60 network device. See the network driver for the exact 71 the exact meaning of this value. 80 exact meaning of this value. 89 driver for the exact meaning of this value. 98 (e.g: larger than MTU). See the network driver for the exact 116 a medium collision). See the network driver for the exact 125 device. See the network driver for the exact meaning of this 137 network driver for the exact meaning of this value. [all …]
|
D | sysfs-firmware-ofw | 27 in the directory. The contents of each file is the exact
|
D | sysfs-driver-hid-logitech-lg4ff | 19 wheel into the corresponding mode. Depending on the exact model
|
D | sysfs-bus-iio | 601 depending on the exact set requested. So if you want to be 655 vary depending on the exact set requested. So if you want to be
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbistring.c | 29 bool exact = true; in __TBIFindStr() local 35 exact = false; in __TBIFindStr() 71 (!exact || (search->Len == match_len + 1)) && in __TBIFindStr()
|
/linux-4.4.14/crypto/ |
D | crypto_user.c | 48 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() argument 63 else if (!exact) in crypto_alg_match() 390 int exact = 0; in crypto_add_alg() local 403 exact = 1; in crypto_add_alg() 405 if (priority && !exact) in crypto_add_alg() 408 alg = crypto_alg_match(p, exact); in crypto_add_alg()
|
D | api.c | 66 int exact, fuzzy; in __crypto_alg_lookup() local 79 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup() 81 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup() 92 if (exact) in __crypto_alg_lookup()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1201 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) in t4vf_alloc_mac_filt() 1203 : ARRAY_SIZE(cmd.u.exact)); in t4vf_alloc_mac_filt() 1205 u.exact[fw_naddr]), 16); in t4vf_alloc_mac_filt() 1219 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt() 1232 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt() 1284 struct fw_vi_mac_exact *p = &cmd.u.exact[0]; in t4vf_change_mac() 1286 u.exact[1]), 16); in t4vf_change_mac() 1308 p = &rpl.u.exact[0]; in t4vf_change_mac() 1331 u.exact[0]), 16); in t4vf_set_addr_hash()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | cdns,xtensa-mx.txt | 6 Remaining properties have exact same meaning as in Xtensa PIC
|
/linux-4.4.14/arch/sh/drivers/ |
D | Kconfig | 9 Use the power-on LED on your machine as a load meter. The exact
|
/linux-4.4.14/scripts/genksyms/ |
D | genksyms.h | 64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
D | genksyms.c | 166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() argument 177 if (exact && sym && sym->type != ns) in find_symbol()
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | rockchip-efuse.txt | 5 - reg: Should contain the registers location and exact eFuse size
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | pwm-clock.txt | 17 is not exact but was rounded to nanoseconds.
|
/linux-4.4.14/fs/gfs2/ |
D | rgrp.h | 31 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
|
D | rgrp.c | 503 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd() argument 519 if (exact) { in gfs2_blk2rgrpd()
|
/linux-4.4.14/Documentation/networking/ |
D | gianfar.txt | 28 filtering. On the eTSEC, the exact-match MAC registers are used
|
D | openvswitch.txt | 79 The <linux/openvswitch.h> header file defines the exact format of the 101 A wildcarded flow can represent a group of exact match flows. Each '1' bit 102 in the mask specifies a exact match with the corresponding bit in the flow key. 108 space program. The kernel can ignore the mask attribute, installing an exact
|
D | can.txt | 228 and have to be logged together with the exact timestamp. For this
|
D | bonding.txt | 543 setting this option to 0 or to 1 has the exact same effect.
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | jz4780-dma.txt | 44 the client. Otherwise, the exact channel specified will be used. The channel
|
/linux-4.4.14/fs/ubifs/ |
D | tnc.c | 1161 int err, exact; in ubifs_lookup_level0() local 1180 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0() 1202 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0() 1203 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0() 1204 return exact; in ubifs_lookup_level0() 1297 int err, exact; in lookup_level0_dirty() local 1319 exact = ubifs_search_zbranch(c, znode, key, n); in lookup_level0_dirty() 1346 if (exact || !is_hash_key(c, key) || *n != -1) { in lookup_level0_dirty() 1347 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in lookup_level0_dirty() 1348 return exact; in lookup_level0_dirty()
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm95245 | 39 It will round up to the next selectable interval. See the datasheet for exact
|
D | lm95234 | 39 It will round up to the next selectable interval. See the datasheet for exact
|
D | adt7462 | 19 two. See the chip documentation for more details about the exact set of
|
D | lm75 | 88 they reproduce the exact register tricks of the original LM75, and must
|
D | w83781d | 279 You can handle all 3 the exact same way :) 420 remember the exact value) would be 70% and higher would be full on.
|
D | sysfs-interface | 59 between readings to be caught and alarmed. The exact definition of an
|
/linux-4.4.14/Documentation/misc-devices/ |
D | ad525x_dpot.txt | 23 and may vary greatly on a part-by-part basis. For exact interpretation of
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 16 PWM properties should be named "pwms". The exact meaning of each pwms
|
/linux-4.4.14/Documentation/netlabel/ |
D | introduction.txt | 31 protocol built on top of the Generic NETLINK transport mechanism. The exact
|
D | lsm_interface.txt | 37 Depending on the exact configuration, translation between the network packet
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 12 of the specific I2C controller. This were his exact words:
|
/linux-4.4.14/Documentation/filesystems/ |
D | isofs.txt | 21 check=strict Matches only filenames with the exact same case
|
D | squashfs.txt | 46 compressed inode is on average 8 bytes in length (the exact length varies on
|
D | fuse.txt | 255 exact sequence and timing of operations performed. This
|
D | sharedsubtree.txt | 481 exact same configuration as that of 'B'. This new propagation tree 498 in the exact same configuration as that of 'B'. This new propagation
|
D | path-lookup.txt | 64 exact path walking flags.
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig | 109 initially work for you. As of this writing the exact hardware
|
D | Kconfig.devices | 14 Use the power-on LED on your machine as a load meter. The exact
|
D | Kconfig.cpu | 447 specific to the exact CPU that you are using.
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 171 - first, exact matches, sorted alphabetically (an exact match
|
D | makefiles.txt | 550 cc-fullversion is useful when the exact version of gcc is needed.
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 25 for an example where the compiler can in fact deduce the exact 54 allow the compiler to deduce the exact value, which again can 360 the exact value of "p" even in the not-equals case. This allows the
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 77 exact mechanism to trigger these or the notification mechanism to other 90 using RCU read locks. The opp_find_freq_{exact,ceil,floor}, 140 dev_pm_opp_find_freq_exact - Search for an OPP based on an *exact* frequency and
|
D | pci.txt | 376 state from which it can signal wakeup. The exact method of signaling wakeup is
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | machinecheck | 9 a hardware subsystem) and subevents in a bank. The exact meaning
|
/linux-4.4.14/drivers/net/wan/lmc/ |
D | lmc_var.h | 159 u32 exact; member
|
/linux-4.4.14/Documentation/pti/ |
D | pti_intel_mid.txt | 68 // doubt you'll want to use these exact error lines of code
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 53 Results[2]: Size: The exact number of bytes to transfer.
|
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 47 most of the datasheets & hardware (to be exact none of those supported
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 39 bool "Try to make Hardware errors exact" 42 By default, the Blackfin hardware errors are not exact - the error
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 67 not necessarily mean that it will occur every time even using the exact
|
/linux-4.4.14/Documentation/ |
D | serial-console.txt | 77 like this to /etc/inittab (exact syntax depends on your getty):
|
D | stable_api_nonsense.txt | 72 module for the exact specific kernel configuration, using the same exact
|
D | rbtree.txt | 252 lo:hi or to find whether there is an exact match for a new lo:hi. 255 way making it possible to do efficient lookup and exact match.
|
D | gcov.txt | 158 exact same file system location on the test machine as on the build
|
D | BUG-HUNTING | 194 In addition, you can use GDB to figure out the exact file and line
|
D | remoteproc.txt | 178 the exact virtqueue index to look in is optional: it is easy (and not
|
D | nommu-mmap.txt | 198 The mremap() function must be given an exact match for base address and size of
|
D | svga.txt | 37 for exact meaning of the ID). Warning: rdev and LILO don't support
|
D | vfio.txt | 457 be called with the exact address and size used for registering
|
D | atomic_ops.txt | 541 The routines xchg() and cmpxchg() must provide the same exact
|
D | pinctrl.txt | 881 Depending on the exact HW register design, some functions exposed by the 1362 This gives the exact same result as the above construction.
|
D | HOWTO | 509 the exact opposite of what companies are used to doing. Your proposal
|
D | kprobes.txt | 578 exact instance of the kretprobe that caused the problem. We have the
|
D | DMA-API-HOWTO.txt | 482 You should provide the exact DMA direction if you know it.
|
D | kernel-parameters.txt | 1301 highmem=nn[KMG] [KNL,BOOT] forces the highmem zone to have an exact 2047 memmap=exactmap [KNL,X86] Enable setting of an exact 4029 vmalloc=nn[KMG] [KNL,BOOT] Forces the vmalloc area to have an exact
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 29 The exact purpose of each gpios property must be documented in the device tree 92 value at the device. The exact definition of logically asserted should be
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 46 to our runqueue. The exact number of tasks amounts to an imbalance previously
|
D | sched-deadline.txt | 199 Of course it is possible to test the exact schedulability of tasks with
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-parport | 74 - This is the exact pinout and electronics used on the Analog Devices
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 116 (c) the magnitude of the exact result (before rounding) is less than 2^-16382. 118 (e) the magnitude of the exact result would be exactly 2^-16382 if the 234 return exact results; they have no error.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | setox.S | 108 | b) N*L1 is exact because N is no longer than 22 bits and 110 | c) The calculation X+N*L1 is also exact due to cancellation. 149 | will all be exact --- a property that will give much
|
D | stan.S | 334 faddx FP_SCR2(%a6),%fp0 |high part of reduction is exact
|
D | do_func.S | 324 bra t_resdnrm |force UNFL(but exact) result
|
D | bindec.S | 612 | be inexact, since all powers of ten up to 10^27 are exact
|
D | res_func.S | 1561 fbeq int_wrt |exact answer 1569 fbeq int_wrt |exact answer
|
D | round.S | 46 | If g=r=s=0 then result is exact and round is done, else set
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | softfloat-macros | 554 divisor `b' must be at least 2^63. If q is the exact quotient truncated 556 If the exact quotient q is larger than 64 bits, the maximum positive 64-bit 599 case, the approximation returned lies strictly within +/-2 of the exact
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 20 exact way to do it depends on the GPIO controller providing the GPIOs, see the
|
D | gpio.txt | 41 The exact capabilities of GPIOs vary between systems. Common options:
|
D | gpio-legacy.txt | 28 The exact capabilities of GPIOs vary between systems. Common options: 480 exact name string of pinctrl device has to be passed as one of the
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 117 with the exact name of the machine, followed by an optional list of 125 Where "ti,omap3-beagleboard-xm" specifies the exact model, it also 128 specific (exact board) to least specific (SoC family).
|
D | booting-without-of.txt | 849 kernel, you would specify the exact board model in the
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | Kconfig | 194 have a rt28xx family compatible chipset, but for which the exact
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 64 IOMMU binding for the exact meaning of the cells that make up the specifier.
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 132 - exact keypress/release sequence
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 452 const char *ifname, bool exact); 1951 bool exact = (remove == FIND); in __pktgen_NN_threads() local 1954 pkt_dev = pktgen_find_dev(t, ifname, exact); in __pktgen_NN_threads() 3576 const char *ifname, bool exact) in pktgen_find_dev() argument 3585 if (exact || p->odevname[len] != '@') in pktgen_find_dev()
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 82 Note: The exact syntax FF_CUSTOM is undefined for the time being as no driver
|
D | joystick-parport.txt | 458 The exact type of the PSX controller type is autoprobed when used, so
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | Kconfig | 91 # IXCDP1100 is the exact same HW as IXDP425, but with a different machine
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 163 the exact power that the governor requests. When the temperature
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 6550 unsigned int fw_naddr = (rem < ARRAY_SIZE(c.u.exact) ? in t4_alloc_mac_filt() 6551 rem : ARRAY_SIZE(c.u.exact)); in t4_alloc_mac_filt() 6553 u.exact[fw_naddr]), 16); in t4_alloc_mac_filt() 6567 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) { in t4_alloc_mac_filt() 6584 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) { in t4_alloc_mac_filt() 6632 struct fw_vi_mac_exact *p = c.u.exact; in t4_change_mac()
|
D | t4fw_api.h | 1990 } exact[7]; member
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 44 At the time of writing, exact chip may be either 'fsl,mpc5200' or
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | xilinx.txt | 48 Typically, the compatible list will include the exact IP core version
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 244 If the auto-detection fails, try to pass the exact I/O address.
|
D | ALSA-Configuration.txt | 898 users from specifying exact period/buffer sizes.
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 176 kernel with the exact same "id" as in the request. If the request already
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 123 exact number that a driver asks for. 279 exact number that a driver asks for.
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 15 kernel understands, or how the exact syntax for the ... option is, or 179 memory faults or bad kernel traps, and kernel panics. To be exact: all 203 lock up). The timeout is not exact, but usually a few
|
/linux-4.4.14/arch/sh/lib/ |
D | memcpy-sh4.S | 194 ! Deciding on an exact value of 'small' is not easy, as the point at which
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.h | 2737 exact:1, member 2743 exact:1, member
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 98 The struct isdn_ctrl also defined in isdn_if. The exact meanings of its 114 setup, etc. The exact meaning of the parameters is described with the
|
D | INTERFACE.CAPI | 216 represent. See <linux/isdn/capiutil.h> for the exact spelling. Member data
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 79 * Functions to only acquire a single w/w mutex, which results in the exact same
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 78 The exact format of the tag protocol is vendor specific, but in general, they 364 of drivers to probe for. unregister_switch_driver() does the exact opposite.
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 271 Loading this driver allows exact mnemonic strings to be
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 33 The exact mcount symbol name will depend on your toolchain. Some call it
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 31 the exact flow of software execution. Intel PT can be used to understand why 534 In per-thread mode an exact list of threads is traced. There is no inheritance.
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 175 don't know the exact address it uses. This happens on TV adapters for
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 532 initially work for you. As of this writing the exact hardware
|
/linux-4.4.14/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 256 which exact CPUs within the cluster play these roles. This must
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 283 of the VF(n) BAR space in the VF BAR. If the PCI core allocates the exact
|
D | hvcs.txt | 233 env variable is set to the exact terminal type of the terminal emulator
|
/linux-4.4.14/drivers/md/ |
D | Kconfig | 85 A RAID-1 set consists of several disk drives which are exact copies
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 616 initially work for you. As of this writing the exact hardware
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 564 method and doesn't show 'exact' value of memory (and swap) usage, it's a fuzz 566 If you want to know more exact memory usage, you should use RSS+CACHE(+SWAP)
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 243 1 - exact: this is the policy that limits PTRACE_ATTACH. Attach is 246 2 - draconian: this policy behaves like the 'exact' above with an
|
D | keys.txt | 1250 to the default matcher function (which does an exact description match
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 234 API-alloc-pages-exact-nid
|
D | gpu.xml.db | 35 API-drm-vma-offset-exact-lookup-locked
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 460 It does, but the DMA API was expanded to cope with this exact case, so
|
D | ChangeLog.megaraid | 528 now released in the exact reverse order of the allocation time
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 434 initially work for you. As of this writing the exact hardware
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 203 as the last argument an array of signed 64-bit integers that form an exact
|
D | v4l2-framework.txt | 563 know the exact i2c address so in that case no probing will take place.
|
D | vivid.txt | 379 Like with video capture the framerate is also exact in the long term.
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 524 implementations. The exact distinction of what a region contains is in
|
/linux-4.4.14/net/bluetooth/ |
D | l2cap_core.c | 7204 int exact = 0, lm1 = 0, lm2 = 0; in l2cap_connect_ind() local 7219 exact++; in l2cap_connect_ind() 7228 return exact ? lm1 : lm2; in l2cap_connect_ind()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1354 # branch to _real_inex() (even if the result was exact!); 1932 # branch to _real_inex() (even if the result was exact!);
|
D | fpsp.S | 1355 # branch to _real_inex() (even if the result was exact!); 1933 # branch to _real_inex() (even if the result was exact!); 4185 # no exception that was enabled was set BUT if we got an exact overflow 5599 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact 7041 # T-2, and T-8 will all be exact --- a property that will #
|
D | fplsp.S | 5924 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact 6764 # b) N*L1 is exact because N is no longer than 22 bits # 6766 # c) The calculation X+N*L1 is also exact due to # 6807 # T-2, and T-8 will all be exact --- a property that will #
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 377 exact clock and bus design, the drift may or may not be fixed in absolute
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 84 exact definition depends on the device's driver; drivers are allowed
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 531 the exact frame boundaries, since there are no synchronization headers
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2655 initially work for you. As of this writing the exact hardware
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 965 forces a small delay (1.0 usec to be exact) after changing the
|
/linux-4.4.14/init/ |
D | Kconfig | 855 used as it forces an exact (power of two) size of the ring buffer.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 12365 bool exact) in intel_compare_m_n() argument 12370 if (exact || !m || !n || !m2 || !n2) in intel_compare_m_n()
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1755 initially work for you. As of this writing the exact hardware
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3883 The exact boot error depends on the distribution that you're booting,
|