Searched refs:reuse (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c172 bool reuse = false; local
193 reuse = true;
196 if (!reuse)
200 /* If need to reuse or there's no replacement buffer, repost this */
/linux-master/fs/f2fs/
H A Dcompress.c152 void f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse) argument
159 if (!reuse)
H A Df2fs.h1362 ALLOC_MODE_REUSE, /* reuse segments as much as possible */
4304 void f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse);
/linux-master/include/net/sctp/
H A Dstructs.h224 reuse:1, member in struct:sctp_sock
/linux-master/net/ipv4/
H A Dtcp_ipv4.c112 int reuse = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_tw_reuse); local
117 if (reuse == 2) {
140 reuse = 0;
155 (!twp || (reuse && time_after32(ktime_get_seconds(),
/linux-master/net/core/
H A Dfilter.c11155 struct sock_reuseport *reuse,
11166 reuse_kern->reuseport_id = reuse->reuseport_id;
11167 reuse_kern->bind_inany = reuse->bind_inany;
11170 struct sock *bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, argument
11178 bpf_init_reuseport_kern(&reuse_kern, reuse, sk, skb, migrating_sk, hash);
11191 struct sock_reuseport *reuse; local
11198 reuse = rcu_dereference(selected_sk->sk_reuseport_cb);
11199 if (!reuse) {
11205 * The only (!reuse) case here is - the sk has already been
11214 if (unlikely(reuse
11154 bpf_init_reuseport_kern(struct sk_reuseport_kern *reuse_kern, struct sock_reuseport *reuse, struct sock *sk, struct sk_buff *skb, struct sock *migrating_sk, u32 hash) argument
[all...]
/linux-master/mm/
H A Dhuge_memory.c1541 goto reuse;
1560 goto reuse;
1564 * See do_wp_page(): we can only reuse the folio exclusively if
1579 reuse:
/linux-master/drivers/infiniband/core/
H A Dcma.c3574 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse) argument
3582 if ((reuse && id_priv->state != RDMA_CM_LISTEN) ||
3584 id_priv->reuseaddr = reuse;
/linux-master/arch/x86/crypto/
H A Dsha256-avx2-asm.S592 leaq K256+0*32(%rip), INP ## reuse INP as scratch reg
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm647 //reuse s_restore_m0 as a temp register
/linux-master/include/linux/
H A Dmm.h3874 struct vmem_altmap *altmap, struct page *reuse);

Completed in 324 milliseconds

12