Searched refs:s_next (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/fs/lockd/ |
D | svcshare.c | 35 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 56 share->s_next = file->f_shares; in nlmsvc_share_file() 76 shpp = &share->s_next) { in nlmsvc_unshare_file() 78 *shpp = share->s_next; in nlmsvc_unshare_file() 101 *shpp = share->s_next; in nlmsvc_traverse_shares() 105 shpp = &share->s_next; in nlmsvc_traverse_shares()
|
/Linux-v5.10/include/linux/lockd/ |
D | share.h | 17 struct nlm_share * s_next; /* linked list */ member
|
/Linux-v5.10/arch/x86/kernel/cpu/mce/ |
D | severity.c | 433 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function 453 .next = s_next,
|
/Linux-v5.10/kernel/ |
D | kallsyms.c | 608 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function 658 .next = s_next,
|
/Linux-v5.10/kernel/trace/ |
D | trace_events.c | 1012 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function 1037 file = s_next(m, file, &l); in s_start() 1811 .next = s_next,
|
D | trace.c | 3606 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function 3706 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start() 3718 p = s_next(m, p, &l); in s_start() 4295 .next = s_next,
|
/Linux-v5.10/mm/ |
D | vmalloc.c | 3445 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function 3566 .next = s_next,
|