Searched refs:s_next (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/lockd/ |
D | svcshare.c | 34 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 55 share->s_next = file->f_shares; in nlmsvc_share_file() 75 shpp = &share->s_next) { in nlmsvc_unshare_file() 77 *shpp = share->s_next; in nlmsvc_unshare_file() 100 *shpp = share->s_next; in nlmsvc_traverse_shares() 104 shpp = &share->s_next; in nlmsvc_traverse_shares()
|
/linux-4.1.27/include/linux/lockd/ |
D | share.h | 16 struct nlm_share * s_next; /* linked list */ member
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 291 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function 311 .next = s_next,
|
/linux-4.1.27/kernel/ |
D | kallsyms.c | 508 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function 555 .next = s_next,
|
/linux-4.1.27/kernel/trace/ |
D | trace_events.c | 712 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function 737 file = s_next(m, file, &l); in s_start() 1331 .next = s_next,
|
D | trace.c | 2393 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function 2494 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start() 2506 p = s_next(m, p, &l); in s_start() 3018 .next = s_next,
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 183 APPL *s_next; member
|
/linux-4.1.27/mm/ |
D | vmalloc.c | 2573 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function 2663 .next = s_next,
|