Searched refs:SIMPLEQ_REMOVE_AFTER (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/cron/ |
H A D | job.c | 79 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 D | fuse_device.c | 162 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 D | fuse_subr.c | 140 SIMPLEQ_REMOVE_AFTER(vn_head, lastv, node); in remove_vnode_from_name_tree()
|
/openbsd/sys/sys/ |
H A D | queue.h | 313 #define SIMPLEQ_REMOVE_AFTER(head, elm, field) do { \ macro
|
/openbsd/sys/kern/ |
H A D | subr_pool.c | 510 SIMPLEQ_REMOVE_AFTER(&pool_head, prev, in pool_destroy()
|
/openbsd/sys/dev/pci/ |
H A D | mpii.c | 3096 SIMPLEQ_REMOVE_AFTER(&sc->sc_ccb_tmos, in mpii_scsi_cmd_done()
|