Home
last modified time | relevance | path

Searched refs:behind (Results 1 – 25 of 148) sorted by relevance

123456

/linux/block/
A Dbadblocks.c541 if ((s < BB_OFFSET(p[behind])) && in can_merge_behind()
542 ((s + sectors) >= BB_OFFSET(p[behind])) && in can_merge_behind()
543 ((BB_END(p[behind]) - s) <= BB_MAX_LEN) && in can_merge_behind()
544 BB_ACK(p[behind]) == bad->ack) in can_merge_behind()
555 int behind) in behind_merge()
562 WARN_ON(s >= BB_OFFSET(p[behind])); in behind_merge()
565 if (s < BB_OFFSET(p[behind])) { in behind_merge()
566 merged = BB_OFFSET(p[behind]) - s; in behind_merge()
567 p[behind] = BB_MAKE(s, BB_LEN(p[behind]) + merged, bad->ack); in behind_merge()
687 int behind) in overlap_behind() argument
[all …]
/linux/fs/ubifs/
A Dmaster.c27 int behind; in ubifs_compare_master_node() local
43 behind = hmac_offs + UBIFS_MAX_HMAC_LEN; in ubifs_compare_master_node()
45 if (UBIFS_MST_NODE_SZ > behind) in ubifs_compare_master_node()
46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); in ubifs_compare_master_node()
/linux/drivers/md/
A Dmd-bitmap.h90 unsigned long sectors, bool behind);
92 unsigned long sectors, bool success, bool behind);
/linux/Documentation/ABI/testing/
A Dsysfs-ata21 connected, the number of links behind it.
43 If a link is behind a port, the directory name is linkX, where X is ata_port_id
44 of the port. If a link is behind a PM, its name is linkX.Y where X is
121 "none" if no device was found behind the link.
/linux/Documentation/driver-api/cxl/
A Daccess-coordinates.rst10 For certain CXL region construction with endpoints behind CXL switches (SW) or
12 the endpoints behind a switch being more than the switch upstream link.
70 RP device. If the endpoint is behind a switch, the device pointer would be the
/linux/Documentation/devicetree/bindings/usb/
A Dulpi.txt4 Phys that are behind a ULPI connection can be described with the following
/linux/Documentation/driver-api/mei/
A Dnfc.rst6 Some Intel 8 and 9 Series chipsets support NFC devices connected behind
/linux/drivers/clk/versatile/
A DKconfig29 Express platforms hidden behind its configuration infrastructure,
/linux/Documentation/arch/x86/
A Dbooting-dt.rst21 otherwise like interrupt routing or a list of devices behind an I2C bus.
/linux/drivers/fsi/
A DKconfig60 This option enables a FSI master that is present behind an OPB bridge
70 behind an IBM I2C Responder (I2CR) chip. The I2CR is an I2C device
/linux/Documentation/gpu/rfc/
A Di915_gem_lmem.rst11 * Merge the uAPI bits behind special CONFIG_BROKEN(or so) flag
/linux/Documentation/driver-api/pci/
A Dp2pdma.rst17 only supports doing P2P when the endpoints involved are all behind the
61 memory behind it, its driver could add support as a P2P provider and
123 effects behind it. Thus, the order of loads and stores should not be important
/linux/Documentation/devicetree/bindings/i2c/
A Di2c-mux-ltc4306.txt19 multiplexers on the bus and the devices behind them use same I2C addresses.
A Di2c-mux-gpmux.yaml59 However, I2C transactions to devices behind all I2C multiplexers connected
/linux/Documentation/devicetree/bindings/crypto/
A Dhisilicon,hip07-sec.txt22 - iommus: The SEC units are behind smmu-v3 iommus.
/linux/Documentation/filesystems/
A Dinotify.rst18 What is the design decision behind not tying the watch to the open fd of
29 What is the design decision behind using an-fd-per-instance as opposed to
/linux/drivers/usb/isp1760/
A DKconfig14 where the chip itself is behind a PLB to simulate such
/linux/Documentation/maintainer/
A Dconfigure-git.rst41 history can find related discussions and rationale behind a certain change.
/linux/arch/arm/boot/dts/microchip/
A Dat91-ariag25.dts77 /* TWD2+TCLK2 hidden behind ethernet, so no i2c2 */
/linux/arch/arm64/boot/dts/marvell/
A Dac5-98dx25xx.dtsi231 * Dedicated section for devices behind 32bit controllers so we
234 behind-32bit-controller@7f000000 {
/linux/drivers/nfc/
A DKconfig26 will use an HCI NFC driver for an NFC chip connected behind an
/linux/Documentation/i2c/
A Di2c-topology.rst16 from the I2C bus, at least most of the time, and sits behind a gate
105 address 0x42 behind mux-one may be interleaved with a similar
106 operation targeting device address 0x42 behind mux-two. The
121 behind the mux, when an unrelated I2C transfer is in flight during
/linux/Documentation/firmware-guide/acpi/
A Denumeration.rst9 devices behind serial bus controllers.
21 - Devices behind real busses where there is a connector resource
30 The ACPI implementation enumerates devices behind busses (platform, SPI,
229 Slave devices behind SPI bus have SpiSerialBus resource attached to them.
304 The slaves behind I2C bus controller only need to add the ACPI IDs like
306 any slave devices behind the controller device once the adapter is
/linux/Documentation/devicetree/bindings/memory-controllers/
A Dexynos-srom.yaml14 extra properties, describing the bus behind it, should be specified.
/linux/arch/alpha/lib/
A Dev67-strrchr.S101 nop # E : hide the cmov latency (2) behind ctlz latency

Completed in 50 milliseconds

123456