Searched refs:available_bytes (Results 1 – 3 of 3) sorted by relevance
517 def __init__(self, available_bytes, free_bytes, total_bytes): argument519 self.available_bytes = available_bytes
472 int available_bytes = RX_FIFO_SIZE - ch->rx_pending; in hostdev_can_receive() local473 return ch->rx_enabled ? available_bytes : 0; in hostdev_can_receive()
633 available_bytes = 10000000636 du = bb.event.DiskUsageSample(available_bytes, free_bytes,639 self.assertEqual(event.disk_usage.available_bytes, available_bytes)