Home
last modified time | relevance | path

Searched full:interrupted (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/freebsd/tools/regression/sockets/sblock/
H A Dsblock.c40 * process, we can tell whether the sblock wait was interrupted, or if
53 static int interrupted; variable
58 interrupted++; in signal_handler()
78 if (interrupted) in blocking_recver()
79 errx(-1, "FAIL: blocking_recver: interrupted wrong pid"); in blocking_recver()
87 * meaning that the wait for the sblock was not interrupted; if it has
107 if (!interrupted) in locking_recver()
108 errx(-1, "FAIL: locking_recver: not interrupted"); in locking_recver()
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dfrontend.json125 …t-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end s…
131 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
140 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
146 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
170 …-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end s…
176 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
185 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
191 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
206 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
221 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dfrontend.json109 …t-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end s…
115 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
124 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
130 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
154 …-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end s…
160 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
169 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
175 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
190 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
205 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dfrontend.json125 …t-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end s…
131 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
140 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
146 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
170 …-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end s…
176 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
185 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
191 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
206 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
221 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dfrontend.json122 …t-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end s…
128 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
137 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
143 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
167 …-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end s…
173 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
182 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
188 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
203 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
218 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
[all …]
/freebsd/share/man/man4/
H A Dnvmf.442 If an association's connection is interrupted,
45 command creates a new association to replace the interrupted association.
76 Determines the behavior when an association's connection is interrupted.
79 interrupted as well as new requests submitted while the host is disconnected.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp351 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine()
354 return m_editline_up->GetLine(line, interrupted); in GetLine()
411 // interrupted in the fgets. So pressing ctrl-c causes the repl to end in GetLine()
535 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines()
541 return m_editline_up->GetLines(m_base_line_number, lines, interrupted); in GetLines()
560 bool interrupted = false; in Run()
561 if (GetLine(line, interrupted) && !interrupted) { in Run()
580 bool interrupted = false; in Run()
583 if (GetLines(lines, interrupted)) {
349 GetLine(std::string & line,bool & interrupted) GetLine() argument
511 GetLines(StringList & lines,bool & interrupted) GetLines() argument
536 bool interrupted = false; GetLines() local
556 bool interrupted = false; Run() local
[all...]
/freebsd/lib/libc/gen/
H A Dsiginterrupt.345 behavior when a system call is interrupted by the specified signal.
47 they are interrupted by the specified signal
58 If a system call is interrupted by the specified signal
64 Interrupted system calls that have started transferring
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dfrontend.json109 …t-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end s…
115 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
128 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
142 …the front-end delivered no uops for a period of 2 cycles which was not interrupted by a back-end s…
155 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
168 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
182 …end had at least 2 bubble-slots for a period of 2 cycles which was not interrupted by a back-end s…
195 …end had at least 3 bubble-slots for a period of 2 cycles which was not interrupted by a back-end s…
208 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
222 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfrontend.json109 …t-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end s…
115 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
128 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
142 …the front-end delivered no uops for a period of 2 cycles which was not interrupted by a back-end s…
155 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
168 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
182 …end had at least 2 bubble-slots for a period of 2 cycles which was not interrupted by a back-end s…
195 …end had at least 3 bubble-slots for a period of 2 cycles which was not interrupted by a back-end s…
208 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
222 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dfrontend.json109 …t-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end s…
115 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
128 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
142 …the front-end delivered no uops for a period of 2 cycles which was not interrupted by a back-end s…
155 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
168 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
182 …end had at least 2 bubble-slots for a period of 2 cycles which was not interrupted by a back-end s…
195 …end had at least 3 bubble-slots for a period of 2 cycles which was not interrupted by a back-end s…
208 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
222 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_print.c130 if (INTERRUPTED(sp)) in ex_print()
147 if (!INTERRUPTED(sp) && LF_ISSET(E_C_LIST)) { in ex_ldisplay()
152 if (!INTERRUPTED(sp)) in ex_ldisplay()
185 if (INTERRUPTED(sp)) in ex_scprint()
217 if (INTERRUPTED(sp)) in ex_prchars()
237 if (INTERRUPTED(sp)) in ex_prchars()
241 if (INTERRUPTED(sp)) in ex_prchars()
H A Dex_display.c97 if (INTERRUPTED(sp)) in bdisplay()
106 if (INTERRUPTED(sp)) in bdisplay()
134 if (INTERRUPTED(sp)) in db()
/freebsd/lib/libpmc/pmu-events/arch/x86/alderlake/
H A Dfrontend.json148 …e front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end s…
163 …he front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end s…
193 …e front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end s…
208 …-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end s…
223 …he front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end s…
238 …the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end s…
253 …e front-end delivered no uops for a period of 512 cycles which was not interrupted by a back-end s…
268 …he front-end delivered no uops for a period of 64 cycles which was not interrupted by a back-end s…
283 …the front-end delivered no uops for a period of 8 cycles which was not interrupted by a back-end s…
/freebsd/sys/dev/ppbus/
H A Dlpt.c158 #define INTERRUPTED (1<<7) /* write call was interrupted */ macro
198 * We might already have the bus for a write(2) after an interrupted in lpt_request_ppbus()
597 * Check for interrupted write call added.
617 /* if the last write was interrupted, don't complete it */ in lptclose()
618 if ((!(sc->sc_state & INTERRUPTED)) && (sc->sc_irq & LP_USE_IRQ)) in lptclose()
756 * Flagging of interrupted write added.
780 sc->sc_state &= ~INTERRUPTED; in lptwrite()
801 sc->sc_state |= INTERRUPTED; in lptwrite()
826 sc->sc_state |= INTERRUPTED; in lptwrite()
845 /* we have not been interrupted, release the ppbus */ in lptwrite()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.print.c222 static int interrupted = 0; in flush() local
233 if (interrupted) { in flush()
234 interrupted = 0; in flush()
241 interrupted = 1; in flush()
310 interrupted = 0; in flush()
/freebsd/sys/amd64/amd64/
H A Dapic_vector.S250 * function that was interrupted by this handler.
252 * 2. It doesn't 'swapgs' when userspace is interrupted.
255 * issue. Moreover the 'justreturn' handler can only be interrupted by an NMI
256 * whose handler already doesn't trust GS.base when kernel code is interrupted.
/freebsd/lib/libsys/
H A Dsigwaitinfo.296 become pending or until it is interrupted by an unblocked, caught signal.
125 if interrupted by signal, which is not allowed for the
174 The wait was interrupted by an unblocked, caught signal.
H A Dgetrandom.273 bytes as requested and will not be interrupted by signals.
100 The sleep was interrupted by a signal.
/freebsd/sys/dev/drm2/ttm/
H A Dttm_lock.h105 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
122 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
162 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
196 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
H A Dttm_bo_api.h326 * Returns -ERESTARTSYS if interrupted by a signal.
344 * -ERESTARTSYS if interrupted by a signal.
427 * -ERESTARTSYS if interrupted by a signal.
488 * -ERESTARTSYS: Interrupted by signal while sleeping waiting for resources.
526 * -ERESTARTSYS: Interrupted by signal while waiting for resources.
614 * -ERESTARTSYS: The call was interrupted by a signal while waiting to
716 * interrupted by a signal.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_resume.ksh41 log_assert "Verify compressed send streams can be resumed if interrupted"
49 log_pass "Compressed send streams can be resumed if interrupted"
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dcleanup.ksh35 # Zone installs that may have been interrupted can leave the system in
43 # Zone installs that may have been interrupted can leave the system
/freebsd/contrib/nvi/common/
H A Ddelete.c47 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
72 INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
147 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h45 …/* Allow interception of killable signals only. We don't want to be interrupted by harmless signal… in down_interruptible_killable()
59 …/* Allow interception of killable signals only. We don't want to be interrupted by harmless signal… in mutex_lock_interruptible_killable()

12345678910>>...22