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 | 804 bool *use_cache) in geneve_get_dsfield() argument 812 *use_cache = false; in geneve_get_dsfield() 827 bool use_cache; in geneve_xmit_skb() local 840 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_xmit_skb() 841 tos = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve_xmit_skb() 849 use_cache ? in geneve_xmit_skb() 941 bool use_cache; in geneve6_xmit_skb() local 952 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve6_xmit_skb() 953 prio = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve6_xmit_skb() 961 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() 1431 chip->use_cache = use_cache; in snd_nm256_create() 1497 if (chip->use_cache) in snd_nm256_create() 1531 if (chip->use_cache) { in snd_nm256_create()
|
/linux/net/ipv4/ |
H A D | ip_tunnel.c | 597 bool use_cache; in ip_md_tunnel_xmit() local 624 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 625 if (use_cache) in ip_md_tunnel_xmit() 633 if (use_cache) in ip_md_tunnel_xmit() 692 bool use_cache = false; in ip_tunnel_xmit() local 785 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 786 if (use_cache) in ip_tunnel_xmit() 801 if (use_cache) in ip_tunnel_xmit()
|
/linux/mm/ |
H A D | execmem.c | 467 bool use_cache = range->flags & EXECMEM_ROX_CACHE; in execmem_alloc() local 474 if (use_cache) in execmem_alloc()
|
/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/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2347 bool use_cache; in vxlan_xmit_one() local 2363 use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_xmit_one() 2405 use_cache = false; in vxlan_xmit_one() 2461 tos, use_cache ? dst_cache : NULL); in vxlan_xmit_one() 2540 use_cache ? dst_cache : NULL); in vxlan_xmit_one()
|
/linux/fs/smb/client/ |
H A D | file.c | 1015 goto use_cache; in cifs_open() 1103 use_cache: in cifs_open()
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1669 use_cache
|