Searched refs:resume (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_low.c1909 goto resume;
1921 goto resume;
1934 goto resume;
1938 resume:
H A Dscsi_cd.c3543 scsi_cmd->resume = go;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h689 void (*resume)(struct bwn_dma_ring *); member in struct:bwn_dma_ring
H A Dif_bwn.c2666 dr->resume = bwn_dma_64_resume;
2674 dr->resume = bwn_dma_32_resume;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c98 zbookmark_phys_t resume; member in struct:send_thread_arg
474 * block's worth of dnodes behind the resume point.
562 zb->zb_object >= sta->resume.zb_object);
601 st_arg->fromtxg, &st_arg->resume,
908 SET_BOOKMARK(&to_arg.resume, to_ds->ds_object, resumeobj, 0,
1750 * Note: resume point will be checked when we process the first WRITE
1805 spa_history_log_internal_ds(ds, "resume receive", tx, "");
2134 * We only resume from write records, which have a valid
2341 * Note: If the receive fails, we want the resume stream to start
2536 /* wait for our resume stat
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h494 void resume(tsc_tick_count tick) { function in class:explicitTimer
H A Dkmp_stats.cpp306 // get the new current timer and resume
314 new_timer->resume(tick);
H A Dkmp_runtime.cpp5394 fl.resume(__kmp_gtid_from_thread(th));
8211 // Soft resume sets __kmp_pause_status, and wakes up all threads.
8221 fl.resume(gtid);
8227 fl.resume(gtid);
8243 if (level == kmp_not_paused) { // requesting resume
8245 // error message about runtime not being paused, so can't resume
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp874 INSTKEYWORD(resume, Resume);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S997 2: @ If both are nonzero, we need to normalize and resume above.
1303 @ denormalize value so we can resume with the code above afterwards.
H A Dieee754-sf.S708 2: @ If both are nonzero, we need to normalize and resume above.
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3286 * resume - Notification on system resume/thaw event
3289 void (*resume)(void *priv); member in struct:wpa_driver_ops
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1645 llvm::BasicBlock *resume = Builder.GetInsertBlock(); local
1677 // And resume where we left off.
1678 if (resume == nullptr)
1681 Builder.SetInsertPoint(resume);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h314 ITT_STUBV(ITTAPI, void, resume, (void))
318 #define __itt_resume ITTNOTIFY_VOID(resume)
319 #define __itt_resume_ptr ITTNOTIFY_NAME(resume)
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1922 IMPL_DBG_LEAK_RESUME(resume, 0, 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwin32-nat.c1409 with a SPURIOUS because resume can try and step or modify things,
1462 resume (0, stop_signal);
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h712 int (*resume) (struct drm_device *); member in struct:drm_driver
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1773 .resume = mlx5_pci_resume
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c178 #define VMM_RESUME() (ops != NULL ? (*ops->resume)() : 0)
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c4144 .resume = mlx4_pci_resume,

Completed in 559 milliseconds

123