| /linux/tools/perf/pmu-events/arch/powerpc/power8/ |
| H A D | pipeline.json | 5 "BriefDescription": "1 or more ppc insts finished", 6 "PublicDescription": "1 or more ppc insts finished (completed)" 203 "BriefDescription": "Larx finished", 221 "BriefDescription": "LSU Finished an instruction (up to 2 per cycle)", 305 "BriefDescription": "Store Instructions Finished", 306 "PublicDescription": "Store Instructions Finished (store sent to nest)" 311 "BriefDescription": "Store forwards that finished", 335 "BriefDescription": "tlbie finished",
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-zynqmp-fpga | 24 BIT(4) 0: Start-up sequence has not finished 25 1: Start-up sequence has finished 38 BIT(11) 0: Initialization has not finished 39 1: Initialization finished
|
| /linux/tools/perf/pmu-events/arch/powerpc/power10/ |
| H A D | pipeline.json | 15 "BriefDescription": "LSU Finished an internal operation in LD0 port." 25 "BriefDescription": "LSU Finished an internal operation in ST0 port." 30 "BriefDescription": "LSU Finished an internal operation in ST4 port." 60 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline finished at dispatch a… 120 …"BriefDescription": "A branch instruction finished. Includes predicted/mispredicted/unconditional." 145 "BriefDescription": "LSU Finished an internal operation in LD1 port." 180 "BriefDescription": "LSU Finished an internal operation in ST1 port." 200 "BriefDescription": "VSU instruction finished." 290 "BriefDescription": "LSU Finished an internal operation in ST2 port." 325 …"BriefDescription": "TLBIE instruction finished in the LSU. Two TLBIEs can finish each cycle. All … [all …]
|
| H A D | marked.json | 85 "BriefDescription": "Marked Branch instruction finished." 105 …"BriefDescription": "Marked conditional store instruction (STCX) finished. LARX and STCX are instr… 150 …"BriefDescription": "VSU marked instruction finished. Excludes simple FX instructions issued to th… 175 "BriefDescription": "Marked store instruction finished." 205 "BriefDescription": "Marked TLBIE instruction finished. Includes TLBIE and TLBIEL instructions." 210 …"BriefDescription": "Marked load and reserve instruction (LARX) finished. LARX and STCX are instru…
|
| H A D | frontend.json | 110 "BriefDescription": "An unconditional branch finished. All unconditional branches are taken." 115 …"BriefDescription": "A conditional branch finished with correctly predicted direction. Resolved ta… 120 …"BriefDescription": "A conditional branch finished with correctly predicted direction. Resolved no…
|
| H A D | others.json | 35 "BriefDescription": "256-bit load finished in the LD0 load execution unit." 40 "BriefDescription": "256-bit load finished in the LD1 load execution unit."
|
| H A D | memory.json | 35 …"BriefDescription": "Ptesync instruction finished in the store unit. Only one ptesync can finish a… 75 "BriefDescription": "LSU Finished an internal operation in ST2 port." 90 …"BriefDescription": "Load and reserve instruction (LARX) finished. LARX and STCX are instructions …
|
| H A D | metrics.json | 160 …les per completed instruction when the NTC instruction is waiting to be finished in one of the exe… 196 …les per completed instruction when the NTC instruction is waiting to be finished in one of the exe… 390 "BriefDescription": "Percentage of finished loads that missed in the L1", 471 "BriefDescription": "Average number of finished loads per completed instruction", 708 "BriefDescription": "Average number of finished instructions per completed instructions", 720 "BriefDescription": "Percentage of finished branches that were taken", 734 "BriefDescription": "Average number of finished branches per completed instruction", 740 …"BriefDescription": "Average number of instructions finished in the LSU per completed instruction", 746 …"BriefDescription": "Average number of instructions finished in the VSU per completed instruction", 752 …"BriefDescription": "Average number of TLBIE instructions finished in the LSU per completed instru…
|
| /linux/tools/lib/subcmd/ |
| H A D | run-command.c | 172 bool finished; in wait_or_whine() local 176 cmd->finished = 1; in wait_or_whine() 182 finished = cmd->finished; in wait_or_whine() 185 while (!finished) { in wait_or_whine() 195 finished = true; in wait_or_whine() 223 if (finished) { 224 cmd->finished = 1; 248 if (cmd->finished) in check_if_command_finished() 251 cmd->finished in check_if_command_finished() [all...] |
| /linux/drivers/spi/ |
| H A D | spi-slave-time.c | 35 struct completion finished; member 60 complete(&priv->finished); in spi_slave_time_complete() 97 init_completion(&priv->finished); in spi_slave_time_probe() 114 wait_for_completion(&priv->finished); in spi_slave_time_remove()
|
| H A D | spi-slave-system-control.c | 40 struct completion finished; member 93 complete(&priv->finished); in spi_slave_system_control_complete() 123 init_completion(&priv->finished); in spi_slave_system_control_probe() 140 wait_for_completion(&priv->finished); in spi_slave_system_control_remove()
|
| /linux/Documentation/userspace-api/ |
| H A D | dcdbas.rst | 55 to perform a power cycle or power off of the system after the OS has finished 57 a driver perform a SMI after the OS has finished shutting down. 61 action after the system has finished shutting down: 75 has finished shutting down.)
|
| /linux/arch/mips/include/asm/mach-rc32434/ |
| H A D | dma.h | 50 #define DMA_DESC_COF (1 << 25) /* Chain on finished */ 52 #define DMA_DESC_IOF (1 << 27) /* Interrupt on finished */ 56 #define DMA_DESC_FINI (1 << 31) /* Finished */
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_tlb_inval_job.c | 228 * finished fence, which the caller is responsible for releasing, and return it 231 * Return: Job's finished fence on success, cannot fail 277 dma_fence_get(&job->dep.drm.s_fence->finished); in xe_tlb_inval_job_push() 282 &job->dep.drm.s_fence->finished, in xe_tlb_inval_job_push() 291 * context and job's finished fence, which enables squashing. in xe_tlb_inval_job_push() 293 return &job->dep.drm.s_fence->finished; in xe_tlb_inval_job_push()
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_permutations.py | 21 ksft.finished() 25 ksft.finished() 109 ksft.finished()
|
| H A D | its_indirect_alignment.py | 35 ksft.finished() 39 ksft.finished() 150 ksft.finished()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | completion.c | 42 * A completion may be "finished," in which case its "complete" field will be set to true before it 43 * is next run. It is a bug to attempt to set the result or re-finish a finished completion. 47 * A completion must be "reset" before it can be reused after it has been finished. Resetting will
|
| /linux/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2.c | 391 bool *finished) in mlxfw_mfa2_xz_dec_run() argument 399 *finished = true; in mlxfw_mfa2_xz_dec_run() 402 *finished = false; in mlxfw_mfa2_xz_dec_run() 431 bool finished; in mlxfw_mfa2_file_cb_offset_xz() local 450 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz() 453 if (finished) { in mlxfw_mfa2_file_cb_offset_xz() 464 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
|
| /linux/tools/testing/selftests/ftrace/test.d/instances/ |
| H A D | instance-event.tc | 66 echo "all processes finished, wait for cleanup" 129 echo "all processes finished, wait for cleanup"
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc_intr.c | 37 mfc_debug(1, "Finished waiting (dev->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_dev() 75 mfc_debug(1, "Finished waiting (ctx->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_ctx()
|
| /linux/tools/perf/pmu-events/arch/x86/goldmont/ |
| H A D | virtual-memory.json | 7 …count translations (page walks) that are begun and not finished, or translations that are finished…
|
| /linux/drivers/platform/olpc/ |
| H A D | olpc-ec.c | 27 struct completion finished; member 101 /* Finished, wake up olpc_ec_cmd() */ in olpc_ec_worker() 102 complete(&desc->finished); in olpc_ec_worker() 153 init_completion(&desc.finished); in olpc_ec_cmd() 158 wait_for_completion(&desc.finished); in olpc_ec_cmd()
|
| /linux/Documentation/fb/ |
| H A D | aty128fb.rst | 56 accel use acceleration engine. Not finished. 70 - This driver is still experimental and is not finished. Too many
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_regs.h | 57 * will be finished at the very next vblank. Trigger it again if you want to 224 * RF: Read Finished 227 * CBRF: Cursor Buffer Read Finished Flag, no use. 228 * FBRF0: CRTC-0 reading from its framebuffer finished. 229 * FBRF1: CRTC-1 reading from its framebuffer finished.
|
| /linux/drivers/mtd/ubi/ |
| H A D | upd.c | 17 * starts, and removed after the update has been finished. So if the update was 262 * last call if the whole volume update has been successfully finished, and a 289 * is finished. in ubi_more_update_data() 354 /* The update is finished, clear the update marker */ in ubi_more_update_data() 377 * operation has been successfully finished, and a negative error code in case
|