[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Locking Memory in Kernel




Hey, this may be a basic question, but what steps should a programmer take
when allocating memory in a real-time module during init_module() to
ensure that the memory is A) available more-or-less immediately and needs
not be paged-in-on-use and B) the memory stays locked in RAM.

-Calin