Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 28) sorted by relevance

12

/scripts/dtc/
Dchecks.c27 struct check;
29 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node);
31 struct check { struct
39 struct check **prereq; argument
43 static struct check *nm_##_prereqs[] = { __VA_ARGS__ }; \
44 static struct check nm_ = { \
61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
135 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props()
155 static bool run_check(struct check *c, struct dt_info *dti) in run_check()
169 struct check *prq = c->prereq[i]; in run_check()
[all …]
Dupdate-dtc-source.sh51 make check
/scripts/coccinelle/free/
Difnullfree.cocci2 /// NULL check before some freeing functions is not needed.
5 /// "kfree(NULL) is safe this check is probably not required"
60 cocci.print_main("NULL check before that freeing function is not needed", p)
66 msg = "WARNING: NULL check before some freeing functions is not needed."
Difnulldev_put.cocci3 /// NULL check before dev_{put, hold} functions is not needed.
48 cocci.print_main("NULL check before dev_{put, hold} functions is not needed", p)
54 msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
/scripts/
DMakefile.kasan17 check-args = $(foreach arg,$(2),$(call $(1),$(arg)))
101 CFLAGS_KASAN += $(call check-args, cc-param, $(kasan_params))
105 RUSTFLAGS_KASAN += $(call check-args, rustc-param, $(kasan_params))
DKbuild.include85 # filechk is used to check if the content of a generated file is updated.
98 $(check-FORCE)
165 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1
169 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(savedcmd_$@))), \
173 cmd-check = $(if $(strip $(savedcmd_$@)),,1)
187 # empty even if the target does not exist. cmd-check saves this corner case.
192 check-FORCE = $(if $(filter FORCE, $^),,$(warning FORCE prerequisite is missing))
194 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE)
212 # Will check if $(cmd_foo) or any of the prerequisites changed,
240 $(if $(cmd-check), \
DMakefile.dtbs68 dtb-check-enabled = $(if $(filter %.dtb, $@),y)
71 quiet_dtb_check_tag = $(if $(dtb-check-enabled),[C], )
72 cmd_dtb_check = $(if $(dtb-check-enabled),; $(DT_CHECKER) $(DT_CHECKER_FLAGS) -u $(srctree)/$(DT_BI…
Dcheck-uapi.sh11 $name - check for UAPI header stability across Git commits
13 By default, the script will check to make sure the latest commit (or current
15 check against additional commit ranges with the -b and -p options.
17 The script will not check UAPI headers for architectures other than the one
38 ARCH Target architecture for the UAPI check (default is host arch)
DMakefile.package12 .tmp_HEAD: check-git FORCE
15 PHONY += check-git
16 check-git:
17 @if ! $(srctree)/scripts/check-git; then \
132 --no-check-builddeps) \
Dxz_wrap.sh162 exec $XZ --check=crc32 --threads=1 $BCJ --lzma2=$LZMA2OPTS,dict=128MiB
DMakefile.modfinal62 if_changed_except = $(if $(call newer_prereqs_except,$(2))$(cmd-check), \
Dbpf_doc.py413 capture_output=True, check=True)
418 cwd=linuxRoot, capture_output=True, check=True)
430 capture_output=True, check=True)
DMakefile.modinst163 cmd_xz = $(XZ) --check=crc32 --lzma2=dict=1MiB -f $<
Dcheckpatch.pl40 my $check = 0;
307 'subjective!' => \$check,
308 'strict!' => \$check,
380 $check_orig = $check;
1386 foreach my $check (@tree_check) {
1387 if (! -e $root . '/' . $check) {
2492 if ($check && report("CHECK", $type, $msg)) {
2900 $check = 1;
2902 $check = $check_orig;
4390 my $check = 0;
[all …]
DKconfig.include39 # check if $(CC) and $(LD) exist
/scripts/gendwarfksyms/
Ddwarf.c306 check(process_type(state, cache, &type)); in process_type_attr()
416 check(process_die_container(state, cache, die, process_type, in process_array_type()
432 check(process_die_container(state, cache, die, process_type, in __process_subroutine_type()
454 check(process_die_container(state, cache, die, process_type, in process_variant_type()
467 check(process_die_container(state, cache, die, process_type, in process_variant_part_type()
674 return check(process_type(state, cache, die)); in ___process_structure_type()
676 return check(process_type(state, cache, die)); in ___process_structure_type()
706 check(process_die_container(state, cache, die, process_func, in __process_structure_type()
741 check(process_type(state, cache, &placeholder)); in DEFINE_PROCESS_STRUCTURE_TYPE()
826 check(process_type(state, NULL, &child)); in process_cached()
[all …]
Dkabi.c194 check(elf_end(elf)); in kabi_read_rules()
246 check(elf_end(elf)); in kabi_read_rules()
Dgendwarfksyms.c181 check(fclose(symfile)); in main()
Dgendwarfksyms.h75 #define check(expr) __check(expr, __res) macro
Dsymbols.c281 check(elf_end(elf)); in elf_for_each_global()
/scripts/coccinelle/null/
Dkmerr.cocci3 /// NULL check. It only gives a report in the case where there is some
/scripts/kconfig/lxdialog/
Dutil.c32 dlg.check.atr = A_BOLD; in set_mono_theme()
68 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
104 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
178 init_one_color(&dlg.check); in init_dialog_colors()
Ddialog.h103 struct dialog_color check; member
Dchecklist.c34 : dlg.check.atr); in print_item()
/scripts/mod/
Dmodpost.c892 const struct sectioncheck *check = &sectioncheck[i]; in section_mismatch() local
894 if (match(fromsec, check->fromsec)) { in section_mismatch()
895 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
896 return check; in section_mismatch()
897 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
898 return check; in section_mismatch()

12