Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/mod/
Dmodpost.c55 #define MAX_UNRESOLVED_REPORTS 10 macro
1836 if (!s->weak && nr_unresolved++ < MAX_UNRESOLVED_REPORTS) in check_exports()
2383 if (nr_unresolved > MAX_UNRESOLVED_REPORTS) in main()
2385 nr_unresolved - MAX_UNRESOLVED_REPORTS); in main()