Home
last modified time | relevance | path

Searched hist:"7 de88bb4a2e872f72b6d443547c50178799b8366" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.cdiff 7de88bb4a2e872f72b6d443547c50178799b8366 Sat Apr 10 08:12:25 CEST 2021 Elliott Mitchell <ehem+freebsd@m5p.com> xen/grant_table: cleanup max_nr_grant_frames()

This is no more or less than returning the smaller of two values. Since
this is what min() does, use that to shrink max_nr_grant_frames() down
to the single line.

Reviewed by: royger
Differential Revision: https://reviews.freebsd.org/D29840