Home
last modified time | relevance | path

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

/Linux-v6.6/fs/lockd/
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-v6.6/include/linux/lockd/
Dshare.h17 struct nlm_share * s_next; /* linked list */ member
/Linux-v6.6/kernel/
Dkallsyms.c759 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
809 .next = s_next,
852 .next = s_next,
/Linux-v6.6/arch/x86/kernel/cpu/mce/
Dseverity.c420 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() function
440 .next = s_next,
/Linux-v6.6/drivers/spi/
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-v6.6/kernel/trace/
Dtrace_events.c1238 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
1263 file = s_next(m, file, &l); in s_start()
2042 .next = s_next,
Dtrace.c4123 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() function
4221 for (p = iter; p && l < *pos; p = s_next(m, p, &l)) in s_start()
4233 p = s_next(m, p, &l); in s_start()
4804 .next = s_next,
/Linux-v6.6/mm/
Dvmalloc.c4322 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() function
4435 .next = s_next,