Home
last modified time | relevance | path

Searched refs:smallest (Results 26 – 50 of 84) sorted by relevance

1234

/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtoshiba,tc358746.yaml43 internal PLL rate smallest possible
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c717 struct mlx5_cache_ent *cur, *smallest = NULL; in mkey_cache_ent_from_rb_key() local
727 smallest = cur; in mkey_cache_ent_from_rb_key()
736 return (smallest && in mkey_cache_ent_from_rb_key()
737 smallest->rb_key.access_mode == rb_key.access_mode && in mkey_cache_ent_from_rb_key()
738 smallest->rb_key.access_flags == rb_key.access_flags && in mkey_cache_ent_from_rb_key()
739 smallest->rb_key.ats == rb_key.ats) ? in mkey_cache_ent_from_rb_key()
740 smallest : in mkey_cache_ent_from_rb_key()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-kontron-sl.dtsi16 * The smallest is 1GB. For larger sizes the bootloader will
H A Dimx8mm-kontron-osm-s.dtsi22 * The smallest is 1GB. For larger sizes the bootloader will
/openbmc/linux/Documentation/scheduler/
H A Dsched-design-CFS.rst42 very simple: it always tries to run the task with the smallest p->se.vruntime
62 increasing value tracking the smallest vruntime among all tasks in the
H A Dsched-nice-design.rst14 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
/openbmc/linux/Documentation/riscv/
H A Dvm-layout.rst150 address space, an address in the next smallest available address space will be
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator.yaml19 description: smallest voltage consumers may set
29 description: smallest current consumers may set
/openbmc/linux/fs/btrfs/
H A Dtree-mod-log.c476 bool smallest) in __tree_mod_log_search() argument
494 } else if (!smallest) { in __tree_mod_log_search()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1332 u32 smallest; in b43legacy_phy_lo_g_measure_txctl2() local
1337 smallest = b43legacy_phy_lo_g_singledeviation(dev, 0); in b43legacy_phy_lo_g_measure_txctl2()
1342 if (tmp < smallest) { in b43legacy_phy_lo_g_measure_txctl2()
1343 smallest = tmp; in b43legacy_phy_lo_g_measure_txctl2()
/openbmc/qemu/docs/devel/
H A Dci-definitions.rst.inc30 smallest software unit and focuses on the internal processing logic and data
/openbmc/linux/Documentation/filesystems/ext4/
H A Difork.rst96 block number can be at most ``2^32``, and the smallest ``n`` that
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-info.rst59 Data in ``devlink-info`` should be broken into the smallest logical
/openbmc/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst120 the former is the largest and that of the latter is the smallest.
/openbmc/linux/kernel/dma/
H A DKconfig219 DMA mapping framework by default aligns all buffers to the smallest
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-event.rst163 smallest available event type. The drivers must allocate their events from
/openbmc/linux/arch/x86/boot/
H A Dheader.S422 # has been achieved. The smallest block type encoding is always used.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-block379 [RO] This is the smallest unit the storage device can address.
463 minimum I/O size which is the smallest request the device can
528 [RO] This is the smallest unit a physical storage device can
/openbmc/linux/fs/squashfs/
H A DKconfig229 to 1K or the smallest block size supported by the block device
/openbmc/linux/drivers/pci/
H A DKconfig266 smallest possible value (128B) system-wide to avoid these issues.
/openbmc/linux/Documentation/power/
H A Duserland-swsusp.rst68 create the smallest image possible)
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-queryctrl.rst148 This field gives the smallest change of an integer control
229 This field gives the smallest change of an integer control
H A Ddev-raw-vbi.rst253 implementation, the smallest unit of data passed at a time is one frame,
/openbmc/phosphor-fan-presence/docs/control/
H A Devents.md361 2. Requests a decrease of the smallest calculated delta value, if there is one.
386 2. Requests a decrease of the smallest calculated delta value, if there is one.
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst166 destination is, only as many bytes as the smallest of the two will be
169 equivalent to a ``strncpy`` where the ``count`` argument equals the smallest

1234