Page MenuHomeFreeBSD

linuxkpi: Define `GFP_KERNEL_ACCOUNT` flag
ClosedPublic

Authored by dumbbell on Wed, Apr 22, 7:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 28, 9:55 AM
Unknown Object (File)
Mon, Apr 27, 7:35 AM
Unknown Object (File)
Sun, Apr 26, 7:31 AM
Unknown Object (File)
Sat, Apr 25, 10:23 PM
Unknown Object (File)
Sat, Apr 25, 6:21 AM
Subscribers

Details

Summary

This flag combines GFP_KERNEL and __GFP_ACCOUNT. The latter is also defined in this commit. It is defined as a no-op flag as it is not implemented.

The DRM generic code started to use it in Linux 6.12.x.

This is part of the update of DRM drivers to Linux 6.12.81.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable