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

/linux-master/scripts/mod/
H A Dmodpost.c54 #define MAX_UNRESOLVED_REPORTS 10 macro
1745 if (!s->weak && nr_unresolved++ < MAX_UNRESOLVED_REPORTS)
2292 if (nr_unresolved > MAX_UNRESOLVED_REPORTS)
2294 nr_unresolved - MAX_UNRESOLVED_REPORTS);

Completed in 103 milliseconds