Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/extcon/
H A Dextcon-intel-cht-wc.c144 bool ignore_errors) in cht_wc_extcon_get_charger() argument
167 if (!ignore_errors) { in cht_wc_extcon_get_charger()
/linux/tools/testing/ktest/
H A Dktest.pl153 my $ignore_errors;
335 "IGNORE_ERRORS" => \$ignore_errors,
1528 my $save_ignore_errors = $ignore_errors;
1529 $ignore_errors = 1;
1538 $ignore_errors = $save_ignore_errors;
1779 if ($ignore_errors) {
2272 if ($ignore_errors) {
2865 if ($ignore_errors) {
/linux/tools/docs/
H A Dsphinx-build-wrapper648 shutil.rmtree(self.builddir, ignore_errors=True)
/linux/mm/
H A Dgup.c1925 int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) in __mm_populate() argument
1965 if (ignore_errors) { in __mm_populate()
/linux/include/linux/
H A Dmm.h3701 int ignore_errors);