Home
last modified time | relevance | path

Searched refs:report (Results 451 - 475 of 947) sorted by relevance

1...<<11121314151617181920>>...38

/kernel/linux/linux-6.6/fs/exfat/
H A Dmisc.c26 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __exfat_fs_error() argument
32 if (report) { in __exfat_fs_error()
/kernel/linux/linux-6.6/mm/
H A Dpage_reporting.c129 * report on the new larger page when we make our way in page_reporting_drain()
141 * The page reporting cycle consists of 4 stages, fill, report, drain, and
221 /* release lock before waiting on report processing */ in page_reporting_cycle()
225 err = prdev->report(prdev, sgl, PAGE_REPORTING_CAPACITY); in page_reporting_cycle()
230 /* update budget to reflect call to report function */ in page_reporting_cycle()
241 * since we dropped the lock to report the pages in page_reporting_cycle()
292 /* report the leftover pages before going idle */ in page_reporting_process_zone()
296 err = prdev->report(prdev, sgl, leftover); in page_reporting_process_zone()
298 /* flush any remaining pages out from the last report */ in page_reporting_process_zone()
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
H A Dlistener.py155 suite.report = test_result.report
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_sao.c153 report("sao_band"); in checkasm_check_hevc_sao()
161 report("sao_edge"); in checkasm_check_hevc_sao()
/third_party/cJSON/tests/unity/auto/
H A Dstylize_as_junit.rb69 attr_reader :report, :total_tests, :failures, :ignored
73 @report = ''
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py154 def report(self, out: typing_util.Writable) -> None: member in Tests
198 tests.report(sys.stdout)
H A Drun-metatests.sh10 metatest is expected to report a failure. The final line should be
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_driver.cc207 const uint32_t *report = reinterpret_cast<const uint32_t *>(header + 1); in parse_perf_records() local
209 intel_perf_report_timestamp(selected_query, report); in parse_perf_records()
225 // the distance between last report and this one in parse_perf_records()
/third_party/unity/auto/
H A Dstylize_as_junit.rb69 attr_reader :report, :total_tests, :failures, :ignored
73 @report = ''
/kernel/linux/linux-5.10/fs/unicode/
H A Dmkutf8data.c1752 int report; in verify() local
1760 report = 0; in verify()
1769 report++; in verify()
1771 report++; in verify()
1774 report++; in verify()
1776 report++; in verify()
1778 report++; in verify()
1782 report++; in verify()
1785 report++; in verify()
1788 report in verify()
[all...]
/kernel/linux/linux-6.6/fs/unicode/
H A Dmkutf8data.c1752 int report; in verify() local
1760 report = 0; in verify()
1769 report++; in verify()
1771 report++; in verify()
1774 report++; in verify()
1776 report++; in verify()
1778 report++; in verify()
1782 report++; in verify()
1785 report++; in verify()
1788 report in verify()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dkexec_image.c36 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_image()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dkexec.h69 struct ipl_report *report; member
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dkexec_image.c36 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_image()
/kernel/linux/linux-5.10/mm/kasan/
H A DMakefile32 obj-$(CONFIG_KASAN) := common.o init.o report.o
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dnotify.h22 * @max_report_sz: Max possible size for the report of a notification message
43 * @fill_custom_report: fills a custom event report from the provided
46 * Return NULL on failure otherwise @report now fully
59 void *report, u32 *src_id);
/third_party/lame/libmp3lame/
H A Dlame_global_flags.h156 } report; member
/third_party/icu/icu4c/source/samples/udata/
H A DMakefile53 .PHONY: all clean distclean check report
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtoposort.rs2 use crate::syntax::report::Errors;
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtoposort.rs2 use crate::syntax::report::Errors;
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtoposort.rs2 use crate::syntax::report::Errors;
/third_party/rust/crates/cxx/syntax/
H A Dtoposort.rs2 use crate::syntax::report::Errors;
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDiagnosticsBase.h89 void report(ID id, const SourceLocation &loc, const std::string &text);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDiagnosticsBase.cpp26 void Diagnostics::report(ID id, const SourceLocation &loc, const std::string &text) in report() function in pp::Diagnostics
H A DDiagnosticsBase.h95 void report(ID id, const SourceLocation &loc, const std::string &text);

Completed in 13 milliseconds

1...<<11121314151617181920>>...38