Searched refs:tmp_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dpcap.c113 pcap_cache_t *tmp_cache = NULL; local
125 tmp_cache = pcap_cache;
226 pcap_cache_destroy(tmp_cache);
229 pcap_cache = tmp_cache;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8903.c1627 u16 *tmp_cache = kmemdup(reg_cache, sizeof(wm8903_reg_defaults), local
1634 if (tmp_cache) {
1636 if (tmp_cache[i] != reg_cache[i])
1637 snd_soc_write(codec, i, tmp_cache[i]);
1638 kfree(tmp_cache);

Completed in 44 milliseconds