Searched refs:r_next (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | rcutree_trace.c | 69 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next() function 162 .next = r_next, 381 .next = r_next,
|
D | resource.c | 62 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next() function 83 for (p = p->child; p && l < *pos; p = r_next(m, p, &l)) in r_start() 114 .next = r_next, 1274 for (p = p->child; p ; p = r_next(NULL, p, &l)) { in iomem_map_sanity_check() 1333 for (p = p->child; p ; p = r_next(NULL, p, &l)) { in iomem_is_exclusive()
|