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

/linux-master/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c108 size_t fillable, filled; local
111 fillable = min(count, (size_t)(x_start - off));
113 fillable = count;
115 fillable = 0;
117 if (fillable >= 4 && !(off % 4)) {
139 } else if (fillable >= 2 && !(off % 2)) {
161 } else if (fillable) {

Completed in 86 milliseconds