Lines Matching defs:busy
547 * get the queue busy feedback (via BLK_STS_RESOURCE),
2059 * We return "busy", only when we can map I/Os but underlying devices
2060 * are busy (so even if we map I/Os now, the I/Os will wait on
2063 * due to map unavailability, we don't return "busy". Otherwise,
2068 bool busy = false, has_active = false;
2098 * pg_init just by busy checking.
2100 * at next mapping time are busy or not. Just try mapping.
2102 return busy;
2106 * If there is one non-busy active path at least, the path selector
2107 * will be able to select it. So we consider such a pg as not busy.
2109 busy = true;
2114 busy = false;
2126 busy = false;
2129 return busy;
2155 .busy = multipath_busy,