Searched defs:queued (Results 1 - 22 of 22) sorted by relevance

/external/libevent/
H A Ddefer-internal.h46 unsigned queued : 1; member in struct:deferred_cb
/external/fio/engines/
H A Dnull.c22 int queued; member in struct:null_data
54 io_u_mark_submit(td, nd->queued);
56 nd->events = nd->queued;
57 nd->queued = 0;
74 nd->io_us[nd->queued++] = io_u;
H A Dlibaio.c26 * 'tail' is incremented in _commit(). We keep 'queued' so
34 unsigned int queued; member in struct:libaio_data
186 if (ld->queued == td->o.iodepth)
196 if (ld->queued)
204 if (ld->queued)
214 ld->queued++;
245 if (!ld->queued)
249 long nr = ld->queued;
260 ld->queued -= ret;
273 * events for us. If we have no queued I
[all...]
H A Dposixaio.c17 unsigned int queued; member in struct:posixaio_data
130 pd->queued--;
183 if (pd->queued)
192 if (pd->queued)
217 pd->queued++;
H A Dsync.c25 unsigned int queued; member in struct:syncio_data
189 sd->queued++;
199 dprint(FD_IO, "vsyncio_queue: no append (%d)\n", sd->queued);
201 * If we can't append and have stuff queued, tell fio to
204 if (sd->queued)
212 sd->queued = 0;
216 if (sd->queued == td->o.iodepth) {
217 dprint(FD_IO, "vsyncio_queue: max depth %d\n", sd->queued);
222 fio_vsyncio_set_iov(sd, io_u, sd->queued);
225 dprint(FD_IO, "vsyncio_queue: depth now %d\n", sd->queued);
[all...]
/external/syslinux/core/lwip/src/core/
H A Dpbuf.c13 * Multiple packets may be queued, also using this singly linked list.
100 * Attempt to reclaim some memory from queued out-of-sequence TCP segments
129 /** Queue a call to pbuf_free_ooseq if not already queued. */
133 u8_t queued; local
137 queued = pbuf_free_ooseq_queued;
141 if(!queued) {
142 /* queue a call to pbuf_free_ooseq if not already queued */
176 * being used in a single thread. If the pbuf gets queued,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h185 union si_state queued; member in struct:r600_context
/external/libpcap/
H A Dpcap-usb-linux.c88 u_int32_t queued; member in struct:mon_bin_stats
771 stats->ps_recv = handlep->packets_read + st.queued;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jar ... asm.tree.analysis.Subroutine[] subroutines private boolean[] queued private int[] queue private int top public void " href= ...
/external/v8/src/compiler/
H A Dsimplified-lowering.cc233 bool queued() const { return state_ == kQueued; } function in class:v8::internal::compiler::RepresentationSelector::final
617 if (!info->queued()) {
/external/elfutils/src/
H A Dldgeneric.c959 struct scnhead *queued; local
1002 /* Find already queued sections. */
1003 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
1004 if (queued != NULL)
1028 struct scninfo *runp = queued->last;
1048 while (runp != queued->last);
1055 scninfo->next = queued->last->next;
1056 queued->last = queued->last->next = scninfo;
1058 queued
2924 struct scnhead *queued; local
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 358 milliseconds