Searched refs:blocker (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_io.h244 union ctl_io *blocker; /* I/O blocking this one */ member in struct:ctl_io_hdr
H A Dctl.c2357 ctsio->io_hdr.blocker = bio;
2424 if (io->io_hdr.blocker != NULL)
11072 * skip parameter allows explicitly skip present blocker of the I/O,
11074 * we know for sure that the blocker I/O does no longer count.
11087 if (io->io_hdr.blocker == NULL)
11090 obio = bio = io->io_hdr.blocker;
11101 io->io_hdr.blocker = bio;
11108 io->io_hdr.blocker = NULL;
11173 * skip parameter allows explicitly skip the specified I/O as blocker,
11189 KASSERT(io->io_hdr.blocker !
[all...]
/freebsd-13-stable/sys/kern/
H A Duipc_sockbuf.c203 u_int blocker; local
210 blocker = (sb->sb_fnrdy == m) ? M_BLOCKED : 0;
226 m->m_flags &= ~(M_NOTREADY | blocker);
227 if (blocker)
242 if (!blocker) {

Completed in 90 milliseconds