Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/
H A Dmkmakefile45 .PHONY: __sub-make \$(MAKECMDGOALS)
47 __sub-make:
50 \$(filter-out __sub-make, \$(MAKECMDGOALS)): __sub-make
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp638 auto* __sub = __local_subscribers.pop_front(); in __dispatch_result_() local
639 __sub->__complete(); in __dispatch_result_()
/openbmc/linux/
H A DMakefile220 # You may end up recursing into __sub-make twice. This is needed due to the
227 PHONY += $(MAKECMDGOALS) __sub-make
229 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make
233 __sub-make: