On not getting burned by kmap_atomic()
Posted Nov 18, 2004 14:31 UTC (Thu) by
meuh (subscriber, #22042)
Parent article:
On not getting burned by kmap_atomic()
int kmap_atomic(struct page *page, enum km_type type, void **adress);
void kunmap_atomic(struct page *page, enum km_type type, void *address);
Symmetrical, but more text to type, strictness has a cost.
The main drawback is the higher stack usage for the arguments.
(
Log in to post comments)