在Linux内核源代码中我找到了这个函数:
static int __init clk_disable_unused(void) { // some code }
在这里,我无法理解它__init意味着什么.
__init
c linux
c ×1
linux ×1