/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 71 /// 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_initialize/ |
H A D | zpool_initialize_import_export.ksh | 31 # Initializing automatically resumes across import/export. 38 # 5. Verify that initializing resumes and progress does not regress.
|
H A D | zpool_initialize_online_offline.ksh | 31 # Initializing automatically resumes across offline/online. 38 # 5. Verify that initializing resumes and progress does not regress.
|
H A D | zpool_initialize_split.ksh | 37 # 4. Import the new pool. Ensure initializing resumes on it.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
H A D | zpool_trim_import_export.ksh | 27 # Trimming automatically resumes across import/export. 34 # 5. Verify that trimming resumes and progress does not regress.
|
H A D | zpool_trim_online_offline.ksh | 27 # Trimming automatically resumes across offline/online. 34 # 5. Verify that trimming resumes and progress does not regress.
|
H A D | zpool_trim_split.ksh | 33 # 4. Import the new pool. Ensure trimming resumes on it.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | suspend_resume_single.ksh | 42 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 D | devctl.3 | 163 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 D | zpool-scrub.8 | 45 Begins a scrub or resumes a paused scrub. 82 resumes it.
|
/freebsd/bin/sh/tests/builtins/ |
H A D | trap11.0 | 3 # trap commands are executed before the script resumes.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanStack.h | 106 /// resumes. 109 /// resumes.
|
/freebsd/share/doc/psd/04.uprog/ |
H A D | p6 | 251 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 D | pthread_resume_all_np.3 | 41 and resumes those which were previously suspended.
|
/freebsd/share/man/man4/ |
H A D | dpms.4 | 46 When the machine resumes,
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
H A D | removal_resume_export.ksh | 100 log_pass "Device removal thread resumes after failed export"
|
/freebsd/lib/libsys/ |
H A D | sigreturn.2 | 52 Execution resumes at the specified pc.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/ |
H A D | devantech-srf04.yaml | 59 When the device gets suspended it's switched off and when it resumes
|
/freebsd/share/man/man9/ |
H A D | time.9 | 54 or a new time is read from the RTC as the system resumes,
|
H A D | iflibdd.9 | 241 Optional function that resumes a driver.
|
H A D | mi_switch.9 | 153 After they have been rescheduled and execution resumes, threads will exit
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
H A D | attach_multiple.ksh | 55 # Verify resilver resumes on import.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_cert_verify_callback.pod | 49 the verification. Calling L<SSL_connect(3)> again resumes the connection
|
/freebsd/usr.sbin/ypbind/ |
H A D | ypbind.8 | 71 assumes that the server is no longer running and resumes its network
|
/freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_fflush.c | 127 * a read operation resumes at the correct location. in ATF_TC_BODY()
|