Home
last modified time | relevance | path

Searched refs:shrink (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/
Dauth.c478 rpcauth_cache_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_scan() argument
492 rpcauth_cache_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_count() argument
/net/core/
Dfilter.c3564 bool shrink = len_diff < 0; in BPF_CALL_4() local
3572 if (!shrink) { in BPF_CALL_4()
3608 bool shrink = len_diff < 0; in BPF_CALL_4() local
3633 if ((shrink && (len_diff_abs >= len_cur || in BPF_CALL_4()
3635 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()
3639 ret = shrink ? bpf_skb_net_shrink(skb, off, len_diff_abs, flags) : in BPF_CALL_4()