HomeSort by: relevance | last modified time | path
    Searched defs:throttle (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/bfin/
gui.c 86 int throttle, throttle_limit; member in struct:gui_state
175 gui->throttle = 0;
263 gui->throttle = (gui->throttle + 1) & gui->throttle_limit;
264 if (gui->throttle)
  /src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c 86 int throttle, throttle_limit; member in struct:gui_state
175 gui->throttle = 0;
263 gui->throttle = (gui->throttle + 1) & gui->throttle_limit;
264 if (gui->throttle)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctfmerge.c 632 debug(2, "Throttling input (len = %d, throttle = %d)\n",
714 int throttle, nslots, i; local
746 throttle = e ? atoi(e) : MERGE_INPUT_THROTTLE_LEN;
747 wq->wq_ithrottle = throttle * wq->wq_nthreads;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_context.c 610 static int throttle(struct intel_context *ce, function
713 err = throttle(ce, tq, ARRAY_SIZE(tq));
851 err = throttle(ce, tq, ARRAY_SIZE(tq));
1427 err = throttle(ce, tq, ARRAY_SIZE(tq));
  /src/external/gpl3/gdb/dist/gdb/python/
python.c 775 optionally a MINSYMS, THROTTLE and SYMTABS keyword and return a
780 symbols; THROTTLE is an optional integer (default unlimited) that
782 function exits (note, if the throttle bound is passed, no
796 unsigned int throttle = 0;
797 static const char *keywords[] = {"regex","minsyms", "throttle",
802 &minsyms_p_obj, &throttle,
868 symbols) so we can correctly check the throttle limit. */
882 /* Check throttle bounds and exit if in excess. */
883 if (throttle != 0 && count > throttle)
794 unsigned int throttle = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 768 optionally a MINSYMS, THROTTLE and SYMTABS keyword and return a
773 symbols; THROTTLE is an optional integer (default unlimited) that
775 function exits (note, if the throttle bound is passed, no
789 unsigned int throttle = 0;
790 static const char *keywords[] = {"regex","minsyms", "throttle",
795 &minsyms_p_obj, &throttle,
868 symbols) so we can correctly check the throttle limit. */
882 /* Check throttle bounds and exit if in excess. */
883 if (throttle != 0 && count > throttle)
787 unsigned int throttle = 0; local
    [all...]
  /src/sys/arch/sun3/dev/
xdreg.h 42 #define XDC_THROTTLE 32 /* DMA throttle */
228 #define XDPB_TDT 0xc0 /* throttle dead time (see 8.11, below) */
247 volatile u_char throttle; /* max DMA xfers per master (0==256) */ member in struct:xd_iopb_ctrl
  /src/sys/dev/vme/
xdreg.h 42 #define XDC_THROTTLE 32 /* DMA throttle */
228 #define XDPB_TDT 0xc0 /* throttle dead time (see 8.11, below) */
247 volatile u_char throttle; /* max DMA xfers per master (0==256) */ member in struct:xd_iopb_ctrl
  /src/external/bsd/ntp/dist/include/
ntp.h 393 int throttle; /* rate control */ member in struct:peer

Completed in 46 milliseconds