/linux-6.12.1/tools/testing/selftests/memfd/ |
D | run_hugetlbfs_test.sh | 9 # huge pages free. Attempt to allocate enough pages to test. 23 # If not enough free huge pages for test, attempt to increase 44 # If still not enough huge pages available, exit. But, give back any huge 52 printf "Not enough huge pages available (%d < %d)\n" \
|
/linux-6.12.1/Documentation/devicetree/bindings/opp/ |
D | opp-v2-base.yaml | 78 maxItems: 8 # Should be enough regulators 102 maxItems: 8 # Should be enough regulators 117 maxItems: 8 # Should be enough regulators 131 maxItems: 32 # Should be enough 141 maxItems: 32 # Should be enough 218 maxItems: 8 # Should be enough regulators 229 maxItems: 8 # Should be enough regulators 237 maxItems: 8 # Should be enough regulators
|
/linux-6.12.1/include/linux/ |
D | zlib.h | 60 enough (for example if an input file is mmap'ed), or can be done by 117 zalloc must return NULL if there is not enough memory for the object. 215 enough memory, Z_STREAM_ERROR if level is not a valid compression level, 235 enough room in the output buffer), next_in and avail_in are updated and 256 avail_in is zero after the call if enough output space has been provided 273 was enough output space; if deflate returns with Z_OK, this function must be 327 the caller. If next_in is not NULL and avail_in is large enough (the exact 334 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 355 enough room in the output buffer), next_in is updated and processing 397 output is flushed; avail_out must be large enough to hold all the [all …]
|
D | siox.h | 43 * buf is big enough to hold sdev->inbytes - 1 bytes, the status byte 48 * buf is big enough to hold sdev->outbytes - 1 bytes, the status byte
|
/linux-6.12.1/lib/zlib_inflate/ |
D | inffast.c | 32 literal and match bytes until either not enough input or output is 34 When large enough input and output buffers are supplied to inflate(), for 48 LEN -- ran out of enough output space or enough available input 57 Therefore if strm->avail_in >= 6, then there is enough input to avoid 71 const unsigned char *last; /* while in < last, enough input available */ in inflate_fast() 74 unsigned char *end; /* while out < end, enough space available */ in inflate_fast() 116 /* decode literals and length/distances until end-of-block or not enough in inflate_fast()
|
D | inftrees.c | 17 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table 156 against the space in *table, ENOUGH, minus the maximum space needed by in zlib_inflate_table() 158 sufficiency of ENOUGH has not been proven exhaustively, hence the check. in zlib_inflate_table() 198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table() 264 /* check for enough space */ in zlib_inflate_table() 266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | pgalloc.h | 59 * The maximum index size needs to be big enough to allow any 60 * pagetable sizes we need, but small enough to fit in the low bits of 62 * ones, must be aligned to allow at least enough low 0 bits to
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_log_rlimit.c | 64 * If the feature set is new enough, correct a unit conversion error in in xfs_log_calc_max_attrsetm_res() 89 * If the feature set is new enough, drop the oversized minimum log in xfs_log_calc_trans_resv_for_minlogblocks() 99 * to 9 even if the AG was small enough that it would never grow to in xfs_log_calc_trans_resv_for_minlogblocks() 190 * the log is large enough or not at mount time. Returns the minimum size in 228 * don't have enough log space for at one new transaction, which in xfs_log_calc_minimum_size()
|
/linux-6.12.1/drivers/hv/ |
D | ring_buffer.c | 105 * Assume there is enough room. Handles wrap-around in dest case only!! 623 * from a "not enough free space" state to a "enough free in hv_pkt_iter_close() 625 * could run and free up enough space to signal the host, and then in hv_pkt_iter_close() 628 * be a null transition from "enough free space" to "enough free in hv_pkt_iter_close() 631 * Exactly filling the ring buffer is treated as "not enough in hv_pkt_iter_close() 637 * So first check if we were in the "enough free space" state in hv_pkt_iter_close() 645 * Similarly, if the new state is "not enough space", then in hv_pkt_iter_close()
|
D | hv_util.c | 197 /* Ensure recvlen is big enough to read header data */ in shutdown_onchannelcallback() 217 /* Ensure recvlen is big enough to contain shutdown_msg_data struct */ in shutdown_onchannelcallback() 442 /* Ensure recvlen is big enough to read header data */ in timesync_onchannelcallback() 464 /* Ensure recvlen is big enough to read ictimesync_ref_data */ in timesync_onchannelcallback() 476 /* Ensure recvlen is big enough to read ictimesync_data */ in timesync_onchannelcallback() 528 /* Ensure recvlen is big enough to read header data */ in heartbeat_onchannelcallback() 551 * Ensure recvlen is big enough to read seq_num. Reserved area is not in heartbeat_onchannelcallback()
|
/linux-6.12.1/tools/include/nolibc/ |
D | stdlib.h | 23 * any of the related functions is implemented. The area is large enough to 178 * memory is still enough to handle the @new_size. Just return in realloc() 194 * buffer <buffer>, which must be long enough to store the number and the 234 * buffer <buffer>, which must be long enough to store the number and the 265 * buffer <buffer>, which must be long enough to store the number and the 326 * buffer <buffer>, which must be long enough to store the number and the 370 * buffer <buffer>, which must be long enough to store the number and the 401 * buffer <buffer>, which must be long enough to store the number and the
|
/linux-6.12.1/Documentation/devicetree/bindings/dma/ti/ |
D | k3-pktdma.yaml | 79 # Should be enough 90 # Should be enough 101 # Should be enough 112 # Should be enough
|
/linux-6.12.1/tools/testing/selftests/riscv/hwprobe/ |
D | hwprobe.h | 18 * Rather than relying on having a new enough libc to define this, just do it 19 * ourselves. This way we don't need to be coupled to a new-enough libc to
|
/linux-6.12.1/Documentation/devicetree/bindings/dma/ |
D | dma-common.yaml | 22 # Should be enough 37 # Should be enough
|
/linux-6.12.1/drivers/mtd/ubi/ |
D | fastmap-wl.c | 101 * wait_free_pebs_for_pool - wait until there enough free pebs 104 * Wait and execute do_work until there are enough free pebs, fill pool 190 int enough; in ubi_refill_pools_and_lock() local 221 enough = 0; in ubi_refill_pools_and_lock() 233 enough++; in ubi_refill_pools_and_lock() 250 enough++; in ubi_refill_pools_and_lock() 252 if (enough == 2) in ubi_refill_pools_and_lock()
|
/linux-6.12.1/fs/ext4/ |
D | truncate.h | 36 /* Give ourselves just enough room to cope with inodes in which in ext4_blocks_for_truncate() 38 * which resulted in random data in an inode which looked enough in ext4_blocks_for_truncate()
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | syscon-common.yaml | 11 of miscellaneous registers. The registers are not cohesive enough to 36 maxItems: 5 # Should be enough
|
/linux-6.12.1/Documentation/mm/damon/ |
D | index.rst | 11 - *accurate* (the monitoring output is useful enough for DRAM level memory 13 - *light-weight* (the monitoring overhead is low enough to be applied online),
|
/linux-6.12.1/Documentation/fb/ |
D | sa1100fb.rst | 18 on the kernel command line should be enough to configure the 27 options may not be enough to configure the display. Adding sections to
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-nice-design.rst | 83 nice levels were not 'punchy enough', so lots of people had to resort to 91 enough), the scheduler was decoupled from 'time slice' and HZ concepts 108 The third complaint (of negative nice levels not being "punchy" enough
|
/linux-6.12.1/arch/um/drivers/ |
D | stderr_console.c | 52 * opened. Making this an initcall makes this happen late enough that 54 * normal console is good enough to show you all available output.
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_mstate_mgr.c | 100 pr_err("QAT: LM - Not enough space for preamble\n"); in adf_mstate_preamble_add() 157 pr_debug("QAT: LM - Not enough space for header of QAT state sect %s\n", id); in adf_mstate_sect_add_header() 180 pr_debug("QAT: LM - Not enough space for QAT state sect %s, requires %u\n", in adf_mstate_sect_add_vreg() 216 pr_debug("QAT: LM - Not enough space for QAT state sect %s, requires %u\n", in adf_mstate_sect_add()
|
/linux-6.12.1/sound/soc/sof/ |
D | ipc3-loader.c | 119 * assert fw size is big enough to contain extended manifest header, in ipc3_fw_ext_man_size() 250 dev_err(sdev->dev, "not enough data remaining\n"); in sof_ipc3_parse_module_memcpy() 298 dev_err(sdev->dev, "%s: not enough data remaining\n", __func__); in sof_ipc3_parse_module_memcpy() 346 dev_err(sdev->dev, "%s: not enough data for a module\n", in sof_ipc3_load_fw_to_dsp() 362 dev_err(sdev->dev, "%s: not enough data remaining\n", __func__); in sof_ipc3_load_fw_to_dsp()
|
/linux-6.12.1/drivers/iio/accel/ |
D | bmc150-accel.h | 21 * chip ID from the registers but this information is not always enough either. 24 * enough and we can be reasonably sure that the device IDs are reliable
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 49 * 1 = TCP (UDP) packet not long enough to cover TCP (UDP) 83 /* 3 = malformed (packet not long enough to cover IP hdr) */ 85 /* 4 = malformed (packet not long enough to cover len in IP hdr) */ 141 * RGM 12 = packet was not large enough to pass the skipper - 153 * RGM+SPI+PCI 17 = packet was not large enough to pass the 158 * RGM+SPI+PCI 18 = malformed l2 (packet not long enough to
|