Searched defs:try_then_request_module (Results 1 - 1 of 1) 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

Completed in 76 milliseconds