ANDROID: vendor_hook: customize gfp and orders to alloc large folio
This hook is used to dynamic modify:
1.gfp_mask, which control behavior for allocation.
2.orders, which control highest order to try alloc folio.
3.order, which need assign `order = highest_order(orders);`
Bug: 359422098
Change-Id: Id2e89a2c674acb7bea6867cdb9f84163c266d7db
Signed-off-by:
chunpeng li <lichunpeng@xiaomi.com>
Loading
Please sign in to comment