Searched refs:try_then_request_module (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dkmod.h36 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x))) macro
H A Dmodule.h582 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)

Completed in 314 milliseconds