Home
last modified time | relevance | path

Searched refs:prefetched (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dinet6_hashtables.h113 bool prefetched; in inet6_steal_sock() local
115 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet6_steal_sock()
119 if (!prefetched || !sk_fullsock(sk)) in inet6_steal_sock()
H A Dinet_hashtables.h459 bool prefetched; in inet_steal_sock() local
461 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet_steal_sock()
465 if (!prefetched || !sk_fullsock(sk)) in inet_steal_sock()
H A Dsock.h2865 * @prefetched: is set to true if the socket was assigned from bpf
2868 skb_steal_sock(struct sk_buff *skb, bool *refcounted, bool *prefetched) in skb_steal_sock() argument
2874 *prefetched = skb_sk_is_prefetched(skb); in skb_steal_sock()
2875 if (*prefetched) in skb_steal_sock()
2881 *prefetched = false; in skb_steal_sock()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dmemchr.S135 mov $1, $4 # e0 : move prefetched value to correct reg
156 mov $4, $1 # e0 : move prefetched value into $1
H A Dev6-memchr.S151 mov $1, $4 # E : L U L U : move prefetched value to correct reg
177 mov $4, $1 # E : move prefetched value into $1
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dmemchr.S135 mov $1, $4 # e0 : move prefetched value to correct reg
156 mov $4, $1 # e0 : move prefetched value into $1
H A Dev6-memchr.S151 mov $1, $4 # E : L U L U : move prefetched value to correct reg
177 mov $4, $1 # E : move prefetched value into $1

Completed in 8 milliseconds