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

/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c95 u_int blocker; local
100 blocker = (sb->sb_fnrdy == m) ? M_BLOCKED : 0;
105 m->m_flags &= ~(M_NOTREADY | blocker);
106 if (blocker)
110 if (!blocker)
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c2328 ctsio->io_hdr.blocker = bio;
2411 if (io->io_hdr.blocker != NULL)
10900 * skip parameter allows explicitly skip present blocker of the I/O,
10902 * we know for sure that the blocker I/O does no longer count.
10915 if (io->io_hdr.blocker == NULL)
10918 obio = bio = io->io_hdr.blocker;
10930 io->io_hdr.blocker = bio;
10937 io->io_hdr.blocker = NULL;
11007 * skip parameter allows explicitly skip the specified I/O as blocker,
11023 KASSERT(io->io_hdr.blocker !
[all...]
H A Dctl_io.h239 union ctl_io *blocker; /* I/O blocking this one */ member in struct:ctl_io_hdr

Completed in 143 milliseconds