Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c62 #define MAX_UNRESOLVED_REPORTS 10 macro
1674 if (!s->weak && nr_unresolved++ < MAX_UNRESOLVED_REPORTS) in check_exports()
2227 if (nr_unresolved > MAX_UNRESOLVED_REPORTS) in main()
2229 nr_unresolved - MAX_UNRESOLVED_REPORTS); in main()