Searched refs:prefetched (Results 1 – 9 of 9) sorted by relevance
/linux/include/net/ |
H A D | request_sock.h | 99 bool *refcounted, bool *prefetched) in skb_steal_sock() argument 104 *prefetched = false; in skb_steal_sock() 109 *prefetched = skb_sk_is_prefetched(skb); in skb_steal_sock() 110 if (*prefetched) { in skb_steal_sock()
|
H A D | inet6_hashtables.h | 113 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 D | inet_hashtables.h | 454 bool prefetched; in inet_steal_sock() local 456 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet_steal_sock() 460 if (!prefetched || !sk_fullsock(sk)) in inet_steal_sock()
|
/linux/arch/alpha/lib/ |
H A D | memchr.S | 135 mov $1, $4 # e0 : move prefetched value to correct reg 156 mov $4, $1 # e0 : move prefetched value into $1
|
H A D | ev6-memchr.S | 151 mov $1, $4 # E : L U L U : move prefetched value to correct reg 177 mov $4, $1 # E : move prefetched value into $1
|
/linux/Documentation/arch/s390/ |
H A D | vfio-ccw.rst | 426 Currently all channel programs are prefetched, regardless of the
|
/linux/Documentation/dev-tools/ |
H A D | kcsan.rst | 329 access cannot be reordered, later dependent accesses cannot be prefetched).
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.seq | 1146 * the prefetched but unused data from the data fifo until
|
H A D | aic79xx.seq | 1858 * we have already prefetched data into our FIFO (LQ/Data
|