Searched refs:completion (Results 1 – 7 of 7) sorted by relevance
176 struct completion { struct182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) argument185 static inline void init_completion(struct completion *c) in init_completion()190 static inline void wait_for_completion(struct completion *c) in wait_for_completion()197 static inline void complete(struct completion *c) in complete()205 static inline bool try_wait_for_completion(struct completion *c) in try_wait_for_completion()210 static inline bool completion_done(struct completion *c) in completion_done()216 static inline void complete_all(struct completion *c) in complete_all()
41 struct completion completion; member
39 bash_compdir ?= /usr/share/bash-completion/completions138 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
74 bash_completion_dir ?= /usr/share/bash-completion/completions
1 # bpftool(8) bash completion -*- shell-script -*-
916 $(INSTALL) perf-completion.sh '$(DESTDIR_SQ)$(sysconfdir_SQ)/bash_completion.d/perf'
148 completion, and real code generally doesn't bother to copy values into