| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_hp.h | 66 void **pointers; member 81 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set() 90 ck_pr_fas_ptr(&record->pointers[i], pointer); in ck_hp_set_fence() 92 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set_fence() 102 void **pointers = record->pointers; in ck_hp_clear() local 106 *pointers++ = NULL; in ck_hp_clear()
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hp.c | 136 void **pointers) in ck_hp_register() argument 141 entry->pointers = pointers; in ck_hp_register() 145 memset(pointers, 0, state->degree * sizeof(void *)); in ck_hp_register() 176 if (ck_pr_load_ptr(&record->pointers) == NULL) in ck_hp_member_scan() 180 hazard = ck_pr_load_ptr(&record->pointers[i]); in ck_hp_member_scan() 203 if (ck_pr_load_ptr(&record->pointers) == NULL) in ck_hp_member_cache() 210 pointer = ck_pr_load_ptr(&record->pointers[i]); in ck_hp_member_cache()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 8 stack of pointers. 16 * Push and pop a burst of one or more stack objects (pointers). These function 36 The lock-based stack consists of a contiguous array of pointers, a current 51 The lock-free push operation enqueues a linked list of pointers by pointing the 59 without blocking. It then dequeues pointers by walking the list -- starting 61 walking the list, the data pointers are recorded in an object table.
|
| H A D | rawdev.rst | 47 information through opaque data or pointers.
|
| H A D | kernel_nic_interface.rst | 193 The ``struct rte_kni_ops`` structure contains pointers to functions to 281 and the next pointers in mbuf-chain will convert to physical address. 285 and next pointers must convert back to virtual address if exists before put in the free_q FIFO.
|
| H A D | ring_lib.rst | 16 * Objects can be pointers or elements of multiple of 4 byte size 48 A simplified representation of a Ring is shown in with consumer and producer head and tail pointers…
|
| H A D | graph_lib.rst | 305 a mismatch, copy all the pkt_set pointers that were ``last_spec`` and move the 315 This is the ``home run`` where memcpy of buffer pointers to next node is avoided.
|
| H A D | mempool_lib.rst | 89 The cache is composed of a small, per-core table of pointers and its length (used as a stack).
|
| H A D | ipsec_lib.rst | 151 To accommodate future custom implementations function pointers
|
| H A D | generic_receive_offload_lib.rst | 67 structures in the heap and stores their pointers in the GRO context.
|
| H A D | multi_proc_support.rst | 58 in the secondary process so that all memory zones are shared between processes and all pointers to … 177 * The use of function pointers between multiple processes running based of different compiled bin…
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | host-cpu-c-abi.m4 | 66 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. 67 # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 69 # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32. 70 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386. 103 # - aarch64 instruction set, 64-bit pointers, 64-bit 'long': arm64. 104 # - aarch64 instruction set, 32-bit pointers, 32-bit 'long': arm64-ilp32. 105 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': arm or armhf. 485 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64. 486 # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64 489 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | marvell-neta-bm.txt | 12 - pool<0 : 3>,capacity: size of external buffer pointers' ring maintained 18 pointers' pool (id 0 : 3). It will be taken into consideration only when pool
|
| H A D | marvell-pp2.txt | 20 - clocks: pointers to the reference clocks for this device, consequently:
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | meson.build | 22 # The current implementation assumes 64-bit pointers
|
| /f-stack/freebsd/contrib/device-tree/Bindings/misc/ |
| H A D | intel,ixp4xx-ahb-queue-manager.yaml | 15 an 8KB embedded SRAM along with hardware pointers. It is used by both
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | rxtx_callbacks.rst | 125 The RX and TX callbacks are added to the ports/queues as function pointers: 133 to callback function pointers as a ``void*``. In the examples above ``NULL``
|
| H A D | dist_app.rst | 79 cache-line swapping mechanism, passing up to 8 mbuf pointers at a time
|
| H A D | l2_forward_event.rst | 554 function writes the mbuf pointers in a local table and returns the number of 666 The rte_event_dequeue_burst() function writes the mbuf pointers in a local table
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | phy-mvebu-comphy.txt | 30 - clocks: pointers to the reference clocks for this device (CP110 only),
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | fsl-sec2.txt | 14 descriptor pointers each channel fetch fifo can hold.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | spi-orion.txt | 21 - clocks : pointers to the reference clocks for this device, the first
|
| /f-stack/freebsd/kern/ |
| H A D | serdev_if.m | 66 # This method is called by the umbrella driver to obtain function pointers
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | vmxnet3.rst | 45 In the transmit routine, the DPDK application fills packet buffer pointers in the descriptors of th…
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_05.rst | 72 stack of pointers. The API provides multi-thread safe push and pop 73 operations that can operate on one or more pointers per operation.
|