| /kernel/linux/linux-4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_genversion | 28 # already slow enough 36 $version =~ s/[ \r\n]*$//; # chomp may not be enough (cygwin). 37 $version =~ s/^[ \r\n]*//; # chomp may not be enough (cygwin). 42 $tainted =~ s/[ \r\n]*$//; # chomp may not be enough (cygwin). 43 $tainted =~ s/^[ \r\n]*//; # chomp may not be enough (cygwin). 55 $hostname =~ s/[ \r\n]*$//; # chomp may not be enough (cygwin). 56 $hostname =~ s/^[ \r\n]*//; # chomp may not be enough (cygwin).
|
| /kernel/linux/linux-4.19/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" \
|
| /kernel/linux/linux-5.10/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" \
|
| /kernel/linux/linux-4.19/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. 209 enough memory, Z_STREAM_ERROR if level is not a valid compression level, 229 enough room in the output buffer), next_in and avail_in are updated and 250 avail_in is zero after the call if enough output space has been provided 267 was enough output space; if deflate returns with Z_OK, this function must be 321 the caller. If next_in is not NULL and avail_in is large enough (the exact 328 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 349 enough room in the output buffer), next_in is updated and processing 391 output is flushed; avail_out must be large enough to hold all the [all …]
|
| D | siox.h | 46 * buf is big enough to hold sdev->inbytes - 1 bytes, the status byte 51 * buf is big enough to hold sdev->outbytes - 1 bytes, the status byte
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/drivers/hv/ |
| D | ring_buffer.c | 112 * Assume there is enough room. Handles wrap-around in dest case only!! 519 * from a "not enough free space" state to a "enough free in hv_pkt_iter_close() 521 * could run and free up enough space to signal the host, and then in hv_pkt_iter_close() 524 * be a null transition from "enough free space" to "enough free in hv_pkt_iter_close() 527 * Exactly filling the ring buffer is treated as "not enough in hv_pkt_iter_close() 533 * So first check if we were in the "enough free space" state in hv_pkt_iter_close() 541 * Similarly, if the new state is "not enough space", then in hv_pkt_iter_close()
|
| /kernel/linux/linux-4.19/drivers/hv/ |
| D | ring_buffer.c | 123 * Assume there is enough room. Handles wrap-around in dest case only!! 504 * from a "not enough free space" state to a "enough free in hv_pkt_iter_close() 506 * could run and free up enough space to signal the host, and then in hv_pkt_iter_close() 509 * be a null transition from "enough free space" to "enough free in hv_pkt_iter_close() 512 * Exactly filling the ring buffer is treated as "not enough in hv_pkt_iter_close() 518 * So first check if we were in the "enough free space" state in hv_pkt_iter_close() 526 * Similarly, if the new state is "not enough space", then in hv_pkt_iter_close()
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | pgalloc.h | 55 * The maximum index size needs to be big enough to allow any 56 * pagetable sizes we need, but small enough to fit in the low bits of 58 * ones, must be aligned to allow at least enough low 0 bits to
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | dma-common.yaml | 22 # Should be enough 37 # Should be enough
|
| /kernel/linux/linux-4.19/drivers/base/power/ |
| D | domain_governor.c | 134 * Check if subdomains can be off for enough time. in __default_power_down_ok() 146 * Check if the subdomain is allowed to be off long enough for in __default_power_down_ok() 158 * Check if the devices in the domain can be off enough time. in __default_power_down_ok() 165 * Check if the device is allowed to be off long enough for the in __default_power_down_ok()
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | sa1100fb.txt | 16 on the kernel command line should be enough to configure the 25 options may not be enough to configure the display. Adding sections to
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | truncate.h | 34 /* Give ourselves just enough room to cope with inodes in which in ext4_blocks_for_truncate() 36 * which resulted in random data in an inode which looked enough in ext4_blocks_for_truncate()
|
| /kernel/linux/linux-4.19/fs/ext4/ |
| D | truncate.h | 34 /* Give ourselves just enough room to cope with inodes in which in ext4_blocks_for_truncate() 36 * which resulted in random data in an inode which looked enough in ext4_blocks_for_truncate()
|
| /kernel/linux/linux-4.19/drivers/uwb/ |
| D | beacon.c | 368 /* Is there enough data to decode a beacon frame? */ in uwb_verify_beacon() 370 dev_err(dev, "BEACON event: Not enough data to decode " in uwb_verify_beacon() 475 /* Is there enough data to decode the event? */ in uwbd_evt_handle_rc_beacon_size() 477 dev_err(dev, "BEACON SIZE notification: Not enough data to " in uwbd_evt_handle_rc_beacon_size() 513 dev_err(dev, "BP SLOT CHANGE event: Not enough data\n"); in uwbd_evt_handle_rc_bp_slot_change() 549 /* Is there enough data to decode it? */ in uwbd_evt_handle_rc_bpoie_change() 551 dev_err(dev, "BPOIEC notification: Not enough data to " in uwbd_evt_handle_rc_bpoie_change() 559 dev_err(dev, "BPOIEC notification: Not enough IE data to " in uwbd_evt_handle_rc_bpoie_change()
|
| D | ie-rcv.c | 35 /* Is there enough data to decode it? */ in uwbd_evt_handle_rc_ie_rcv() 37 dev_err(dev, "IE Received notification: Not enough data to " in uwbd_evt_handle_rc_ie_rcv()
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/book3s/32/ |
| D | pgalloc.h | 16 * The maximum index size needs to be big enough to allow any 17 * pagetable sizes we need, but small enough to fit in the low bits of 19 * ones, must be aligned to allow at least enough low 0 bits to
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/32/ |
| D | pgalloc.h | 16 * The maximum index size needs to be big enough to allow any 17 * pagetable sizes we need, but small enough to fit in the low bits of 19 * ones, must be aligned to allow at least enough low 0 bits to
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-4.19/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.
|