s_next
.next = s_next,
u32 s_next = ecc_cfg->strength - 1;
mtk_ecc_adjust_strength(snf->ecc, &s_next);
if (s_next >= ecc_cfg->strength)
if (s_next < strength)
s_next = ecc_cfg->strength - 1;
*shpp = share->s_next;
shpp = &share->s_next;
for (share = file->f_shares; share; share = share->s_next) {
share->s_next = file->f_shares;
shpp = &share->s_next) {
*shpp = share->s_next;
struct nlm_share * s_next; /* linked list */
.next = s_next,
.next = s_next,
for (p = iter; p && l < *pos; p = s_next(m, p, &l))
p = s_next(m, p, &l);
.next = s_next,
iter = s_next(m, iter, &l);
.next = s_next,