Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 96) sorted by relevance

1234

/f-stack/dpdk/lib/librte_distributor/
H A Drte_distributor_single.c167 ret_count = d->returns.count; in process_returns()
199 d->returns.start = ret_start; in process_returns()
200 d->returns.count = ret_count; in process_returns()
316 d->returns.start = ret_start; in rte_distributor_process_single()
317 d->returns.count = ret_count; in rte_distributor_process_single()
326 struct rte_distributor_returned_pkts *returns = &d->returns; in rte_distributor_returned_pkts_single() local
328 max_mbufs : returns->count; in rte_distributor_returned_pkts_single()
335 returns->start += i; in rte_distributor_returned_pkts_single()
336 returns->count -= i; in rte_distributor_returned_pkts_single()
374 d->returns.start = d->returns.count = 0; in rte_distributor_clear_returns_single()
[all …]
H A Drte_distributor.c346 unsigned int ret_start = d->returns.start, in handle_returns()
347 ret_count = d->returns.count; in handle_returns()
364 d->returns.start = ret_start; in handle_returns()
365 d->returns.count = ret_count; in handle_returns()
616 struct rte_distributor_returned_pkts *returns = &d->returns; in rte_distributor_returned_pkts() local
618 max_mbufs : returns->count; in rte_distributor_returned_pkts()
628 unsigned int idx = (returns->start + i) & in rte_distributor_returned_pkts()
631 mbufs[i] = returns->mbufs[idx]; in rte_distributor_returned_pkts()
633 returns->start += i; in rte_distributor_returned_pkts()
634 returns->count -= i; in rte_distributor_returned_pkts()
[all …]
H A Ddistributor_private.h101 struct rte_distributor_returned_pkts returns; member
153 struct rte_distributor_returned_pkts returns; member
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-make-request-fn.m472 AC_MSG_CHECKING([whether make_request_fn() returns blk_qc_t])
80 [Noting that make_request_fn() returns blk_qc_t])
93 AC_MSG_CHECKING([whether make_request_fn_rh() returns blk_qc_t])
101 [Noting that make_request_fn() returns blk_qc_t])
107 dnl # make_request_fn returns void.
110 [whether make_request_fn() returns void])
116 [Noting that make_request_fn() returns void])
122 dnl # make_request_fn returns blk_qc_t.
125 [whether make_request_fn() returns blk_qc_t])
132 [returns blk_qc_t])
H A Dalways-compiler-options.m4118 dnl # no- prefixed options gcc always returns success.
144 dnl # no- prefixed options gcc always returns success.
/f-stack/app/redis-5.0.5/tests/unit/
H A Dhyperloglog.tcl16 test {PFADD returns 1 when at least 1 reg was modified} {
20 test {PFADD returns 0 when no reg was modified} {
31 test {PFCOUNT returns approximated cardinality of set} {
167 test {PFCOUNT multiple-keys merge returns cardinality of union #1} {
181 test {PFCOUNT multiple-keys merge returns cardinality of union #2} {
197 test {PFDEBUG GETREG returns the HyperLogLog raw registers} {
H A Dbitops.tcl42 test {BITCOUNT returns 0 against non existing key} {
46 test {BITCOUNT returns 0 with out of range indexes} {
51 test {BITCOUNT returns 0 with negative indexes where start > end} {
217 test {BITPOS bit=0 with empty key returns 0} {
222 test {BITPOS bit=1 with empty key returns -1} {
287 test {BITPOS bit=1 returns -1 if string is all 0 bits} {
H A Dexpire.tcl70 test {PERSIST returns 0 against non existing or non volatile keys} {
124 test {TTL returns time to live in seconds} {
131 test {PTTL returns time to live in milliseconds} {
H A Dintrospection-2.tcl23 test {TOUCH returns the number of existing keys specified} {
/f-stack/dpdk/app/test/
H A Dtest_distributor.c113 struct rte_mbuf *returns[BURST*2]; in sanity_test() local
140 returns, BURST*2); in sanity_test()
168 returns, BURST*2); in sanity_test()
197 returns, BURST*2); in sanity_test()
616 struct rte_mbuf *returns[buf_count]; in sanity_mark_test() local
656 count += rte_distributor_returned_pkts(db, &returns[count], in sanity_mark_test()
662 count += rte_distributor_returned_pkts(db, &returns[count], in sanity_mark_test()
673 seq = *seq_field(returns[i]) >> seq_shift; in sanity_mark_test()
674 id = *seq_field(returns[i]) - (seq << seq_shift); in sanity_mark_test()
779 struct rte_mbuf *returns[RTE_MAX_LCORE]; in quit_workers() local
[all …]
/f-stack/tools/libxo/doc/
H A Dapi.rst124 :returns: void
184 :returns: void
224 :returns: void
345 :returns: void
1009 :returns: void
1032 :returns: void
1109 :returns: void
1220 :returns: void
1228 :returns: void
1238 :returns: void
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Dnull.rst7 NULL PMD is a simple virtual driver mainly for testing. It always returns success for all packets f…
9 On Rx it returns requested number of empty packets (all zero). On Tx it just frees all sent packets.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.return_recursive_table.zcp16 -- This program returns a self-referential data structure.
/f-stack/doc/
H A DF-Stack_API_Reference.md58 …ff_socket creates an endpoint for communication and returns a file descriptor that refers to that …
93 …ff_getpeername() returns the address of the peer connected to the socket sockfd, in the buffer poi…
101 …ff_getsockname() returns the current address to which the socket sockfd is bound, in the buffer po…
168 epoll_create() returns a file descriptor referring to the new epoll instance.
/f-stack/freebsd/kern/
H A Dlinker_if.m58 # Stop and return the error if the callback returns an error.
69 # Stop and return the error if the callback returns an error.
H A Ddevice_if.m97 * if it returns a success status from DEVICE_PROBE(). In particular,
100 * is used to elect which driver is used - the driver which returns
110 * As a special case, if a driver returns zero, the driver election
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dimx6ul_tsc.txt10 This xnur-gpio returns to low once the finger leave the touch screen (The
H A Dbrcm,iproc-touchscreen.txt37 not detected before the controller returns to idle state.
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-dsp-keystone.txt13 - reading pin value returns 0 - if IRQ was handled or 1 - IRQ is still
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst46 then the process API returns to the caller.
58 It returns to the caller all packets which have finished processing by all worker cores.
H A Dmember_lib.rst97 zero false negatives; a query for an element returns either it is "possibly in
197 example for using HTSS with 0% false negative (i.e., when an element returns not
220 returns "not to be present" for a given set. However, the Membership Library
278 …uct to pass in parameters that needed to initialize the set-summary, while the function returns the
324 returns as soon as the first match is found. The return value is 1 if a
330 set-summary structure for their first match. Each key lookup returns as soon as the first match is …
341 returns ALL the matches (possibly more than one) found for this key when it
356 set-summary structure for multiple matches, each key lookup returns ALL the matches (possibly more
H A Dregexdev.rst165 The enqueue function returns the number of operations it actually enqueued for
175 The API call returns the actual number of processed operations returned, this
H A Drcu_lib.rst29 #. Free (Reclaim): in this step, the writer returns the memory to the
145 returns.
150 ``rte_rcu_qsbr_start()`` returns a token to each caller.
177 returns.
/f-stack/dpdk/doc/guides/mempool/
H A Dstack.rst34 returns and releases the lock. As a result, an application using the standard
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib65 # It returns 1 on timeout or 0 otherwise.

1234