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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dxattr.c593 struct jffs2_xattr_ref *ref, *_ref; local
599 for (ref = ic->xref; ref; ref = _ref) {
600 _ref = ref->next;
611 struct jffs2_xattr_ref *ref, *_ref; local
614 for (ref = ic->xref; ref; ref = _ref) {
615 _ref = ref->next;
731 struct jffs2_xattr_ref *ref, *_ref; local
734 for (ref=c->xref_temp; ref; ref = _ref) {
735 _ref = ref->next;
739 for (ref=c->xref_dead_list; ref; ref = _ref) {
766 struct jffs2_xattr_ref *ref, *_ref; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dadma.c4403 struct ppc_dma_chan_ref *ref, *_ref; local
4588 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, node) {
4634 struct ppc_dma_chan_ref *ref, *_ref; local
4656 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list,

Completed in 66 milliseconds