Searched refs:lprev (Results 1 – 2 of 2) sorted by relevance
85 struct link *l, *l2, *lprev, *lnext; in aresize() local95 lprev = l->prev; in aresize()101 if (lprev) in aresize()102 lprev->next = l2; in aresize()
148 struct fusebuf *f, *ftmp, *lprev; in fuse_device_cleanup() local155 lprev = NULL; in fuse_device_cleanup()159 if (lprev == NULL) in fuse_device_cleanup()162 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_in, lprev, in fuse_device_cleanup()168 lprev = f; in fuse_device_cleanup()173 lprev = NULL; in fuse_device_cleanup()176 if (lprev == NULL) in fuse_device_cleanup()179 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_wait, lprev, in fuse_device_cleanup()185 lprev = f; in fuse_device_cleanup()