Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 25 of 31) sorted by relevance

12

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c489 tcp_twclose(struct tcptw *tw, int reuse) in tcp_twclose() argument
509 tcp_tw_2msl_stop(tw, reuse); in tcp_twclose()
674 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) in tcp_tw_2msl_stop() argument
697 if (!reuse) in tcp_tw_2msl_stop()
703 tcp_tw_2msl_scan(int reuse) in tcp_tw_2msl_scan() argument
713 if (tw == NULL || (!reuse && (tw->tw_time - ticks) > 0)) { in tcp_tw_2msl_scan()
756 tcp_twclose(tw, reuse); in tcp_tw_2msl_scan()
757 if (reuse) in tcp_tw_2msl_scan()
H A Dtcp_timer.h224 tcp_tw_2msl_scan(int reuse); /* XXX temporary? */
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c82 __hlist_lookup(struct mlx5_hlist *h, uint64_t key, void *ctx, bool reuse) in __hlist_lookup() argument
96 if (reuse) { in __hlist_lookup()
110 hlist_lookup(struct mlx5_hlist *h, uint64_t key, void *ctx, bool reuse) in hlist_lookup() argument
116 node = __hlist_lookup(h, key, ctx, reuse); in hlist_lookup()
261 __cache_lookup(struct mlx5_cache_list *list, void *ctx, bool reuse) in __cache_lookup() argument
268 if (reuse) { in __cache_lookup()
280 cache_lookup(struct mlx5_cache_list *list, void *ctx, bool reuse) in cache_lookup() argument
285 entry = __cache_lookup(list, ctx, reuse); in cache_lookup()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-388.dtsi10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
H A Dste-ab8505.dtsi240 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
H A Dste-ab8500.dtsi305 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
H A Dgemini-dlink-dir-685.dts287 * the display panel, that reuse the parallel flash Chip
/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h224 tcp_tw_2msl_scan(int reuse); /* XXX temporary? */
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost_blk.rst14 The sample application reuse lots codes from SPDK(Storage Performance
H A Dperformance_thread.rst348 reuse of legacy code written for POSIX pthreads.
1133 establish the feasibility of a code reuse project. It is also a fairly
/f-stack/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst43 in DPDK's ether layer. And to minimize the change, we reuse already-existing
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h172 ngx_queue_t reuse; member
H A Dngx_http_v2.c1151 ngx_queue_remove(&node->reuse); in ngx_http_v2_state_headers()
1882 ngx_queue_remove(&node->reuse); in ngx_http_v2_state_priority()
1885 ngx_queue_insert_tail(&h2c->closed, &node->reuse); in ngx_http_v2_state_priority()
2605 ngx_queue_insert_tail(&h2c->closed, &node->reuse); in ngx_http_v2_push_stream()
2614 ngx_queue_remove(&node->reuse); in ngx_http_v2_push_stream()
3199 node = ngx_queue_data(q, ngx_http_v2_node_t, reuse); in ngx_http_v2_get_closed_node()
4370 ngx_queue_insert_tail(&h2c->closed, &node->reuse); in ngx_http_v2_close_stream()
4758 ngx_queue_remove(&parent->reuse); in ngx_http_v2_set_dependency()
4759 ngx_queue_insert_tail(&h2c->closed, &parent->reuse); in ngx_http_v2_set_dependency()
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Daxs10x_mb.dtsi111 * we may reuse it saying that we're compatible with their
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md113 frequent reuse is expected.
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in212 * If defined, retain memory for later reuse by default rather than using e.g.
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h975 t_Error FM_PORT_ConfigForwardReuseIntContext(t_Handle h_FmPort, bool reuse);
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_port_ext.h2188 bool reuse);
/f-stack/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_ethdev.c160 uint16_t align, bool reuse) in gpa_zone_reserve() argument
169 if (!reuse) { in gpa_zone_reserve()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmbuf_lib.rst242 since indirect buffers provide the means to reuse the same packet data across multiple buffers.
H A Drcu_lib.rst84 is not available for reuse during the grace period. Longer grace periods
/f-stack/freebsd/contrib/zstd/
H A DCOPYING256 of promoting the sharing and reuse of software generally.
/f-stack/dpdk/license/
H A Dgpl-2.0.txt256 of promoting the sharing and reuse of software generally.
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv2256 of promoting the sharing and reuse of software generally.
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-link.m439 dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the

12