/kernel/linux/linux-5.10/mm/ |
H A D | khugepaged.c | 2108 int progress = 0; variable 2135 progress++; 2141 progress++; 2146 progress++; 2186 progress += HPAGE_PMD_NR; 2190 if (progress >= pages) 2223 return progress; 2241 unsigned int progress = 0, pass_through_head = 0; in khugepaged_do_scan() local 2249 while (progress < pages) { in khugepaged_do_scan() 2263 progress in khugepaged_do_scan() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | khugepaged.c | 2332 int progress = 0; variable 2359 progress++; 2369 progress++; in for_each_vma() 2374 progress++; in for_each_vma() 2425 progress += HPAGE_PMD_NR; in for_each_vma() 2435 if (progress >= pages) in for_each_vma() 2469 return progress; 2486 unsigned int progress = 0, pass_through_head = 0; in khugepaged_do_scan() local 2504 progress += khugepaged_scan_mm_slot(pages - progress, in khugepaged_do_scan() [all...] |
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_ffi.cpp | 31 RetError FfiOHOSRequestTaskProgressOn(char *event, const char *taskId, void (*callback)(CProgress progress)) in FfiOHOSRequestTaskProgressOn() argument
|
/base/print/print_fwk/frameworks/ohscan/include/ |
H A D | ohscan.h | 32 * obtain the page scanning progress and set scanned image parameters, and so on. 108 * @brief Indicates the progress of scanning a picture by the scanner. 113 /** Picture progress from 0 to 100. */ 114 int32_t progress; member 285 * @brief This API can get the progress of the scanner scanning the picture.A non-null value must be passed in, 286 * and the scan progress will be written to the structure to which the pointer points. 289 * @param scannerId The id for querying the image scanning progress of the scanner. 291 * @return {@link Scan_ERROR_NONE} Indicates the scanner has successfully queried the progress of the scanned image.
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_local_live_view_content.h | 85 * @brief Sets the progress to be included in a local live view notification. 87 * @param progress Indicates the type to be included. 89 void SetProgress(NotificationProgress progress); 92 * @brief Get the progress of a local live view notification.
|
/base/update/updateservice/services/firmware/upgrade/install/include/ |
H A D | firmware_install.h | 25 #include "progress.h" 32 Progress progress; member
|
/base/update/updateservice/interfaces/inner_api/feature/update/model/task/src/ |
H A D | task_body.cpp | 61 jsonBuilder.Append("progress", progress); in GetJsonBuilder()
|
/base/update/updateservice/services/firmware/data/db/src/ |
H A D | firmware_task_operator_empty.cpp | 41 bool FirmwareTaskOperator::UpdateProgressByTaskId(const std::string &taskId, UpgradeStatus status, int32_t progress) in UpdateProgressByTaskId() argument
|
/base/update/updateservice/services/firmware/data/db/include/ |
H A D | firmware_task_operator.h | 49 bool UpdateProgressByTaskId(const std::string &taskId, UpgradeStatus status, int32_t progress);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
H A D | gamecube.c | 77 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A D | mpc834x_itx.c | 78 .progress = udbg_progress, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/ |
H A D | mpc834x_itx.c | 69 .progress = udbg_progress, in define_machine()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zEncode.h | 29 void Init(ICompressProgressInfo *progress);
|
/third_party/python/Tools/c-analyzer/ |
H A D | must-resolve.sh | 33 --no-progress \
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 630 CMyComPtr<ICompressProgressInfo> progress;
635 progress = progressSpec;
729 res = encoder->Code(inStream, outStream, NULL, NULL, progress);
763 HRESULT res = decoder->Code(inStream, outStream, NULL, unpackSizeDefined ? &unpackSize : NULL, progress);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_packing_builtins.cpp | 44 progress(false) in lower_packing_builtins_visitor() 54 bool get_progress() { return progress; } in get_progress() 115 progress = true; in handle_rvalue() 120 bool progress; member in __anon7192::lower_packing_builtins_visitor
|
H A D | opt_algebraic.cpp | 53 this->progress = false; in ir_algebraic_visitor() 81 bool progress; member in __anon7201::ir_algebraic_visitor 244 this->progress = true; in reassociate_operands() 1044 this->progress = true; in handle_rvalue() 1055 return v.progress; in do_algebraic()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_storage_image.c | 724 bool progress = false; in brw_nir_lower_storage_image() local 730 progress |= nir_lower_image(shader, &image_options); in brw_nir_lower_storage_image() 732 progress |= nir_shader_instructions_pass(shader, in brw_nir_lower_storage_image() 737 return progress; in brw_nir_lower_storage_image()
|
/third_party/curl/lib/ |
H A D | pop3.c | 62 #include "progress.h" 548 saslprogress progress = SASL_IDLE; in pop3_perform_authentication() local 559 result = Curl_sasl_start(&pop3c->sasl, data, FALSE, &progress); in pop3_perform_authentication() 562 if(progress == SASL_INPROGRESS) in pop3_perform_authentication() 566 if(!result && progress == SASL_IDLE) { in pop3_perform_authentication() 815 saslprogress progress; in pop3_state_auth_resp() local 819 result = Curl_sasl_continue(&pop3c->sasl, data, pop3code, &progress); in pop3_state_auth_resp() 821 switch(progress) { in pop3_state_auth_resp() 1325 /* Set the progress data */ in pop3_regular_transfer()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 130 ICompressProgressInfo *progress)
in Decode() 140 progress);
in Decode() 426 void Init(IArchiveOpenCallback *progress);
798 // , ICompressProgressInfo *progress
in DecodeBlock() 1290 CMyComPtr<ICompressProgressInfo> progress = lps;
in UpdateItems() local 1292 RINOK(encoder->Code(fileInStream, outStream, NULL, NULL, progress))
in UpdateItems() 1320 CMyComPtr<ICompressProgressInfo> progress = lps;
in UpdateItems() local 1323 return NCompress::CopyStream(_stream, outStream, progress);
in UpdateItems() 127 Decode(NCompress::NXz::CDecoder &decoder, ISequentialInStream *seqInStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress) Decode() argument
|
/third_party/mesa3d/src/util/ |
H A D | register_allocate.c | 719 bool progress = true; in ra_simplify() local 746 while (progress) { in ra_simplify() 750 progress = false; in ra_simplify() 763 * stack. This also means that we're guaranteed to make progress in ra_simplify() 777 progress = true; in ra_simplify() 780 } else if (!progress) { in ra_simplify() 805 if (!progress && min_q_total != UINT_MAX) { in ra_simplify() 810 progress = true; in ra_simplify() 1048 * in us making progress. in ra_get_best_spill_node()
|
/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | response_message_receiver_test.cpp | 679 EXPECT_EQ(notifyData->progress.state, state); in HWTEST_F() 680 EXPECT_EQ(notifyData->progress.processed, processed); in HWTEST_F() 681 EXPECT_EQ(notifyData->progress.totalProcessed, totalProcessed); in HWTEST_F() 682 EXPECT_EQ(notifyData->progress.sizes[0], value); in HWTEST_F() 683 EXPECT_EQ(notifyData->progress.extras["key"], "value"); in HWTEST_F()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 492 ppc_md.progress("H_SET_MODE LE exception fail", 0); in pseries_little_endian_exceptions() 891 ppc_md.progress("Linux ppc64\n", 0); in pSeries_init_panel() 893 ppc_md.progress("Linux ppc64le\n", 0); in pSeries_init_panel() 895 ppc_md.progress(init_utsname()->version, 0); in pSeries_init_panel() 1150 .progress = rtas_progress, in define_machine()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | dev-replace.c | 850 * Read progress of device replace status according to the state and last 1066 u64 progress; in btrfs_dev_replace_kthread() local 1069 progress = btrfs_dev_replace_progress(fs_info); in btrfs_dev_replace_kthread() 1070 progress = div_u64(progress, 10); in btrfs_dev_replace_kthread() 1076 (unsigned int)progress); in btrfs_dev_replace_kthread()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_debug.c | 685 int progress = 0; in ac_vm_fault_occured() 750 switch (progress) { in ac_vm_fault_occured() 753 progress = 1; in ac_vm_fault_occured() 765 progress = 0; in ac_vm_fault_occured() 768 progress = 0; in ac_vm_fault_occured()
|