Searched refs:use_cache (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ |
| A D | bareudp.c | 310 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() local 331 use_cache ? in bareudp_xmit_skb() 380 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() local 401 use_cache ? in bareudp6_xmit_skb() 505 bool use_cache; in bareudp_fill_metadata_dst() local 508 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 520 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst() 534 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst()
|
| A D | geneve.c | 800 bool *use_cache) in geneve_get_dsfield() argument 808 *use_cache = false; in geneve_get_dsfield() 823 bool use_cache; in geneve_xmit_skb() local 836 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_xmit_skb() 843 use_cache ? in geneve_xmit_skb() 935 bool use_cache; in geneve6_xmit_skb() local 953 use_cache ? in geneve6_xmit_skb() 1077 bool use_cache; in geneve_fill_metadata_dst() local 1093 use_cache ? &info->dst_cache : NULL); in geneve_fill_metadata_dst() 1104 bool use_cache; in geneve_fill_metadata_dst() local [all …]
|
| /linux/sound/pci/nm256/ |
| A D | nm256.c | 46 static bool use_cache; /* disabled */ variable 63 module_param(use_cache, bool, 0444); 64 MODULE_PARM_DESC(use_cache, "Enable the cache for coefficient table access."); 209 unsigned int use_cache: 1; /* use one big coef. table */ member 362 if (! chip->use_cache) { in snd_nm256_load_coefficient() 1427 chip->use_cache = use_cache; in snd_nm256_create() 1493 if (chip->use_cache) in snd_nm256_create() 1527 if (chip->use_cache) { in snd_nm256_create()
|
| /linux/net/ipv4/ |
| A D | ip_tunnel.c | 596 bool use_cache; in ip_md_tunnel_xmit() local 623 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 624 if (use_cache) in ip_md_tunnel_xmit() 632 if (use_cache) in ip_md_tunnel_xmit() 691 bool use_cache = false; in ip_tunnel_xmit() local 784 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 785 if (use_cache) in ip_tunnel_xmit() 800 if (use_cache) in ip_tunnel_xmit()
|
| /linux/sound/soc/codecs/ |
| A D | peb2466.c | 1764 bool use_cache = false; in peb2466_chip_gpio_get() local 1777 use_cache = true; in peb2466_chip_gpio_get() 1787 if (use_cache) { in peb2466_chip_gpio_get()
|
| /linux/net/ipv6/ |
| A D | ip6_tunnel.c | 1100 bool use_cache = false; in ip6_tnl_xmit() local 1151 use_cache = true; in ip6_tnl_xmit() 1154 if (use_cache) in ip6_tnl_xmit() 1241 if (use_cache && ndst) in ip6_tnl_xmit()
|
| /linux/drivers/net/vxlan/ |
| A D | vxlan_core.c | 2352 bool use_cache; in vxlan_xmit_one() local 2365 use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_xmit_one() 2407 use_cache = false; in vxlan_xmit_one() 2462 tos, use_cache ? dst_cache : NULL); in vxlan_xmit_one() 2533 use_cache ? dst_cache : NULL); in vxlan_xmit_one()
|
| /linux/fs/smb/client/ |
| A D | file.c | 1000 goto use_cache; in cifs_open() 1084 use_cache: in cifs_open()
|
| /linux/Documentation/sound/ |
| A D | alsa-configuration.rst | 1669 use_cache
|
Completed in 39 milliseconds