Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/vm/
Dcompaction_test.c56 int prereq(void) in prereq() function
170 if (prereq() != 0) { in main()
/Linux-v4.19/tools/build/
DBuild.include56 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-v4.19/scripts/
DKbuild.include256 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
259 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
265 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
307 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
334 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/Linux-v4.19/scripts/dtc/
Dchecks.c53 struct check **prereq; member
66 .prereq = nm_##_prereqs, \
141 struct check *prq = c->prereq[i]; in run_check()
146 c->prereq[i]->name); in run_check()
1626 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error()
1644 if (cc->prereq[j] == c) in disable_warning_error()