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

/linux-master/kernel/module/
H A Dinternal.h295 unsigned long data_addr_max; member in struct:mod_tree_root
H A Dmain.c105 if (max > tree->data_addr_max)
106 tree->data_addr_max = max;
3298 if (addr >= mod_tree.data_addr_min && addr <= mod_tree.data_addr_max)

Completed in 107 milliseconds