Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 25 of 60) sorted by relevance

123

/f-stack/freebsd/contrib/ck/include/
H A Dck_hp.h66 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 Dck_hp.c136 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 Dstack_lib.rst8 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 Drawdev.rst47 information through opaque data or pointers.
H A Dkernel_nic_interface.rst193 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 Dring_lib.rst16 * 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 Dgraph_lib.rst305 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 Dmempool_lib.rst89 The cache is composed of a small, per-core table of pointers and its length (used as a stack).
H A Dipsec_lib.rst151 To accommodate future custom implementations function pointers
H A Dgeneric_receive_offload_lib.rst67 structures in the heap and stores their pointers in the GRO context.
H A Dmulti_proc_support.rst58 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 Dhost-cpu-c-abi.m466 # - 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 Dmarvell-neta-bm.txt12 - 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 Dmarvell-pp2.txt20 - clocks: pointers to the reference clocks for this device, consequently:
/f-stack/dpdk/drivers/net/enic/
H A Dmeson.build22 # The current implementation assumes 64-bit pointers
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Dintel,ixp4xx-ahb-queue-manager.yaml15 an 8KB embedded SRAM along with hardware pointers. It is used by both
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst125 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 Ddist_app.rst79 cache-line swapping mechanism, passing up to 8 mbuf pointers at a time
H A Dl2_forward_event.rst554 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 Dphy-mvebu-comphy.txt30 - clocks: pointers to the reference clocks for this device (CP110 only),
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt14 descriptor pointers each channel fetch fifo can hold.
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-orion.txt21 - clocks : pointers to the reference clocks for this device, the first
/f-stack/freebsd/kern/
H A Dserdev_if.m66 # This method is called by the umbrella driver to obtain function pointers
/f-stack/dpdk/doc/guides/nics/
H A Dvmxnet3.rst45 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 Drelease_19_05.rst72 stack of pointers. The API provides multi-thread safe push and pop
73 operations that can operate on one or more pointers per operation.

123