/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_recv.h | 202 u8 reuse; member
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdma_cm.h | 314 * rdma_set_reuseaddr - Allow the reuse of local addresses when binding 317 * @reuse: Value indicating if the bound address is reusable. 321 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdma_cm.h | 325 * rdma_set_reuseaddr - Allow the reuse of local addresses when binding 328 * @reuse: Value indicating if the bound address is reusable. 332 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | smc_smp.c | 302 tloge("invalid cmd to reuse\n"); in reuse_smc_in_entry() 1311 tloge("reuse smc entry failed\n"); 1477 bool reuse) 1489 if (reuse) 1731 static int smp_smc_send_func(struct tc_ns_smc_cmd *in, bool reuse) argument 1741 if (init_for_smc_send(in, &pe, &cmd, reuse) != 0) 1744 if (reuse) { 1835 static int proc_tc_ns_smc(struct tc_ns_smc_cmd *cmd, bool reuse) argument 1853 ret = smp_smc_send_func(cmd, reuse); 1475 init_for_smc_send(struct tc_ns_smc_cmd *in, struct pending_entry **pe, struct tc_ns_smc_cmd *cmd, bool reuse) global() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 154 @ r10 already contains 0, reuse it 179 @ r10 already contains 0, reuse it
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 155 @ r10 already contains 0, reuse it 180 @ r10 already contains 0, reuse it
|
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 388 * a reuse of the last bit in the node type. This is possible by using bit 1 to 1207 * Stores the maple node back into @mas->alloc for reuse. Updates allocated and 1212 struct maple_alloc *reuse = (struct maple_alloc *)used; in mas_push_node() local 1219 reuse->request_count = 0; in mas_push_node() 1220 reuse->node_count = 0; in mas_push_node() 1222 head->slot[head->node_count++] = reuse; in mas_push_node() 1227 reuse->total = 1; in mas_push_node() 1229 reuse->slot[0] = head; in mas_push_node() 1230 reuse->node_count = 1; in mas_push_node() 1231 reuse in mas_push_node() 3052 struct maple_node reuse, *newnode, *parent, *new_left, *left, *node; mas_destroy_rebalance() local 3927 struct maple_node reuse, *newnode; mas_wr_node_store() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_recv.h | 312 u8 reuse; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_recv.h | 294 u8 reuse; member
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_stats.h | 191 SMC_STAT_RMB(smc, reuse, is_smcd, is_rx)
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 863 bool deleted = false, forceadd = false, reuse = false; in mtype_add() local 910 deleted = reuse = true; in mtype_add() 928 reuse = true; in mtype_add() 931 if (reuse || forceadd) { in mtype_add()
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 848 bool deleted = false, forceadd = false, reuse = false; in mtype_add() local 895 deleted = reuse = true; in mtype_add() 913 reuse = true; in mtype_add() 916 if (reuse || forceadd) { in mtype_add()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | wavefront.h | 275 u8 reuse:1; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | wavefront.h | 275 u8 reuse:1; member
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | socket.c | 4256 sctp_sk(sk)->reuse = !!*val; in sctp_setsockopt_reuse_port() 7613 val = sctp_sk(sk)->reuse; in sctp_getsockopt_reuse_port() 8088 bool reuse = (sk->sk_reuse || sp->reuse); in sctp_get_port_local() local 8165 if ((pp->fastreuse && reuse && in sctp_get_port_local() 8186 (reuse && (sk2->sk_reuse || sp2->reuse) && in sctp_get_port_local() 8212 if (reuse && sk->sk_state != SCTP_SS_LISTENING) in sctp_get_port_local() 8225 (!reuse || sk->sk_state == SCTP_SS_LISTENING)) in sctp_get_port_local() 8357 if (sk->sk_reuse || sctp_sk(sk)->reuse) in sctp_inet_listen() [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | socket.c | 4262 sctp_sk(sk)->reuse = !!*val; in sctp_setsockopt_reuse_port() 7737 val = sctp_sk(sk)->reuse; in sctp_getsockopt_reuse_port() 8337 bool reuse = (sk->sk_reuse || sp->reuse); in sctp_get_port_local() local 8414 if ((pp->fastreuse && reuse && in sctp_get_port_local() 8436 (reuse && (sk2->sk_reuse || sp2->reuse) && in sctp_get_port_local() 8464 if (reuse && sk->sk_state != SCTP_SS_LISTENING) in sctp_get_port_local() 8477 (!reuse || sk->sk_state == SCTP_SS_LISTENING)) in sctp_get_port_local() 8609 if (sk->sk_reuse || sctp_sk(sk)->reuse) in sctp_inet_listen() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 111 int reuse = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_tw_reuse); in tcp_twsk_unique() local 116 if (reuse == 2) { in tcp_twsk_unique() 139 reuse = 0; in tcp_twsk_unique() 154 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | super.c | 556 goto reuse; /* already attached checkpoint */ in nilfs_attach_checkpoint() 584 reuse: in nilfs_attach_checkpoint()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 984 struct sock *bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, 989 bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, in bpf_run_sk_reuseport() argument
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | super.c | 557 goto reuse; /* already attached checkpoint */ in nilfs_attach_checkpoint() 585 reuse: in nilfs_attach_checkpoint()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 996 struct sock *bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, 1002 bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, in bpf_run_sk_reuseport() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 146 bool reuse = false; in qed_ll2b_complete_rx_packet() local 167 reuse = true; in qed_ll2b_complete_rx_packet() 170 if (!reuse) in qed_ll2b_complete_rx_packet() 174 /* If need to reuse or there's no replacement buffer, repost this */ in qed_ll2b_complete_rx_packet()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 172 bool reuse = false; in qed_ll2b_complete_rx_packet() local 193 reuse = true; in qed_ll2b_complete_rx_packet() 196 if (!reuse) in qed_ll2b_complete_rx_packet() 200 /* If need to reuse or there's no replacement buffer, repost this */ in qed_ll2b_complete_rx_packet()
|
/kernel/linux/linux-6.6/mm/ |
H A D | huge_memory.c | 1317 goto reuse; in do_huge_pmd_wp_page() 1336 goto reuse; in do_huge_pmd_wp_page() 1340 * See do_wp_page(): we can only reuse the folio exclusively if in do_huge_pmd_wp_page() 1354 reuse: in do_huge_pmd_wp_page()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 3522 int reuse, iPortVal; local 3551 reuse = 1; 3552 if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, (const char *)&reuse, sizeof(reuse)) != 0) {
|