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

/linux-master/drivers/extcon/
H A Dextcon-intel-cht-wc.c144 bool ignore_errors)
167 if (!ignore_errors) {
143 cht_wc_extcon_get_charger(struct cht_wc_extcon_data *ext, bool ignore_errors) argument
/linux-master/tools/testing/ktest/
H A Dktest.pl151 my $ignore_errors;
330 "IGNORE_ERRORS" => \$ignore_errors,
1491 my $save_ignore_errors = $ignore_errors;
1492 $ignore_errors = 1;
1501 $ignore_errors = $save_ignore_errors;
1742 if ($ignore_errors) {
2235 if ($ignore_errors) {
2822 if ($ignore_errors) {
/linux-master/mm/
H A Dgup.c1762 int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) argument
1802 if (ignore_errors) {
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c974 int escaped, ignore_errors = 0, check_grep = 0; local
1060 ignore_errors = 1;
1097 if (result && ignore_errors && result > KDB_CMD_GO)
/linux-master/include/linux/
H A Dmm.h3409 int ignore_errors);

Completed in 165 milliseconds