Searched full:maximal (Results 1 – 25 of 267) sorted by relevance
1234567891011
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | maximal.c | 10 #include "maximal.bpf.skel.h" 15 struct maximal *skel; in setup() 26 struct maximal *skel = ctx; in run() 39 struct maximal *skel = ctx; in cleanup() 44 struct scx_test maximal = { variable 45 .name = "maximal", 51 REGISTER_SCX_TEST(&maximal)
|
D | reload_loop.c | 11 #include "maximal.bpf.skel.h" 14 static struct maximal *skel;
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | sta.h | 21 * @STA_FLG_MAX_AGG_SIZE_MSK: maximal size for A-MPDU (mask) 22 * @STA_FLG_MAX_AGG_SIZE_SHIFT: maximal size for A-MPDU (bit shift) 23 * @STA_FLG_MAX_AGG_SIZE_8K: maximal size for A-MPDU (8k supported) 24 * @STA_FLG_MAX_AGG_SIZE_16K: maximal size for A-MPDU (16k supported) 25 * @STA_FLG_MAX_AGG_SIZE_32K: maximal size for A-MPDU (32k supported) 26 * @STA_FLG_MAX_AGG_SIZE_64K: maximal size for A-MPDU (64k supported) 27 * @STA_FLG_MAX_AGG_SIZE_128K: maximal size for A-MPDU (128k supported) 28 * @STA_FLG_MAX_AGG_SIZE_256K: maximal size for A-MPDU (256k supported) 29 * @STA_FLG_MAX_AGG_SIZE_512K: maximal size for A-MPDU (512k supported) 30 * @STA_FLG_MAX_AGG_SIZE_1024K: maximal size for A-MPDU (1024k supported) [all …]
|
/linux-6.12.1/security/tomoyo/ |
D | Kconfig | 17 int "Default maximal count for learning mode" 22 This is the default value for maximal ACL entries 30 int "Default maximal count for audit log" 35 This is the default value for maximal entries for
|
/linux-6.12.1/arch/nios2/ |
D | Kconfig | 51 int "Order of maximal physically contiguous allocations" 54 The kernel page allocator limits the size of maximal physically 56 defines the maximal power of two of number of pages that can be
|
/linux-6.12.1/drivers/hwmon/ |
D | bt1-pvt.h | 63 * @PVT_TEMP_MAX: Maximal temperature in millidegrees of Celsius. 66 * @PVT_VOLT_MAX: Maximal voltage in mV. 69 * @PVT_DATA_MAX: Maximal PVT raw data value. 71 * @PVT_TRIM_MAX: Maximal temperature sensor trim value.
|
/linux-6.12.1/Documentation/mm/ |
D | memory-model.rst | 9 spans a contiguous range up to the maximal address. It could be, 73 that aids the sections management. The section size and maximal number 80 The maximal number of sections is denoted `NR_MEM_SECTIONS` and 89 on `CONFIG_SPARSEMEM_EXTREME` and the maximal possible number of
|
/linux-6.12.1/arch/sh/mm/ |
D | Kconfig | 34 int "Order of maximal physically contiguous allocations" 40 The kernel page allocator limits the size of maximal physically 42 defines the maximal power of two of number of pages that can be
|
/linux-6.12.1/Documentation/devicetree/bindings/ata/ |
D | snps,dwc-ahci-common.yaml | 98 description: Maximal size of Tx DMA transactions in FIFO words 103 description: Maximal size of Rx DMA transactions in FIFO words
|
/linux-6.12.1/arch/m68k/ |
D | Kconfig.cpu | 402 int "Order of maximal physically contiguous allocations" if ADVANCED 406 The kernel page allocator limits the size of maximal physically 408 defines the maximal power of two of number of pages that can be
|
/linux-6.12.1/arch/sparc/ |
D | Kconfig | 275 int "Order of maximal physically contiguous allocations" 278 The kernel page allocator limits the size of maximal physically 280 defines the maximal power of two of number of pages that can be
|
/linux-6.12.1/Documentation/power/ |
D | power_supply_class.rst | 105 design values for maximal and minimal power supply voltages. 106 Maximal/minimal means values of voltages when battery considered 111 about maximal and minimal voltage thresholds of a given battery.
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | pkt_sched.h | 215 __u32 limit; /* Maximal packets in queue */ 217 unsigned flows; /* Maximal number of flows */ 234 __u32 limit; /* HARD maximal flow queue length (bytes) */ 264 __u32 limit; /* HARD maximal queue length (bytes) */ 327 __u32 limit; /* HARD maximal queue length (bytes) */
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | kernel_info.S | 17 /* Maximal allowed type for setup_data and setup_indirect structs. */
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ieee802154/ |
D | adf7242.txt | 5 - spi-max-frequency: maximal bus speed (12.5 MHz)
|
D | mrf24j40.txt | 7 - spi-max-frequency: maximal bus speed, should be set something under or equal
|
D | mcr20a.txt | 5 - spi-max-frequency: maximal bus speed, should be set to a frequency
|
D | at86rf230.txt | 6 - spi-max-frequency: maximal bus speed, should be set to 7500000 depends
|
D | cc2520.txt | 5 - spi-max-frequency: maximal bus speed (8000000), should be set to 4000000 depends
|
/linux-6.12.1/arch/x86/include/asm/ |
D | intel_ds.h | 9 /* The maximal number of PEBS events: */
|
/linux-6.12.1/include/linux/ |
D | ext2_fs.h | 26 * Maximal count of links to a file
|
/linux-6.12.1/include/uapi/linux/ |
D | fd.h | 91 read_track, /* maximal number of errors permitted to read an 93 reset, /* maximal number of errors before a reset is tried */ 94 recal, /* maximal number of errors before a recalibrate is
|
D | pkt_sched.h | 216 __u32 limit; /* Maximal packets in queue */ 218 unsigned flows; /* Maximal number of flows */ 235 __u32 limit; /* HARD maximal flow queue length (bytes) */ 268 __u32 limit; /* HARD maximal queue length (bytes) */ 347 __u32 limit; /* HARD maximal queue length (bytes) */
|
/linux-6.12.1/Documentation/networking/ |
D | tipc.rst | 14 than with any other known protocol, while maximal throughput is comparable to 94 Maximal byte throughput for inter-node connections is still somewhat lower than
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-platform-lg-laptop | 21 Maximal battery charge level. Accepted values are 80 or 100.
|
1234567891011