Home
last modified time | relevance | path

Searched full:enough (Results 1 – 25 of 4507) sorted by relevance

12345678910>>...181

/OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/
H A Drun_hugetlbfs_test.sh9 # 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" \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A Dupdate-results-script.patch27 -ENOUGH=`../bin/$OS/enough`
29 +ENOUGH=`enough`
30 export ENOUGH
31 echo "OK, it looks like you can time stuff down to $ENOUGH usec resolution."
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h60 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_feature.cpp74 // there isn't enough room for the label after the beginning of the line in bboxifyLabel()
78 // The line doesn't extend far enough back for all of our padding, in bboxifyLabel()
79 // but we got far enough to show the label under most conditions. in bboxifyLabel()
101 // The line doesn't extend far enough back for this box, skip it in bboxifyLabel()
111 // There isn't enough room before the end of the line. in bboxifyLabel()
H A Dcheck_max_angle.cpp33 // there isn't enough room for the label after the beginning of the line in checkMaxAngle()
50 // there isn't enough room for the label before the end of the line in checkMaxAngle()
64 // remove corners that are far enough away from the list of recent anchors in checkMaxAngle()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dfastmap-wl.c101 * has_enough_free_count - whether ubi has enough free pebs to fill fm pools
105 * This helper function checks whether there are enough free pebs (deducted
109 * handling, because there maybe no enough free pebs for user volumes after
136 int enough; in ubi_refill_pools() local
158 enough = 0; in ubi_refill_pools()
170 enough++; in ubi_refill_pools()
184 enough++; in ubi_refill_pools()
186 if (enough == 2) in ubi_refill_pools()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinffast.c32 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()
H A Dinftrees.c17 -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()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dring_buffer.c112 * Assume there is enough room. Handles wrap-around in dest case only!!
528 * from a "not enough free space" state to a "enough free in hv_pkt_iter_close()
530 * could run and free up enough space to signal the host, and then in hv_pkt_iter_close()
533 * be a null transition from "enough free space" to "enough free in hv_pkt_iter_close()
536 * Exactly filling the ring buffer is treated as "not enough in hv_pkt_iter_close()
542 * So first check if we were in the "enough free space" state in hv_pkt_iter_close()
550 * Similarly, if the new state is "not enough space", then in hv_pkt_iter_close()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-stat64.patch73 - "%s: Not enough free space on filesystem: min %d free %d",
74 + "%s: Not enough free space on filesystem: min %lld free %lld",
81 - "%s: Not enough free files on filesystem: min %d free %d",
82 + "%s: Not enough free files on filesystem: min %lld free %lld",
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinffast.c36 literal and match bytes until either not enough input or output is
38 When large enough input and output buffers are supplied to inflate(), for
52 LEN -- ran out of enough output space or enough available input
61 Therefore if strm->avail_in >= 6, then there is enough input to avoid
74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast()
77 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
127 /* decode literals and length/distances until end-of-block or not enough in inflate_fast()
H A Dinftrees.c26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
166 against the space in *table, ENOUGH, minus the maximum space needed by in inflate_table()
168 sufficiency of ENOUGH has not been proven exhaustively, hence the check. in inflate_table()
208 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
274 /* check for enough space */ in inflate_table()
276 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
143 zalloc must return Z_NULL if there is not enough memory for the object.
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
258 enough room in the output buffer), next_in and avail_in are updated and
283 particular avail_in is zero after the call if enough output space has been
294 codes block that is 10 bits long. This assures that enough bytes are output
302 be provided enough bits at this point in order to complete decompression of
322 enough output space; if deflate returns with Z_OK, this function must be
331 return Z_STREAM_END. If not enough output space is provided, deflate will
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
143 zalloc must return Z_NULL if there is not enough memory for the object.
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
258 enough room in the output buffer), next_in and avail_in are updated and
283 particular avail_in is zero after the call if enough output space has been
294 codes block that is 10 bits long. This assures that enough bytes are output
302 be provided enough bits at this point in order to complete decompression of
322 enough output space; if deflate returns with Z_OK, this function must be
331 return Z_STREAM_END. If not enough output space is provided, deflate will
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
143 zalloc must return Z_NULL if there is not enough memory for the object.
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
258 enough room in the output buffer), next_in and avail_in are updated and
283 particular avail_in is zero after the call if enough output space has been
294 codes block that is 10 bits long. This assures that enough bytes are output
302 be provided enough bits at this point in order to complete decompression of
322 enough output space; if deflate returns with Z_OK, this function must be
331 return Z_STREAM_END. If not enough output space is provided, deflate will
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
143 zalloc must return Z_NULL if there is not enough memory for the object.
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
258 enough room in the output buffer), next_in and avail_in are updated and
283 particular avail_in is zero after the call if enough output space has been
294 codes block that is 10 bits long. This assures that enough bytes are output
302 be provided enough bits at this point in order to complete decompression of
322 enough output space; if deflate returns with Z_OK, this function must be
331 return Z_STREAM_END. If not enough output space is provided, deflate will
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgalloc.h55 * 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
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c24 debug("Not enough memory for descriptor allocation\n"); in blob_decap()
52 debug("Not enough memory for descriptor allocation\n"); in blob_encap()
84 debug("Not enough memory for descriptor allocation\n"); in blob_dek()
/OK3568_Linux_fs/external/security/bin/optee_v2/uclibc_lib/arm/
HDtee-supplicant ... rk_secure_storage lseek fail rk_secure_storage write fail rk_secure_storage read fail Not enough backup sections! malloc backup_data fail backup sections error! ...
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhw_queue.c66 * This function assumes there is enough space on the queue to submit a new
99 * - Make sure we have enough space in the h/w queue
100 * - Make sure we have enough space in the completion queue
114 /* Check we have enough space in the queue */ in ext_queue_sanity_checks()
125 * Check we have enough space in the completion queue in ext_queue_sanity_checks()
152 * - Make sure we have enough space in the h/w queue
168 /* Check we have enough space in the queue */ in int_queue_sanity_checks()
181 * hw_queue_sanity_checks() - Make sure we have enough space in the h/w queue
195 /* Check we have enough space in the queue */ in hw_queue_sanity_checks()
859 dev_err(hdev->dev, "Not enough memory for H/W queues\n"); in hl_hw_queues_create()
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_sleep.py14 # 3s isn't too long, but is enough to cross a few second boundaries.
22 # 0.25s margin is hopefully enough to account for any system overhead.
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c123 int enough; in ubi_refill_pools() local
134 enough = 0; in ubi_refill_pools()
146 enough++; in ubi_refill_pools()
161 enough++; in ubi_refill_pools()
163 if (enough == 2) in ubi_refill_pools()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dmd5.h22 * 'input'. 'output' must have enough space to hold 16 bytes.
28 * 'output' must have enough space to hold 16 bytes. If 'chunk' Trigger the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Ddma-common.yaml22 # Should be enough
37 # Should be enough
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-nice-design.rst83 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

12345678910>>...181