Home
last modified time | relevance | path

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

1234567891011

/OK3568_Linux_fs/kernel/net/core/
H A Dsock_reuseport.c23 struct sock_reuseport *reuse; in reuseport_has_conns_set() local
29 reuse = rcu_dereference_protected(sk->sk_reuseport_cb, in reuseport_has_conns_set()
31 if (likely(reuse)) in reuseport_has_conns_set()
32 reuse->has_conns = 1; in reuseport_has_conns_set()
41 struct sock_reuseport *reuse = kzalloc(size, GFP_ATOMIC); in __reuseport_alloc() local
43 if (!reuse) in __reuseport_alloc()
46 reuse->max_socks = max_socks; in __reuseport_alloc()
48 RCU_INIT_POINTER(reuse->prog, NULL); in __reuseport_alloc()
49 return reuse; in __reuseport_alloc()
54 struct sock_reuseport *reuse; in reuseport_alloc() local
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dsock_reuseport.h43 struct sock_reuseport *reuse; in reuseport_has_conns() local
47 reuse = rcu_dereference(sk->sk_reuseport_cb); in reuseport_has_conns()
48 if (reuse && reuse->has_conns) in reuseport_has_conns()
H A Dtcp.h499 struct sock_reuseport *reuse; in tcp_synq_overflow() local
501 reuse = rcu_dereference(sk->sk_reuseport_cb); in tcp_synq_overflow()
502 if (likely(reuse)) { in tcp_synq_overflow()
503 last_overflow = READ_ONCE(reuse->synq_overflow_ts); in tcp_synq_overflow()
506 WRITE_ONCE(reuse->synq_overflow_ts, now); in tcp_synq_overflow()
523 struct sock_reuseport *reuse; in tcp_synq_no_recent_overflow() local
525 reuse = rcu_dereference(sk->sk_reuseport_cb); in tcp_synq_no_recent_overflow()
526 if (likely(reuse)) { in tcp_synq_no_recent_overflow()
527 last_overflow = READ_ONCE(reuse->synq_overflow_ts); in tcp_synq_no_recent_overflow()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_listen.c78 int prog_reuseport(struct sk_reuseport_md *reuse) in prog_reuseport() argument
85 err = bpf_sk_select_reuseport(reuse, &sock_map, &zero, 0); in prog_reuseport()
87 err = bpf_sk_select_reuseport(reuse, &sock_hash, &zero, 0); in prog_reuseport()
H A Dtest_tcpbpf_kern.c57 struct bpf_sock_ops *reuse = skops; in bpf_testcb() local
69 : [reuse] "+r"(reuse) in bpf_testcb()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dibbler/
H A Ddibbler_git.bb17 PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update"
21 PACKAGECONFIG[bind-reuse] = "--enable-bind-reuse,,,"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp387 pointer reuse = pointer(); in vector_alloc_holder() local
388 … m_start = this->allocation_command(allocate_new, initial_size, m_capacity = initial_size, reuse); in vector_alloc_holder()
400 pointer reuse = pointer(); in vector_alloc_holder() local
401 … m_start = this->allocation_command(allocate_new, initial_size, m_capacity = initial_size, reuse); in vector_alloc_holder()
434 pointer reuse = pointer(); in vector_alloc_holder() local
435 m_start = this->allocation_command(allocate_new, n, m_capacity = n, reuse); in vector_alloc_holder()
466 … size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse) in allocation_command()
469 …is->priv_allocation_command(alloc_version(), command, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
477 pointer reuse = this->start(); in try_expand_fwd() local
478 bool const success = !!this->allocation_command(expand_fwd, new_cap, real_cap, reuse); in try_expand_fwd()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dusb_ops_linux.c362 precvbuf->reuse = true; in usb_read_port_complete()
374 precvbuf->reuse = true; in usb_read_port_complete()
385 precvbuf->reuse = false; in usb_read_port_complete()
412 precvbuf->reuse = true; in usb_read_port_complete()
448 if (!precvbuf->reuse || !precvbuf->pskb) { in usb_read_port()
451 precvbuf->reuse = true; in usb_read_port()
455 if (!precvbuf->reuse || !precvbuf->pskb) { in usb_read_port()
463 precvbuf->reuse = false; in usb_read_port()
502 precvbuf->reuse = true; in rtw_hal_inirp_deinit()
/OK3568_Linux_fs/external/mpp/doc/design/
H A D3.mpp_buffer.txt11 MppBufferGroup provides allocator service and buffer reuse ability.
18 unused list for later reuse. There is a good reason for doing so. When video
/OK3568_Linux_fs/buildroot/package/ltp-testsuite/
H A D0004-lapi-Create-if_addr.h-and-reuse-it-in-rtnetlink.h.patch4 Subject: [PATCH] lapi: Create if_addr.h and reuse it in rtnetlink.h
8 as it belongs there and reuse lapi/if_addr.h in lapi/rtnetlink.h just
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dreuseport_array.c254 struct sock_reuseport *reuse; in bpf_fd_reuseport_array_update_elem() local
304 reuse = rcu_dereference_protected(nsk->sk_reuseport_cb, in bpf_fd_reuseport_array_update_elem()
306 err = reuseport_array_update_check(array, nsk, osk, reuse, map_flags); in bpf_fd_reuseport_array_update_elem()
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Dqcom_glink_native.c71 bool reuse; member
255 if (!intent->reuse) { in qcom_glink_channel_release()
487 bool reuse; in qcom_glink_rx_done_work() local
495 reuse = intent->reuse; in qcom_glink_rx_done_work()
497 cmd.id = reuse ? RPM_CMD_RX_DONE_W_REUSE : RPM_CMD_RX_DONE; in qcom_glink_rx_done_work()
502 if (!reuse) { in qcom_glink_rx_done_work()
523 if (!intent->reuse) { in qcom_glink_rx_done()
679 intent->reuse = reuseable; in qcom_glink_alloc_intent()
692 bool reuse) in qcom_glink_handle_rx_done() argument
717 if (!reuse) { in qcom_glink_handle_rx_done()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_connection_sock.c138 bool reuse = sk->sk_reuse; in inet_csk_bind_conflict() local
154 if (reuse && sk2->sk_reuse && in inet_csk_bind_conflict()
303 bool reuse = sk->sk_reuse && sk->sk_state != TCP_LISTEN; in inet_csk_update_fastreuse() local
306 tb->fastreuse = reuse; in inet_csk_update_fastreuse()
320 if (!reuse) in inet_csk_update_fastreuse()
356 bool reuse = sk->sk_reuse && sk->sk_state != TCP_LISTEN; in inet_csk_get_port() local
391 if ((tb->fastreuse > 0 && reuse) || in inet_csk_get_port()
/OK3568_Linux_fs/kernel/Documentation/driver-api/fpga/
H A Dintro.rst17 seek out a solution that expands the framework for broad reuse.
19 * Generally, when adding code, think of the future. Plan for reuse.
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A DKconfig11 OFDMA, spatial reuse and dual carrier modulation.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dkernel-artifact-names.bbclass3 # for recipes/bbclasses which need to reuse some of the kernel
H A Dbuildstats-summary.bbclass36 bb.note(" {0}: {1:.1f}% sstate reuse({2} setscene, {3} scratch)".format(
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_def_pcie.h64 bool reuse; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-cross-canadian.bb22 # This will result in erroneous reuse of previous sstate packages. The following line
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0005-qgstreamerplayersession-set-m_videoIdentity-drop-buf.patch8 bufferpool unable to reuse memory.
/OK3568_Linux_fs/yocto/meta-qt5/classes/
H A Dpopulate_sdk_qt5_base.bbclass1 # This allow reuse of Qt paths
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A DKconfig8 interfaces to a loaded EFI application, enabling it to reuse U-Boot's
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Darmada-388.dtsi10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp238 RK_U32 reuse, const char *caller) in put_buffer() argument
249 if (reuse) { in put_buffer()
501 RK_U32 reuse = 0; in mpp_buffer_ref_dec() local
505 reuse = (!group->is_misc && !buffer->discard); in mpp_buffer_ref_dec()
506 put_buffer(group, buffer, reuse, caller); in mpp_buffer_ref_dec()
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dpvcalls.h57 uint8_t reuse; member

1234567891011