Searched refs:finish (Results 151 - 175 of 175) sorted by relevance

1234567

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1217 goto finish;
1229 goto finish;
1246 finish:
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_sup.c1254 uint32_t start, finish; local
1258 finish = start + (ha->fdt_block_size >> 2) - 1;
1260 start), flash_data_addr(ha, finish));
2139 /* Wait for 30 seconds for command to finish. */
H A Dqla_mbx.c180 * Wait for active mailbox commands to finish by waiting at most tov
4743 qla81xx_fac_erase_sector(scsi_qla_host_t *vha, uint32_t start, uint32_t finish) argument
4760 mcp->mb[4] = LSW(finish);
4761 mcp->mb[5] = MSW(finish);
/linux-master/fs/ceph/
H A Dinode.c2200 int wrbuffer_refs, finish = 0; local
2241 finish = 1;
2244 if (!finish)
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c728 /* No pending resets to finish processing. Check for new resets */
1689 * ice_service_task_complete - finish up the service task
3743 goto finish;
3754 goto finish;
3768 finish:
3814 goto finish;
3837 finish:
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1280 def multistat(self, start, idx, finish):
1301 left = finish - datetime.now()
3506 # no trace markers? then quit and be sure to finish recording
3649 # device callback finish
7122 finish = datetime.now()
7124 finish += timedelta(minutes=sysvals.multitest['time'])
7126 sysvals.multistat(True, i, finish)
7138 sysvals.multistat(False, i, finish)
7139 if 'time' in sysvals.multitest and datetime.now() >= finish:
/linux-master/arch/sparc/lib/
H A DM7memcpy.S70 * then finish up storing before going to finish_long.
447 ! before we finish setting it, while minimizing the effects on
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c72 * finish_locking() functions. start_locking() is invoked by the finish function of the state (or
814 * of the lock and finish processing the data_vio. If this is the last data_vio holding the lock,
2177 .finish = finish_uds_queue,
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c2278 * not interrupt immediately, but tries to finish the
5444 goto finish;
5454 finish:
/linux-master/tools/perf/util/
H A Dintel-pt.c4150 static void intel_pt_print_info(__u64 *arr, int start, int finish) argument
4157 for (i = start; i <= finish; i++) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1093 goto finish;
1096 finish:
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h1943 void (*finish)(struct radeon_device *rdev); member in struct:radeon_asic::__anon505
2750 #define radeon_pm_finish(rdev) (rdev)->asic->pm.finish((rdev))
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c2205 goto finish;
2221 finish:
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c351 goto finish;
369 finish:
1281 * generic completion handler to finish completion of the request.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S4329 bra.w funimp_done # branch to finish
4349 bra.w funimp_done # branch to finish
16009 bra.b stzs_norm # finish scaling
16135 bra.b stzd_norm # finish scaling
16395 beq.b fdbcc_ngt_done # no;go finish
16436 beq.b fdbcc_nge_done # no;go finish
16471 beq.b fdbcc_nlt_done # no;go finish
16512 beq.w fdbcc_nle_done # no; go finish
16547 beq.b fdbcc_ngl_done # no; go finish
16628 beq.b fdbcc_st_done # no;go finish
[all...]
/linux-master/fs/btrfs/
H A Dsend.c210 * directory with lower inode number when we finish processing it - we
2792 * cache when inserting, do it after we finish processing each inode at
3610 goto finish;
3618 goto finish;
3633 finish:
7389 * committed or is about to finish its commit. Release
7566 * finish its commit. Release our paths and restart the search, so that we are
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S166 bras cu_nmove |fmove code will finish
465 bras cu_dmove |fmove code will finish
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c346 * __vb2_buf_mem_finish() - call ->finish on buffer's private memory
358 call_void_memop(vb, finish, vb->planes[plane].mem_priv);
399 * explicit ->prepare()/->finish() syncs. For other ->memory types
400 * we always need ->prepare() or/and ->finish() cache sync.
409 * ->finish() cache sync can be avoided when queue direction is
632 pr_info(" prepare: %u finish: %u\n",
/linux-master/drivers/regulator/
H A Dcore.c3953 goto finish;
4026 finish:
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1239 /* Wait for firmware load to finish. */
1279 /* Wait for firmware load to finish. */
6231 goto finish;
6298 goto finish;
6341 finish:
10882 * commits to finish in this case because our IRQ handlers reference
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c3448 engine->reset.finish = execlists_reset_finish;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1088 * count and finish the destroy of the context.
4474 engine->reset.finish = guc_reset_nop;
/linux-master/net/core/
H A Dskbuff.c4437 config->finish = skb_ts_finish;
/linux-master/lib/
H A Dtest_bpf.c14870 u64 start, finish; local
14879 finish = ktime_get_ns();
14882 *duration = finish - start;
/linux-master/net/wireless/
H A Dnl80211.c2433 goto finish;
3008 finish:

Completed in 2072 milliseconds

1234567