HomeSort by relevance Sort by last modified time
    Searched refs:max_depth (Results 1 - 14 of 14) sorted by null

  /external/oprofile/libop/
op_alloc_counter.c 102 * @param max_depth number of entry in array ctr_arc == depth of tree
126 allocate_counter(counter_arc_head const * ctr_arc, int max_depth, int depth,
131 if (depth == max_depth)
137 if (allocate_counter(ctr_arc, max_depth, depth + 1,
150 if (allocate_counter(ctr_arc, max_depth, depth + 1,
  /external/bluetooth/glib/glib/
gnode.h 216 gint max_depth,
  /bionic/libc/kernel/common/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tagtree.h 308 Oscl_TagTree(size_type max_depth = 0) : maxDepth(max_depth)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 275 int max_depth; member in struct:blk_queue_tag
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /external/gtest/src/
gtest-internal-inl.h 870 // max_depth - the maximum number of stack frames to be included
873 // against max_depth.
874 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
889 virtual String CurrentStackTrace(int max_depth, int skip_count);
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 311 int max_depth; /* what we will send to device */ member in struct:blk_queue_tag
739 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /external/blktrace/
blkparse.c 58 unsigned int max_depth[2]; member in struct:per_dev_info
1502 if (pdi->cur_depth[w] > pdi->max_depth[w])
1503 pdi->max_depth[w] = pdi->cur_depth[w];
    [all...]
  /external/libxml2/
xpath.c 14062 int max_depth, min_depth; local
    [all...]

Completed in 674 milliseconds