Home
last modified time | relevance | path

Searched full:progress (Results 1 – 25 of 1821) sorted by relevance

12345678910>>...73

/linux-6.12.1/include/linux/
Diov_iter.h15 typedef size_t (*iov_step_f)(void *iter_base, size_t progress, size_t len,
17 typedef size_t (*iov_ustep_f)(void __user *iter_base, size_t progress, size_t len,
28 size_t progress = 0, remain; in iterate_ubuf() local
31 progress = len - remain; in iterate_ubuf()
32 iter->iov_offset += progress; in iterate_ubuf()
33 iter->count -= progress; in iterate_ubuf()
34 return progress; in iterate_ubuf()
45 size_t progress = 0, skip = iter->iov_offset; in iterate_iovec() local
52 remain = step(p->iov_base + skip, progress, part, priv, priv2); in iterate_iovec()
54 progress += consumed; in iterate_iovec()
[all …]
/linux-6.12.1/arch/powerpc/platforms/85xx/
Dmpc85xx_rdb.c54 if (ppc_md.progress) in mpc85xx_rdb_setup_arch()
55 ppc_md.progress("mpc85xx_rdb_setup_arch()", 0); in mpc85xx_rdb_setup_arch()
116 .progress = udbg_progress, in define_machine()
129 .progress = udbg_progress, in define_machine()
142 .progress = udbg_progress, in define_machine()
155 .progress = udbg_progress, in define_machine()
168 .progress = udbg_progress, in define_machine()
181 .progress = udbg_progress, in define_machine()
194 .progress = udbg_progress, in define_machine()
207 .progress = udbg_progress, in define_machine()
Dmpc85xx_ds.c60 if (ppc_md.progress) in mpc85xx_ds_setup_arch()
61 ppc_md.progress("mpc85xx_ds_setup_arch()", 0); in mpc85xx_ds_setup_arch()
84 .progress = udbg_progress, in define_machine()
97 .progress = udbg_progress, in define_machine()
Dbsc913x_rdb.c35 if (ppc_md.progress) in bsc913x_rdb_setup_arch()
36 ppc_md.progress("bsc913x_rdb_setup_arch()", 0); in bsc913x_rdb_setup_arch()
49 .progress = udbg_progress, in define_machine()
Dc293pcie.c37 if (ppc_md.progress) in c293_pcie_setup_arch()
38 ppc_md.progress("c293_pcie_setup_arch()", 0); in c293_pcie_setup_arch()
53 .progress = udbg_progress, in define_machine()
Dmvme2500.c38 if (ppc_md.progress) in mvme2500_setup_arch()
39 ppc_md.progress("mvme2500_setup_arch()", 0); in mvme2500_setup_arch()
56 .progress = udbg_progress, in define_machine()
Dbsc913x_qds.c39 if (ppc_md.progress) in bsc913x_qds_setup_arch()
40 ppc_md.progress("bsc913x_qds_setup_arch()", 0); in bsc913x_qds_setup_arch()
62 .progress = udbg_progress, in define_machine()
Dp1010rdb.c44 if (ppc_md.progress) in p1010_rdb_setup_arch()
45 ppc_md.progress("p1010_rdb_setup_arch()", 0); in p1010_rdb_setup_arch()
76 .progress = udbg_progress, in define_machine()
Dmpc8536_ds.c43 if (ppc_md.progress) in mpc8536_ds_setup_arch()
44 ppc_md.progress("mpc8536_ds_setup_arch()", 0); in mpc8536_ds_setup_arch()
65 .progress = udbg_progress, in define_machine()
Dsocrates.c64 if (ppc_md.progress) in socrates_setup_arch()
65 ppc_md.progress("socrates_setup_arch()", 0); in socrates_setup_arch()
78 .progress = udbg_progress, in define_machine()
Dppa8548.c40 if (ppc_md.progress) in ppa8548_setup_arch()
41 ppc_md.progress("ppa8548_setup_arch()", 0); in ppa8548_setup_arch()
82 .progress = udbg_progress, in define_machine()
/linux-6.12.1/tools/perf/ui/gtk/
Dprogress.c5 #include "../progress.h"
8 static GtkWidget *progress; variable
20 progress = gtk_progress_bar_new(); in gtk_ui_progress__update()
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3); in gtk_ui_progress__update()
34 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), fraction); in gtk_ui_progress__update()
36 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress), buf); in gtk_ui_progress__update()
/linux-6.12.1/arch/powerpc/mm/
Dinit_32.c83 if (ppc_md.progress) in MMU_init()
84 ppc_md.progress("MMU:enter", 0x111); in MMU_init()
106 if (ppc_md.progress) in MMU_init()
107 ppc_md.progress("MMU:hw init", 0x300); in MMU_init()
111 if (ppc_md.progress) in MMU_init()
112 ppc_md.progress("MMU:mapin", 0x301); in MMU_init()
118 if (ppc_md.progress) in MMU_init()
119 ppc_md.progress("MMU:exit", 0x211); in MMU_init()
/linux-6.12.1/drivers/fpga/
Dintel-m10-bmc-sec-update.c307 static bool rsu_progress_done(u32 progress) in rsu_progress_done() argument
309 return (progress == RSU_PROG_IDLE || in rsu_progress_done()
310 progress == RSU_PROG_RSU_DONE); in rsu_progress_done()
313 static bool rsu_progress_busy(u32 progress) in rsu_progress_busy() argument
315 return (progress == RSU_PROG_AUTHENTICATING || in rsu_progress_busy()
316 progress == RSU_PROG_COPYING || in rsu_progress_busy()
317 progress == RSU_PROG_UPDATE_CANCEL || in rsu_progress_busy()
318 progress == RSU_PROG_PROGRAM_KEY_HASH); in rsu_progress_busy()
322 u32 *progress, u32 *status) in m10bmc_sec_progress_status() argument
336 *progress = rsu_prog(*doorbell_reg); in m10bmc_sec_progress_status()
[all …]
/linux-6.12.1/drivers/base/firmware_loader/
Dsysfs_upload.h10 * enum fw_upload_prog - firmware upload progress codes
11 * @FW_UPLOAD_PROG_IDLE: there is no firmware upload in progress
16 * @FW_UPLOAD_PROG_MAX: Maximum progress code marker
36 enum fw_upload_prog progress; member
37 enum fw_upload_prog err_progress; /* progress at time of failure */
Dsysfs_upload.c65 return sysfs_emit(buf, "%s\n", fw_upload_progress(dev, fwlp->progress)); in status_show()
77 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) in error_show()
103 if (fwlp->progress == FW_UPLOAD_PROG_IDLE) in cancel_store()
139 fwlp->progress = new_progress; in fw_upload_update_progress()
147 fwlp->err_progress = fwlp->progress; in fw_upload_set_error()
155 fwlp->progress = FW_UPLOAD_PROG_IDLE; in fw_upload_prog_complete()
245 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) { in fw_upload_start()
252 fwlp->progress = FW_UPLOAD_PROG_RECEIVING; in fw_upload_start()
334 fw_upload_priv->progress = FW_UPLOAD_PROG_IDLE; in firmware_upload_register()
393 if (fw_upload_priv->progress == FW_UPLOAD_PROG_IDLE) { in firmware_upload_unregister()
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_ringbuffer.h78 * due to it appearing that the GPU is making forward progress.
80 * For GPU generations which support progress detection (see.
81 * msm_gpu_funcs::progress()), if the GPU appears to be making progress
84 * before killing the job. But to detect progress we need two sample
93 * last_cp_state: The state of the CP at the last call to gpu->progress()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_sriov_pf_control_types.h16 * @XE_GT_SRIOV_STATE_WIP: indicates that some operations are in progress.
17 * @XE_GT_SRIOV_STATE_FLR_WIP: indicates that a VF FLR is in progress.
26 * @XE_GT_SRIOV_STATE_PAUSE_WIP: indicates that a VF pause operation is in progress.
32 * @XE_GT_SRIOV_STATE_RESUME_WIP: indicates the a VF resume operation is in progress.
36 * @XE_GT_SRIOV_STATE_STOP_WIP: indicates that a VF stop operation is in progress.
/linux-6.12.1/arch/powerpc/platforms/powermac/
Dsmp.c249 if (ppc_md.progress) ppc_md.progress("psurge_quad_init", 0x351); in psurge_quad_init()
328 if (ppc_md.progress) ppc_md.progress("smp_psurge_probe - done", 0x352); in smp_psurge_probe()
348 if (ppc_md.progress) ppc_md.progress("smp_psurge_kick_cpu", 0x353); in smp_psurge_kick_cpu()
395 if (ppc_md.progress) ppc_md.progress("smp_psurge_kick_cpu - done", 0x354); in smp_psurge_kick_cpu()
768 if (ppc_md.progress) ppc_md.progress("smp_core99_probe", 0x345); in smp_core99_probe()
805 if (ppc_md.progress) in smp_core99_kick_cpu()
806 ppc_md.progress("smp_core99_kick_cpu", 0x346); in smp_core99_kick_cpu()
833 if (ppc_md.progress) ppc_md.progress("smp_core99_kick_cpu done", 0x347); in smp_core99_kick_cpu()
901 if (ppc_md.progress) in smp_core99_bringup_done()
902 ppc_md.progress("smp_core99_bringup_done", 0x349); in smp_core99_bringup_done()
/linux-6.12.1/drivers/scsi/
Dsense_codes.h15 SENSE_CODE(0x0011, "Audio play operation in progress")
20 SENSE_CODE(0x0016, "Operation in progress")
22 SENSE_CODE(0x0018, "Erase operation in progress")
23 SENSE_CODE(0x0019, "Locate operation in progress")
24 SENSE_CODE(0x001A, "Rewind operation in progress")
25 SENSE_CODE(0x001B, "Set capacity operation in progress")
26 SENSE_CODE(0x001C, "Verify operation in progress")
46 SENSE_CODE(0x0404, "Logical unit not ready, format in progress")
47 SENSE_CODE(0x0405, "Logical unit not ready, rebuild in progress")
48 SENSE_CODE(0x0406, "Logical unit not ready, recalculation in progress")
[all …]
/linux-6.12.1/Documentation/
Datomic_t.txt317 FORWARD PROGRESS
320 In general strong forward progress is expected of all unconditional atomic
322 a fair amount of code also requires forward progress from the conditional
327 while an LL/SC architecture 'can/should/must' provide forward progress
359 containing @v will stay on the local CPU and progress is made.
361 Even native CAS architectures can fail to provide forward progress for their
365 to a failed CAS in order to ensure some progress. Affected architectures are
/linux-6.12.1/arch/powerpc/platforms/82xx/
Dkm82xx.c161 if (ppc_md.progress) in km82xx_setup_arch()
162 ppc_md.progress("km82xx_setup_arch()", 0); in km82xx_setup_arch()
173 if (ppc_md.progress) in km82xx_setup_arch()
174 ppc_md.progress("km82xx_setup_arch(), finish", 0); in km82xx_setup_arch()
198 .progress = udbg_progress, in define_machine()
/linux-6.12.1/tools/perf/pmu-events/arch/s390/cf_z10/
Dextended.json112 …tion": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle an ITLB1 miss…
119 …Description": "Level-1 Data TLB miss in progress. Incremented by one for every cycle an DTLB1 miss…
/linux-6.12.1/tools/perf/pmu-events/arch/x86/goldmont/
Dvirtual-memory.json49 …"PublicDescription": "Counts every core cycle a page-walk is in progress due to either a data memo…
58 …ounts every core cycle when a Data-side (walks due to a data operation) page walk is in progress.",
67 … core cycle when a Instruction-side (walks due to an instruction fetch) page walk is in progress.",
/linux-6.12.1/tools/perf/pmu-events/arch/x86/silvermont/
Dvirtual-memory.json17 …very cycle when a data (D) page walk or instruction (I) page walk is in progress. Since a pagewal…
26 … counts every cycle when a D-side (walks due to a load) page walk is in progress. Page walk durati…
45 …cycle when a I-side (walks due to an instruction fetch) page walk is in progress. Page walk durati…

12345678910>>...73