Home
last modified time | relevance | path

Searched refs:SIMPLEQ_REMOVE_AFTER (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/cron/
H A Djob.c79 SIMPLEQ_REMOVE_AFTER(&jobs, prev, entries); in job_remove()
98 SIMPLEQ_REMOVE_AFTER(&jobs, prev, entries); in job_exit()
/openbsd/sys/miscfs/fuse/
H A Dfuse_device.c162 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_in, lprev, in fuse_device_cleanup()
179 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_wait, lprev, in fuse_device_cleanup()
316 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_in, lastfbuf, in fuseioctl()
389 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_wait, lastfbuf, in fuseioctl()
522 SIMPLEQ_REMOVE_AFTER(&fd->fd_fbufs_wait, lastfbuf, in fusewrite()
/openbsd/lib/libfuse/
H A Dfuse_subr.c140 SIMPLEQ_REMOVE_AFTER(vn_head, lastv, node); in remove_vnode_from_name_tree()
/openbsd/sys/sys/
H A Dqueue.h313 #define SIMPLEQ_REMOVE_AFTER(head, elm, field) do { \ macro
/openbsd/sys/kern/
H A Dsubr_pool.c514 SIMPLEQ_REMOVE_AFTER(&pool_head, prev, in pool_destroy()
/openbsd/sys/dev/pci/
H A Dmpii.c3100 SIMPLEQ_REMOVE_AFTER(&sc->sc_ccb_tmos, in mpii_scsi_cmd_done()