Home
last modified time | relevance | path

Searched refs:from_free (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-queue.c115 int from_free = from == &s->q_free; in ivtv_queue_move() local
121 from_free = 1; in ivtv_queue_move()
125 bytes_available = from_free ? from->length : from->bytesused; in ivtv_queue_move()
126 bytes_steal = (from_free && steal) ? steal->length : 0; in ivtv_queue_move()
155 if (from_free) { in ivtv_queue_move()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-queue.c115 int from_free = from == &s->q_free; in ivtv_queue_move() local
121 from_free = 1; in ivtv_queue_move()
125 bytes_available = from_free ? from->length : from->bytesused; in ivtv_queue_move()
126 bytes_steal = (from_free && steal) ? steal->length : 0; in ivtv_queue_move()
155 if (from_free) { in ivtv_queue_move()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c315 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
345 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
347 from_free = count; in mlx4_grant_resource()
349 from_rsvd = count - from_free; in mlx4_grant_resource()
351 if (free - from_free >= reserved) in mlx4_grant_resource()
354 mlx4_warn(dev, "VF %d port %d res %s: free pool empty, free %d from_free %d rsvd %d\n", in mlx4_grant_resource()
356 from_free, reserved); in mlx4_grant_resource()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c315 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
345 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
347 from_free = count; in mlx4_grant_resource()
349 from_rsvd = count - from_free; in mlx4_grant_resource()
351 if (free - from_free >= reserved) in mlx4_grant_resource()
354 mlx4_warn(dev, "VF %d port %d res %s: free pool empty, free %d from_free %d rsvd %d\n", in mlx4_grant_resource()
356 from_free, reserved); in mlx4_grant_resource()

Completed in 16 milliseconds