Home
last modified time | relevance | path

Searched refs:s_next (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/lockd/
H A Dsvcshare.c35 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.15/include/linux/lockd/
H A Dshare.h17 struct nlm_share * s_next; /* linked list */ member
/linux-6.15/kernel/
H A Dkallsyms.c700 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
750 .next = s_next,
793 .next = s_next,
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dseverity.c430 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function
450 .next = s_next,
/linux-6.15/drivers/spi/
H A Dspi-mtk-snfi.c713 u32 s_next = ecc_cfg->strength - 1; in mtk_snand_ecc_init_ctx() local
716 mtk_ecc_adjust_strength(snf->ecc, &s_next); in mtk_snand_ecc_init_ctx()
717 if (s_next >= ecc_cfg->strength) in mtk_snand_ecc_init_ctx()
719 if (s_next < strength) in mtk_snand_ecc_init_ctx()
721 s_next = ecc_cfg->strength - 1; in mtk_snand_ecc_init_ctx()
/linux-6.15/kernel/trace/
H A Dtrace_events.c1576 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
1629 iter = s_next(m, iter, &l); in s_start()
2494 .next = s_next,
H A Dtrace.c3844 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
3944 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start()
3956 p = s_next(m, p, &l); in s_start()
4536 .next = s_next,