Searched refs:m_next (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | mbuf.h | 25 #define sm_next m_next
|
/linux-4.1.27/fs/proc/ |
D | task_nommu.c | 267 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) in m_next() function 277 .next = m_next, 284 .next = m_next,
|
D | task_mmu.c | 187 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next() function 382 .next = m_next, 389 .next = m_next, 677 .next = m_next, 684 .next = m_next, 1583 .next = m_next, 1590 .next = m_next,
|
/linux-4.1.27/kernel/ |
D | user_namespace.c | 525 static void *m_next(struct seq_file *seq, void *v, loff_t *pos) in m_next() function 539 .next = m_next, 546 .next = m_next, 553 .next = m_next,
|
D | module.c | 3742 static void *m_next(struct seq_file *m, void *p, loff_t *pos) in m_next() function 3788 .next = m_next,
|
/linux-4.1.27/security/smack/ |
D | smackfs.c | 1129 struct smk_netlbladdr *m, *m_next; in smk_netlbladdr_insert() local 1150 m_next = list_entry_rcu(m->list.next, in smk_netlbladdr_insert() 1152 if (new->smk_mask.s_addr > m_next->smk_mask.s_addr) { in smk_netlbladdr_insert()
|
/linux-4.1.27/fs/ |
D | namespace.c | 1237 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next() function 1260 .next = m_next,
|