Searched refs:shrink (Results 1 – 2 of 2) sorted by relevance
478 rpcauth_cache_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_scan() argument492 rpcauth_cache_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_count() argument
3564 bool shrink = len_diff < 0; in BPF_CALL_4() local3572 if (!shrink) { in BPF_CALL_4()3608 bool shrink = len_diff < 0; in BPF_CALL_4() local3633 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()