| /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/drivers/net/phy/ |
| H A D | dp83td510.c | 722 * @finished: Pointer to a boolean that indicates whether the test is finished. 724 * The function sets the @finished flag to true if the test is complete. 729 bool *finished) in dp83td510_cable_test_get_tdr_status() argument 767 *finished = true; in dp83td510_cable_test_get_tdr_status() 778 * @finished: Pointer to a boolean that indicates whether the test is finished. 780 * The function sets the @finished flag to true if the test is complete. 786 bool *finished) in dp83td510_cable_test_get_alcd_status() argument 798 *finished = true; in dp83td510_cable_test_get_alcd_status() 818 *finished = true; in dp83td510_cable_test_get_alcd_status() 827 * @finished: Pointer to a boolean that indicates whether the test is finished. [all …]
|
| /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 | 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 = cmd->finished; in wait_or_whine() local 175 while (!finished) { in wait_or_whine() 185 finished = true; in wait_or_whine() 213 if (finished) { in wait_or_whine() 214 cmd->finished = 1; in wait_or_whine() 264 return cmd->finished; in check_if_command_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/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/include/drm/ |
| H A D | gpu_scheduler.h | 166 * &drm_sched_fence.finished uses fence_context + 1. 194 * Points to the finished fence of the last scheduled job. Only written 272 * @finished: this fence is what will be signaled by the scheduler 281 struct dma_fence finished; member 284 * @deadline: deadline set on &drm_sched_fence.finished which 292 * &drm_sched_fence.finished fence once parent is signalled. 301 * @lock: the lock used by the scheduled and the finished fences. 326 * @finish_cb: the callback for the finished fence. 353 * has finished. 514 * @free_job: Called once the job's finished fence has been signaled [all …]
|
| /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/drivers/gpu/drm/scheduler/ |
| H A D | sched_entity.c | 191 * fence, and the finished fence refcount might have in drm_sched_entity_kill_jobs_work() 195 f = dma_fence_get_rcu(&s_fence->finished); in drm_sched_entity_kill_jobs_work() 197 /* Now that we have a reference on the finished fence, in drm_sched_entity_kill_jobs_work() 218 /* Signal the scheduler finished fence when the entity in question is killed. */ 254 dma_fence_get(&s_fence->finished); in drm_sched_entity_kill() 266 prev = &s_fence->finished; in drm_sched_entity_kill() 409 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb() 480 dma_fence_set_error(&sched_job->s_fence->finished, -ECANCELED); in drm_sched_entity_pop_job() 484 dma_fence_get(&sched_job->s_fence->finished)); in drm_sched_entity_pop_job() 549 /* stay on the same engine if the previous job hasn't finished */ in drm_sched_entity_select_rq()
|
| H A D | sched_main.c | 61 * Once a job is executed (but not yet finished), the job's credits contribute 62 * to the scheduler's credit count until the job is finished. If by executing 377 dma_fence_get(&s_fence->finished); in drm_sched_job_done() 379 dma_fence_put(&s_fence->finished); in drm_sched_job_done() 649 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop() 666 * this TDR finished and before the newly restarted jobs had a in drm_sched_stop() 750 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs() 756 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs() 1049 if (kref_read(&job->s_fence->finished.refcount)) { in drm_sched_job_cleanup() 1054 dma_fence_put(&job->s_fence->finished); in drm_sched_job_cleanup() [all …]
|
| /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/video/fbdev/core/ |
| H A D | fbcon_rotate.c | 31 goto finished; in fbcon_rotate_font() 53 goto finished; in fbcon_rotate_font() 92 finished: in fbcon_rotate_font()
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_permutations.py | 21 ksft.finished() 25 ksft.finished() 109 ksft.finished()
|
| /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/Documentation/driver-api/dmaengine/ |
| H A D | pxa_dma.rst | 22 at the time of irq/dma tx2 is already finished, tx1->complete() and 64 is the last finished transfer at that point in time. 121 When a transfer flagged as "DMA_PREP_INTERRUPT" is finished, the dma irq 129 - calling all the transfer callbacks of finished transfers, based on
|
| /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/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/fs/smb/client/ |
| H A D | smb2inode.c | 231 goto finished; in smb2_compound_op() 264 goto finished; in smb2_compound_op() 307 goto finished; in smb2_compound_op() 343 goto finished; in smb2_compound_op() 386 goto finished; in smb2_compound_op() 421 goto finished; in smb2_compound_op() 452 goto finished; in smb2_compound_op() 492 goto finished; in smb2_compound_op() 519 goto finished; in smb2_compound_op() 546 goto finished; in smb2_compound_op() [all …]
|
| /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
|
| /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"
|