Searched refs:prereq (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/testing/selftests/vm/ |
D | compaction_test.c | 56 int prereq(void) in prereq() function 170 if (prereq() != 0) { in main()
|
/Linux-v5.4/tools/build/ |
D | Build.include | 56 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 75 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 81 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/Linux-v5.4/scripts/ |
D | Kbuild.include | 215 any-prereq = $(filter-out $(PHONY),$?)$(filter-out $(PHONY) $(wildcard $^),$^) 218 if_changed = $(if $(any-prereq)$(cmd-check), \ 223 if_changed_dep = $(if $(any-prereq)$(cmd-check),$(cmd_and_fixdep),@:) 233 if_changed_rule = $(if $(any-prereq)$(cmd-check),$(rule_$(1)),@:) 258 $(if $(any-prereq),- due to: $(any-prereq), \
|
/Linux-v5.4/scripts/dtc/ |
D | checks.c | 39 struct check **prereq; member 52 .prereq = nm_##_prereqs, \ 160 struct check *prq = c->prereq[i]; in run_check() 165 c->prereq[i]->name); in run_check() 1838 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error() 1856 if (cc->prereq[j] == c) in disable_warning_error()
|