Home
last modified time | relevance | path

Searched refs:MAX_UNRESOLVED_REPORTS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/mod/
H A Dmodpost.c54 #define MAX_UNRESOLVED_REPORTS 10 macro
1751 if (!s->weak && nr_unresolved++ < MAX_UNRESOLVED_REPORTS) in check_exports()
2298 if (nr_unresolved > MAX_UNRESOLVED_REPORTS) in main()
2300 nr_unresolved - MAX_UNRESOLVED_REPORTS); in main()