Home
last modified time | relevance | path

Searched full:resumes (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp71 /// Replace resumes that are not reachable from a cleanup landing pad with
74 pruneUnreachableResumes(SmallVectorImpl<ResumeInst *> &Resumes,
132 SmallVectorImpl<ResumeInst *> &Resumes, in pruneUnreachableResumes() argument
136 BitVector ResumeReachable(Resumes.size()); in pruneUnreachableResumes()
138 for (auto *RI : Resumes) { in pruneUnreachableResumes()
150 return Resumes.size(); in pruneUnreachableResumes()
156 for (size_t I = 0, E = Resumes.size(); I < E; ++I) { in pruneUnreachableResumes()
157 ResumeInst *RI = Resumes[I]; in pruneUnreachableResumes()
159 Resumes[ResumesLeft++] = RI; in pruneUnreachableResumes()
167 Resumes.resize(ResumesLeft); in pruneUnreachableResumes()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_import_export.ksh28 # Trimming automatically resumes across import/export.
35 # 5. Verify that trimming resumes and progress does not regress.
H A Dzpool_trim_online_offline.ksh28 # Trimming automatically resumes across offline/online.
35 # 5. Verify that trimming resumes and progress does not regress.
H A Dzpool_trim_split.ksh34 # 4. Import the new pool. Ensure trimming resumes on it.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_online_offline.ksh32 # Initializing automatically resumes across offline/online.
39 # 5. Verify that initializing resumes and progress does not regress.
H A Dzpool_initialize_import_export.ksh32 # Initializing automatically resumes across import/export.
39 # 5. Verify that initializing resumes and progress does not regress.
H A Dzpool_initialize_split.ksh38 # 4. Import the new pool. Ensure initializing resumes on it.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dsuspend_resume_single.ksh42 log_assert "ensure single-disk pool resumes properly after suspend and clear"
102 log_pass "single-disk pool resumes properly after disk suspend and clear"
/freebsd/lib/libdevctl/
H A Ddevctl.3163 function resumes a suspended device to a fully working state.
221 function resumes (thaws the freeze) probe and attach processing
433 the device will be resumed when the machine resumes.
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-scrub.848 Begins a scrub or resumes a paused scrub.
85 resumes it.
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h106 /// resumes.
109 /// resumes.
/freebsd/bin/sh/tests/builtins/
H A Dtrap11.03 # trap commands are executed before the script resumes.
/freebsd/share/doc/psd/04.uprog/
H A Dp6251 above, that ``execution resumes at the exact point it was interrupted,''
259 resumes after the signal, returning an error code
/freebsd/share/man/man3/
H A Dpthread_resume_all_np.341 and resumes those which were previously suspended.
/freebsd/share/man/man4/
H A Ddpms.446 When the machine resumes,
/freebsd/lib/libsys/
H A Dsigreturn.252 Execution resumes at the specified pc.
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/
H A Ddevantech-srf04.yaml59 When the device gets suspended it's switched off and when it resumes
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_resume_export.ksh101 log_pass "Device removal thread resumes after failed export"
/freebsd/share/man/man9/
H A Dtime.954 or a new time is read from the RTC as the system resumes,
H A Diflibdd.9241 Optional function that resumes a driver.
H A Dmi_switch.9147 After they have been rescheduled and execution resumes, threads will exit
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dattach_multiple.ksh56 # Verify resilver resumes on import.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_cert_verify_callback.pod49 the verification. Calling L<SSL_connect(3)> again resumes the connection
H A DCMAC_CTX.pod85 CMAC_resume() resumes a previously finalized CMAC calculation, allowing
/freebsd/contrib/kyua/doc/
H A Dkyua-debug.1.in92 When paused, Kyua waits for input on stdin, and any key press resumes

123456