| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 173 size_t room; in gz_write() local 207 room = MIN(sizeof(trailer), in gz_write() 209 memcpy(s->gz_buffer + len, trailer, room); in gz_write() 210 len += room; in gz_write() 225 if (zerror == Z_STREAM_END && room < sizeof(trailer)) in gz_write() 226 error = cb(trailer + room, in gz_write() 227 sizeof(trailer) - room, s->gz_off, arg); in gz_write()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.c | 4305 room = RTE_MIN(room, in mlx5_tx_burst_empw_inline() 4313 part = room; in mlx5_tx_burst_empw_inline() 4328 part -= room; in mlx5_tx_burst_empw_inline() 4376 if (room < tlen) in mlx5_tx_burst_empw_inline() 4393 room -= tlen; in mlx5_tx_burst_empw_inline() 4436 part -= room; in mlx5_tx_burst_empw_inline() 4451 part -= room; in mlx5_tx_burst_empw_inline() 4461 part -= room; in mlx5_tx_burst_empw_inline() 4470 part -= room; in mlx5_tx_burst_empw_inline() 4480 part -= room; in mlx5_tx_burst_empw_inline() [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | reorder_lib.rst | 52 This means that as long as there is room in the Ready buffer, the window will 61 the Order buffer to the Ready buffer, as long as there is room in the Ready buffer.
|
| H A D | rte_security.rst | 147 has required head room and tail room for any protocol header addition. The 217 should make sure that the buffer has required head room and tail room
|
| H A D | ring_lib.rst | 115 If there is not enough room in the ring (this is detected by checking cons_tail), it returns an err… 222 If there is not enough room in the ring (this is detected by checking cons_tail), it returns an err…
|
| H A D | bbdev.rst | 578 with enough room for the output data. 702 with enough room for the output data. 826 The ``output`` buffer is allocated by the application with enough room 1055 application with enough room for the output data.
|
| H A D | compressdev.rst | 517 rte_exit(EXIT_FAILURE, "Not enough room in the mbuf\n"); 520 rte_exit(EXIT_FAILURE, "Not enough room in the mbuf\n");
|
| H A D | mbuf_lib.rst | 219 in the "dynamic space", by registering some room in the mbuf structure:
|
| H A D | hash_lib.rst | 163 If there is room in the alternative bucket, the evicted entry
|
| H A D | cryptodev_lib.rst | 927 rte_exit(EXIT_FAILURE, "Not enough room in the mbuf\n");
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | fips_validation.rst | 114 possible data room (65535 bytes). If the user wants to test scatter-gather
|
| H A D | l2_forward_real_virtual.rst | 188 The number of allocated pkt mbufs is NB_MBUF, with a data room size of
|
| H A D | l2_forward_job_stats.rst | 161 The number of allocated pkt mbufs is NB_MBUF, with a data room size of
|
| H A D | l2_forward_event.rst | 184 The number of allocated pkt mbufs is NB_MBUF, with a data room size of
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 136 # don't unexpectedly run out of room.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | ci-hdrc-usb2.txt | 80 considers the left room size within frame is less than 188 bytes, software
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | ena.rst | 48 ENA introduces a very small set of management commands with room for
|
| H A D | qede.rst | 142 EAL: memzone_reserve_aligned_thread_unsafe(): No more room in config
|
| H A D | mlx5.rst | 305 - The first mbuf length, without head-room, must be big enough to include the 524 space left for a head room at the end of a stride which incurs some
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 868 * **mbuf: Fix data room size calculation in pool init.** 870 Deduct the mbuf data room size from ``mempool->elt_size`` and ``priv_size``, 877 private size is assumed to be 0, and the room size is ``mp->elt_size`` -
|
| H A D | release_20_05.rst | 361 when there is not enough room to store one object.
|
| H A D | release_19_11.rst | 83 This new feature adds the ability to dynamically register some room
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 93 left to make room. This works if your program is one where the user is
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 490 - Add error message for no more room for gzungetc()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 9847 is present. Now leave room for the Index. BZ 426
|