Searched refs:l_next (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 143 static struct entry *l_next(struct entry_space *es, struct entry *e) in l_empty() 211 struct entry *next = l_next(es, e); in l_del() 231 for (e = l_head(es, l); e; e = l_next(es, e)) in l_pop_tail() 354 for (e = l_head(q->es, q->qs + level); e; e = l_next(q->es, e)) { in q_peek() 388 for (e = l_head(q->es, q->qs + level); e; e = l_next(q->es, e)) in q_set_targets_subrange_() 491 for (de = l_head(q->es, q->qs + new_level); de && de->sentinel; de = l_next(q->es, de)) in q_requeue() 133 static struct entry *l_next(struct entry_space *es, struct entry *e) l_next() function
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() function 122 .next = l_next,
|
| /linux/arch/m68k/fpsp040/ |
| H A D | bindec.S | 650 bccs l_next |if zero, skip the mul 652 l_next: label
|
| /linux/kernel/trace/ |
| H A D | trace.c | 5775 static void *l_next(struct seq_file *m, void *v, loff_t *pos) 5803 return l_next(m, NULL, pos); in l_start() 5844 .next = l_next, 5778 static void *l_next(struct seq_file *m, void *v, loff_t *pos) l_next() function
|