Searched refs:ss_next (Results 1 – 5 of 5) sorted by relevance
410 if (sp->ss_next != NULL) in ses_snap_rele_unlocked()411 sp->ss_next->ss_prev = sp->ss_prev; in ses_snap_rele_unlocked()414 sp->ss_prev->ss_next = sp->ss_next; in ses_snap_rele_unlocked()416 tp->st_snapshots = sp->ss_next; in ses_snap_rele_unlocked()600 sp->ss_next = tp->st_snapshots; in ses_snap_new()
127 struct ses_snap *ss_next; member
907 tssp = ssp->ss_next; in strclean()909 pssp->ss_next = tssp; in strclean()920 ssp = ssp->ss_next; in strclean()925 for (ssp = stp->sd_siglist; ssp; ssp = ssp->ss_next) in strclean()948 nssp = ssp->ss_next; in strcleanall()4616 pssp = ssp, ssp = ssp->ss_next) in strioctl()4638 ssp->ss_next = NULL; in strioctl()4640 pssp->ss_next = ssp; in strioctl()4661 pssp->ss_next = ssp->ss_next; in strioctl()4663 stp->sd_siglist = ssp->ss_next; in strioctl()[all …]
1056 for (ssp = siglist; ssp; ssp = ssp->ss_next) { in strsendsig()
654 struct strsig *ss_next; member