Home
last modified time | relevance | path

Searched refs:mlx_busycmds (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/mlx/
H A Dmlxvar.h136 int mlx_busycmds; /* count of busy commands */ member
H A Dmlx.c1966 if (sc->mlx_busycmds >= ((mc->mc_flags & MLX_CMD_PRIORITY) ? limit : limit - 4)) in mlx_getslot()
1982 sc->mlx_busycmds++; in mlx_getslot()
2146 sc->mlx_busycmds--; in mlx_done()