Home
last modified time | relevance | path

Searched hist:de06f02ea4300b3c7d516a5ce13c535925c8c4a3 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.cdiff de06f02ea4300b3c7d516a5ce13c535925c8c4a3 Thu Jun 21 17:47:47 CEST 2018 Roger Pau Monné <royger@FreeBSD.org> xen: check if there are clients waiting in gnttab_end_foreign_access_references

Without a call to check_free_callbacks() clients waiting for grant
references would not be woken up even when there are sufficient grant
references available.

The check was likely left out as a mistake when the function was first
added.

Note that other functions used to free grant references already call
check_free_callbacks.

Submitted by: pratyush
Reviewed by: royger
Differential review: https://reviews.freebsd.org/D15899