Searched refs:s_next (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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-6.1.9/include/linux/lockd/ |
D | share.h | 17 struct nlm_share * s_next; /* linked list */ member
|
/linux-6.1.9/kernel/ |
D | kallsyms.c | 728 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function 778 .next = s_next, 821 .next = s_next,
|
/linux-6.1.9/arch/x86/kernel/cpu/mce/ |
D | severity.c | 418 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function 438 .next = s_next,
|
/linux-6.1.9/drivers/spi/ |
D | spi-mtk-snfi.c | 682 u32 s_next = ecc_cfg->strength - 1; in mtk_snand_ecc_init_ctx() local 685 mtk_ecc_adjust_strength(snf->ecc, &s_next); in mtk_snand_ecc_init_ctx() 686 if (s_next >= ecc_cfg->strength) in mtk_snand_ecc_init_ctx() 688 if (s_next < strength) in mtk_snand_ecc_init_ctx() 690 s_next = ecc_cfg->strength - 1; in mtk_snand_ecc_init_ctx()
|
/linux-6.1.9/kernel/trace/ |
D | trace_events.c | 1240 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function 1265 file = s_next(m, file, &l); in s_start() 2039 .next = s_next,
|
D | trace.c | 4047 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function 4144 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start() 4156 p = s_next(m, p, &l); in s_start() 4724 .next = s_next,
|
/linux-6.1.9/mm/ |
D | vmalloc.c | 4057 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function 4173 .next = s_next,
|