Home
last modified time | relevance | path

Searched full:waiting (Results 1 – 25 of 1688) sorted by relevance

12345678910>>...68

/freebsd/sys/contrib/zlib/
H A Dinflate.h21 HEAD = 16180, /* i: waiting for magic header */
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
30 DICTID, /* i: waiting for dictionary check value */
[all …]
/freebsd/tools/test/stress2/misc/
H A Dall.exclude9 force14.sh Waiting for fix 20230319
10 force15.sh Waiting for fix 20230319
13 fsck10.sh Waiting for fix 20230319
14 fsck11.sh Waiting for fix 20230319
15 fsck12.sh Waiting for fix 20230319
25 gnop10.sh Waiting for fix 20230319
27 gnop7.sh Waiting for patch commit 20190820
28 gnop8.sh Waiting for patch commit 20201214
29 gnop9.sh Waiting for patch commit 20201214
35 memguard2.sh Waiting for fix commit
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_wait.sh53 atf_set "descr" "Tests that waiting for individual processes works"
65 echo "Waiting for first process failed: $S"
72 echo "Waiting for second process failed"
84 atf_set "descr" "Tests that waiting for individual jobs works"
101 echo "Waiting for first job failed"
107 echo "Waiting for second job failed"
123 echo "Waiting for first job failed - status: $S != 3 (expected)"
130 echo "Waiting for second job failed - status: $S != 7 (expected)"
153 # waiting for a specific process that is not a child
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/
H A Duncore-other.json22 …"BriefDescription": "Counts cycles weighted by the number of requests waiting for data returning f…
26 …"PublicDescription": "Counts cycles weighted by the number of requests waiting for data returning …
31 …"BriefDescription": "Cycles with at least half of the requests outstanding are waiting for data re…
37 …"PublicDescription": "Cycles with at least half of the requests outstanding are waiting for data r…
42 …"BriefDescription": "Cycles with at least one request outstanding is waiting for data return from …
48 …"PublicDescription": "Cycles with at least one request outstanding is waiting for data return from…
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/
H A Duncore-other.json22 …"BriefDescription": "Counts cycles weighted by the number of requests waiting for data returning f…
26 …"PublicDescription": "Counts cycles weighted by the number of requests waiting for data returning …
31 …"BriefDescription": "Cycles with at least half of the requests outstanding are waiting for data re…
37 …"PublicDescription": "Cycles with at least half of the requests outstanding are waiting for data r…
42 …"BriefDescription": "Cycles with at least one request outstanding is waiting for data return from …
48 …"PublicDescription": "Cycles with at least one request outstanding is waiting for data return from…
/freebsd/share/man/man4/
H A Ddtrace_lockstat.4101 probe fires when a thread spins while waiting for a
116 in nanoseconds, that the waiting thread was blocked.
139 probe fires when a thread spins while waiting for a
203 waiting to acquire a lock of the corresponding type.
208 probes fire when a thread spins while waiting to acquire a lock
214 that the waiting thread was off the CPU or spinning for the lock.
222 if the thread is waiting for a reader to release the lock, and
224 if the thread is waiting for a writer to release the lock.
/freebsd/sys/ofed/include/rdma/
H A Drdmavt_qp.h76 * RVT_S_ACK_PENDING - an ACK is waiting to be sent after RDMA read/atomics
77 * RVT_S_WAIT_FENCE - waiting for all prior RDMA read or atomic SWQEs
79 * RVT_S_WAIT_RDMAR - waiting for a RDMA read or atomic SWQE to complete
81 * RVT_S_WAIT_RNR - waiting for RNR timeout
82 * RVT_S_WAIT_SSN_CREDIT - waiting for RC credits to process next SWQE
83 * RVT_S_WAIT_DMA - waiting for send DMA queue to drain before generating
85 * RVT_S_WAIT_PIO - waiting for a send buffer to be available
86 * RVT_S_WAIT_PIO_DRAIN - waiting for a qp to drain pio packets
87 * RVT_S_WAIT_TX - waiting for a struct verbs_txreq to be available
88 * RVT_S_WAIT_DMA_DESC - waiting for DMA descriptors to be available
[all …]
/freebsd/contrib/unbound/services/
H A Doutside_network.h129 /** pending udp queries waiting to be sent out, waiting for fd */
173 * tree of still-open and waiting tcp connections for reuse.
189 /** list of tcp queries waiting for a buffer */
191 /** last of waiting query list */
265 * The lru only contains empty connections waiting for reuse,
292 /** rbtree with other queries waiting on the connection, by ID number,
299 /** list of queries waiting to be written on the channel,
300 * if NULL no queries are waiting to be written and the pending->query
336 /*---- filled if udp pending is waiting -----*/
337 /** next in waiting list. */
[all …]
/freebsd/share/man/man9/
H A Dselrecord.953 They handle the task of recording which threads are waiting on which objects
60 If another thread is already waiting on the object a collision will be flagged
71 is called by the underlying object handling code in order to notify any waiting
77 and broadcast on the global cv in order to wake all waiting threads so that
79 If the thread waiting on the object is not currently sleeping or the wait
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h46 /// available threads are used up by tasks waiting for a task that has no thread
47 /// left to run on (this includes waiting on the returned future). It should be
62 /// Calling wait() from a task would deadlock waiting for itself.
66 /// It is possible to wait even inside a task, but waiting (directly or
68 /// worker thread, the call may process pending tasks while waiting in order
122 /// The pool keeps a vector of threads alive, waiting on a condition variable
137 /// Calling wait() from a task would deadlock waiting for itself.
141 /// It is possible to wait even inside a task, but waiting (directly or
143 /// worker thread, the call may process pending tasks while waiting in order
192 /// Tasks waiting for execution in the pool.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h105 /// is already true, this function will return without waiting.
108 /// set and the time the waiting thread wakes up. If the value no longer
109 /// satisfies the condition when the waiting thread wakes up, it will go back
138 /// function will return without waiting.
141 /// the value is set and the time the waiting thread wakes up.
143 /// waiting thread wakes up, it will go back into a wait state. It
166 /// function will return without waiting.
169 /// the value is set and the time the waiting thread wakes up.
170 /// If the value is equal to the test value when the waiting thread
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_freeing.ksh22 # 'zpool wait' works when waiting for background freeing to complete.
29 # 5. Monitor the waiting process to make sure it returns neither too soon nor
80 # Test waiting for space from destroyed filesystem to be freed
88 # Test waiting for space from destroyed snapshot to be freed
99 # Test waiting for space from destroyed clone to be freed
H A Dzpool_wait_initialize_flag.ksh30 # 4. Cancel the initialization of disk 1. Check that neither waiting process
32 # 5. Cancel the initialization of disk 3. Check that only the second waiting
34 # 6. Cancel the initialization of disk 2. Check that the first waiting process
63 # Make sure that we are really waiting
H A Dzpool_wait_remove.ksh22 # 'zpool wait' works when waiting for a device to be removed.
29 # 5. Sleep for a few seconds and check that the process is actually waiting.
31 # 7. Monitor the waiting process to make sure it returns neither too soon nor
67 # Make sure the 'zpool wait' is actually waiting
H A Dzpool_wait_trim_flag.ksh29 # 4. Cancel the trim of vdev 1. Check that neither waiting process exits.
30 # 5. Cancel the trim of vdev 3. Check that only the second waiting process
32 # 6. Cancel the trim of vdev 2. Check that the first waiting process exits.
63 # Make sure that we are really waiting
H A Dzpool_wait.kshlib24 # When the condition it is waiting for becomes true, 'zpool wait' should return
26 # take some small but indeterminate amount of time for the waiting thread to be
100 # The pid of the waiting process
105 log_note "$(get_time) waiting for process $wait_proc_pid using" \
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/
H A Dpipeline.json33 …talled and there is an interlock that is due to a load/store instruction waiting for data to calcu…
36 …talled and there is an interlock that is due to a load/store instruction waiting for data to calcu…
57 …unts every cycle there is a stall in the Wr stage due to a load which is waiting on data (due to m…
60 …unts every cycle there is a stall in the Wr stage due to a load which is waiting on data (due to m…
69 …nts every cycle there is a stall in the Wr stage due to a store which is waiting due to the STB be…
72 …nts every cycle there is a stall in the Wr stage due to a store which is waiting due to the STB be…
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/
H A Dpipeline.json27 … the cycles where all slots in the LS IQs are full with micro-operations waiting for issuing, and …
30 … the cycles where all slots in the LS IQs are full with micro-operations waiting for issuing, and …
33 …es where all slots in the DP0 and DP1 IQs are full with micro-operations waiting for issuing, and …
36 …es where all slots in the DP0 and DP1 IQs are full with micro-operations waiting for issuing, and …
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/
H A Dpipeline.json45 …ss operand. This type of interlock is caused by a load/store instruction waiting for data to calcu…
48 …ss operand. This type of interlock is caused by a load/store instruction waiting for data to calcu…
69 …every cycle where there is a stall in the Wr stage due to a load that is waiting on data. The even…
72 …every cycle where there is a stall in the Wr stage due to a load that is waiting on data. The even…
81 …re there is a stall in the Wr stage because of a store operation that is waiting due to the STB be…
84 …re there is a stall in the Wr stage because of a store operation that is waiting due to the STB be…
/freebsd/usr.sbin/ppp/
H A Dcbcp.h35 #define CBCP_STOPPED (1) /* Waiting for a REQ */
36 #define CBCP_REQSENT (2) /* Waiting for a RESP */
37 #define CBCP_RESPSENT (3) /* Waiting for an ACK */
38 #define CBCP_ACKSENT (4) /* Waiting for an LCP Term REQ */
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp88 // would never be 0 if waiting for another group inside a wait. in processTasks()
128 // If this was a task in a group, notify also threads waiting for tasks in processTasks()
130 // after the group it's been waiting for has finished. in processTasks()
145 assert(!isWorkerThread()); // Would deadlock waiting for itself. in wait()
160 // Make sure to not deadlock waiting for oneself. in wait()
164 // in which case process tasks while waiting to keep the thread busy and avoid in wait()
178 // The destructor joins all threads, waiting for completion.
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_stp_packet_request.h81 * While in this state the IO request object is waiting for the TC completion
87 * While in this state the IO request object is waiting for either a PIO Setup.
92 * While in this state the IO request object is waiting for TC completion for
99 * completion. While in this state IO request object is waiting for D2H status
107 * While in this state IO request object is waiting for device coming out of the
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.h50 /// =: Instruction waiting in the Scheduler's queue
51 /// -: Instruction executed, waiting to retire in order.
76 /// [1]: Average time spent waiting in a scheduler's queue
77 /// [2]: Average time spent waiting in a scheduler's queue while ready
159 static const char Waiting = '='; // Instruction is waiting in the scheduler. member
161 static const char RetireLag = '-'; // The instruction is waiting to retire.
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread_win32.c238 int waiting = 1; in evthread_win32_cond_wait() local
261 waiting = 0; in evthread_win32_cond_wait()
266 waiting = 0; in evthread_win32_cond_wait()
273 waiting = 0; in evthread_win32_cond_wait()
279 /* If we make it here, we are still waiting. */ in evthread_win32_cond_wait()
287 } while (waiting); in evthread_win32_cond_wait()
/freebsd/contrib/libevent/
H A Devthread_win32.c238 int waiting = 1; in evthread_win32_cond_wait() local
261 waiting = 0; in evthread_win32_cond_wait()
266 waiting = 0; in evthread_win32_cond_wait()
273 waiting = 0; in evthread_win32_cond_wait()
279 /* If we make it here, we are still waiting. */ in evthread_win32_cond_wait()
287 } while (waiting); in evthread_win32_cond_wait()

12345678910>>...68