Searched refs:use_cache (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ |
| H 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() 506 bool use_cache; in bareudp_fill_metadata_dst() local 509 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 521 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst() 535 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst()
|
| H A D | geneve.c | 1277 bool *use_cache) in geneve_get_dsfield() argument 1285 *use_cache = false; in geneve_get_dsfield() 1298 bool use_cache; in geneve_xmit_skb() local 1311 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_xmit_skb() 1312 tos = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve_xmit_skb() 1320 use_cache ? in geneve_xmit_skb() 1411 bool use_cache; in geneve6_xmit_skb() local 1422 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve6_xmit_skb() 1423 prio = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve6_xmit_skb() 1431 use_cache ? in geneve6_xmit_skb() [all …]
|
| /linux/sound/pci/nm256/ |
| H 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() 1418 chip->use_cache = use_cache; in snd_nm256_create() 1484 if (chip->use_cache) in snd_nm256_create() 1518 if (chip->use_cache) { in snd_nm256_create()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 583 bool use_cache; in ip_md_tunnel_xmit() local 610 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 611 if (use_cache) in ip_md_tunnel_xmit() 619 if (use_cache) in ip_md_tunnel_xmit() 678 bool use_cache = false; in ip_tunnel_xmit() local 771 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 772 if (use_cache) in ip_tunnel_xmit() 787 if (use_cache) in ip_tunnel_xmit()
|
| /linux/mm/ |
| H A D | execmem.c | 464 bool use_cache = range->flags & EXECMEM_ROX_CACHE; in execmem_alloc() local 471 if (use_cache) in execmem_alloc()
|
| /linux/net/ipv6/ |
| H A D | ip6_tunnel.c | 1105 bool use_cache = false; in ip6_tnl_xmit() 1156 use_cache = true; in ip6_tnl_xmit() 1159 if (use_cache) in ip6_tnl_xmit() 1246 if (use_cache && ndst) in ip6_tnl_xmit() 1100 bool use_cache = false; ip6_tnl_xmit() local
|
| /linux/sound/soc/codecs/ |
| H A D | peb2466.c | 1766 bool use_cache = false; in peb2466_chip_gpio_get() local 1779 use_cache = true; in peb2466_chip_gpio_get() 1789 if (use_cache) { in peb2466_chip_gpio_get()
|
| /linux/fs/smb/client/ |
| H A D | file.c | 1080 goto use_cache; in cifs_open() 1165 use_cache: in cifs_open()
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 1669 use_cache
|