| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_hash_cache.c | 141 if (!hash_cache->use_cache && in crypto_hash_update_with_cache() 157 hash_cache->use_cache = 1; in crypto_hash_update_with_cache() 164 hash_cache->use_cache = 1; in crypto_hash_update_with_cache()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | bareudp.c | 286 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() local 301 IPPROTO_UDP, use_cache); in bareudp_xmit_skb() 349 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() local 364 IPPROTO_UDP, use_cache); in bareudp6_xmit_skb() 469 bool use_cache; in bareudp_fill_metadata_dst() local 471 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 478 info, IPPROTO_UDP, use_cache); in bareudp_fill_metadata_dst() 491 use_cache); in bareudp_fill_metadata_dst()
|
| H A D | geneve.c | 778 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() local 798 use_cache = false; in geneve_get_v4_rt() 805 if (use_cache) { in geneve_get_v4_rt() 820 if (use_cache) in geneve_get_v4_rt() 833 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst() local 853 use_cache = false; in geneve_get_v6_dst() 858 if (use_cache) { in geneve_get_v6_dst() 875 if (use_cache) in geneve_get_v6_dst()
|
| H A D | vxlan.c | 2399 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() local 2407 use_cache = false; in vxlan_get_route() 2408 if (use_cache) { in vxlan_get_route() 2433 if (use_cache) in vxlan_get_route() 2454 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route() local 2462 use_cache = false; in vxlan6_get_route() 2463 if (use_cache) { in vxlan6_get_route() 2493 if (use_cache) in vxlan6_get_route()
|
| /OK3568_Linux_fs/kernel/sound/pci/nm256/ |
| H A D | nm256.c | 48 static bool use_cache; /* disabled */ variable 65 module_param(use_cache, bool, 0444); 66 MODULE_PARM_DESC(use_cache, "Enable the cache for coefficient table access."); 213 unsigned int use_cache: 1; /* use one big coef. table */ member 366 if (! chip->use_cache) { in snd_nm256_load_coefficient() 1492 chip->use_cache = use_cache; in snd_nm256_create() 1564 if (chip->use_cache) in snd_nm256_create() 1606 if (chip->use_cache) { in snd_nm256_create()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_tunnel.c | 555 bool use_cache; in ip_md_tunnel_xmit() local 577 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 578 if (use_cache) in ip_md_tunnel_xmit() 586 if (use_cache) in ip_md_tunnel_xmit() 644 bool use_cache = false; in ip_tunnel_xmit() local 736 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 737 if (use_cache) in ip_tunnel_xmit() 752 if (use_cache) in ip_tunnel_xmit()
|
| H A D | route.c | 2805 u8 protocol, bool use_cache) in ip_route_output_tunnel() argument 2816 if (use_cache) { in ip_route_output_tunnel() 2841 if (use_cache) in ip_route_output_tunnel()
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_hash_cache.h | 24 u8 use_cache; /* is use cache or not*/ member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | route.h | 135 u8 protocol, bool use_cache);
|
| H A D | ipv6.h | 1034 u8 protocol, bool use_cache);
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_tunnel.c | 1120 bool use_cache = false; in ip6_tnl_xmit() local 1161 use_cache = true; in ip6_tnl_xmit() 1164 if (use_cache) in ip6_tnl_xmit() 1251 if (use_cache && ndst) in ip6_tnl_xmit()
|
| H A D | ip6_output.c | 1298 bool use_cache) in ip6_dst_lookup_tunnel() argument 1309 if (use_cache) { in ip6_dst_lookup_tunnel() 1335 if (use_cache) in ip6_dst_lookup_tunnel()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/ |
| H A D | alsa-configuration.rst | 1646 use_cache
|