/hardware/intel/common/libmix/mix_video/src/ |
mixbufferpool.c | 40 self->free_list = NULL; 147 this_target->free_list = this_src->free_list; 189 if (this_first->free_list == this_second->free_list 228 if ((obj->free_list != NULL) || (obj->in_use_list != NULL)) { 238 obj->free_list = NULL; 272 obj->free_list = g_slist_append(obj->free_list, buffer); 323 //Concat the element to the free_list [all...] |
mixsurfacepool.c | 40 self->free_list = NULL; 148 this_target->free_list = this_src->free_list; 191 if (this_first->free_list == this_second->free_list 239 if ((obj->free_list != NULL) || (obj->in_use_list != NULL)) { 249 obj->free_list = NULL; 291 obj->free_list = g_slist_append(obj->free_list, frame); 346 //Concat the element to the free_list and reset the timestamp of the fram [all...] |
mixbufferpool.h | 77 GSList *free_list; /* list of free buffers */ member in struct:_MixBufferPool
|
mixsurfacepool.h | 77 GSList *free_list; /* list of free surfaces */ member in struct:_MixSurfacePool
|
/external/fio/ |
filelock.c | 31 struct flist_head free_list; member in struct:filelock_data 37 flist_add(&ff->list, &fld->free_list); 44 if (flist_empty(&fld->free_list)) 47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list); 79 INIT_FLIST_HEAD(&fld->free_list); 89 flist_add_tail(&ff->list, &fld->free_list); 106 while (!flist_empty(&fld->free_list)) { 109 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
|
/external/squashfs-tools/squashfs-tools/ |
caches-queues-lists.c | 295 cache->free_list = NULL; 350 remove_free_list(&cache->free_list, entry); 364 struct file_buffer *entry = cache->free_list; 366 remove_free_list(&cache->free_list, entry); 368 /* a block on the free_list is hashed */ 402 if(cache->first_freelist && cache->free_list) 407 } else if(!cache->first_freelist && cache->free_list) 492 insert_free_list(&cache->free_list, entry); 515 cache->free_list ? "Free buffers" : "No free buffers"); 540 if(cache->first_freelist && cache->free_list) [all...] |
caches-queues-lists.h | 170 struct file_buffer *free_list; member in struct:cache
|
unsquashfs.h | 137 struct cache_entry *free_list; member in struct:cache
|
/external/libunwind/src/mi/ |
mempool.c | 90 obj->next = pool->free_list; 91 pool->free_list = obj; 167 obj = pool->free_list; 168 pool->free_list = obj->next;
|
/external/toybox/toys/pending/ |
last.c | 36 static void free_list() function 130 free_list(); 135 free_list(); 192 free_list();
|
/external/v8/src/ |
v8threads.h | 19 enum List {FREE_LIST, IN_USE_LIST};
|
v8threads.cc | 110 lazily_archived_thread_state_->LinkInto(ThreadState::FREE_LIST); 148 state->LinkInto(ThreadState::FREE_LIST); 205 list == FREE_LIST ? thread_manager_->free_anchor_
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-dump.h | 73 dump_queue_p free_list; member in struct:dump_info
|
/toolchain/binutils/binutils-2.25/include/som/ |
lst.h | 45 unsigned char free_list[4]; member in struct:som_external_lst_header
|
internal.h | 201 unsigned int free_list; member in struct:som_lst_header
|
/external/elfutils/tests/ |
run-readelf-vmcoreinfo.sh | 92 OFFSET(free_area.free_list)=0 101 LENGTH(free_area.free_list)=5
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 349 Batch *b = region->free_list.Pop(); 359 region->free_list.Push(b); 493 LFStack<Batch> free_list; member in struct:__sanitizer::SizeClassAllocator64::RegionInfo 520 Batch *b = region->free_list.Pop(); 572 region->free_list.Push(b); 735 if (sci->free_list.empty()) 737 CHECK(!sci->free_list.empty()); 738 Batch *b = sci->free_list.front(); 739 sci->free_list.pop_front(); 748 sci->free_list.push_front(b) 839 IntrusiveList<Batch> free_list; member in struct:__sanitizer::SizeClassAllocator32::SizeClassInfo [all...] |
/external/libunwind/include/ |
mempool.h | 72 *free_list; member in struct:mempool
|
/toolchain/binutils/binutils-2.25/gold/ |
layout.cc | 63 // Class Free_list. 66 unsigned int Free_list::num_lists = 0; 68 unsigned int Free_list::num_nodes = 0; 69 // The total number of calls to Free_list::remove. 70 unsigned int Free_list::num_removes = 0; 71 // The total number of nodes visited during calls to Free_list::remove. 72 unsigned int Free_list::num_remove_visits = 0; 73 // The total number of calls to Free_list::allocate. 74 unsigned int Free_list::num_allocates = 0; 75 // The total number of nodes visited during calls to Free_list::allocate [all...] |
layout.h | 72 class Free_list 85 Free_list() 152 // The total number of calls to Free_list::remove. 154 // The total number of nodes visited during calls to Free_list::remove. 156 // The total number of calls to Free_list::allocate. 158 // The total number of nodes visited during calls to Free_list::allocate. [all...] |
/external/libchrome/base/allocator/ |
BUILD.gn | 178 "$tcmalloc_dir/src/free_list.cc", 179 "$tcmalloc_dir/src/free_list.h",
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
bitmap_allocator.h | 516 /** @class free_list bitmap_allocator.h bitmap_allocator.h 521 class free_list class 687 class bitmap_allocator : private free_list 697 typedef free_list::__mutex_type __mutex_type; 763 * complexity of the function free_list::_M_get. The part where
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
bitmap_allocator.h | 516 /** @class free_list bitmap_allocator.h bitmap_allocator.h 521 class free_list class 687 class bitmap_allocator : private free_list 697 typedef free_list::__mutex_type __mutex_type; 763 * complexity of the function free_list::_M_get. The part where
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
bitmap_allocator.h | 516 /** @class free_list bitmap_allocator.h bitmap_allocator.h 521 class free_list class 687 class bitmap_allocator : private free_list 697 typedef free_list::__mutex_type __mutex_type; 763 * complexity of the function free_list::_M_get. The part where
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
bitmap_allocator.h | 516 /** @class free_list bitmap_allocator.h bitmap_allocator.h 521 class free_list class 687 class bitmap_allocator : private free_list 697 typedef free_list::__mutex_type __mutex_type; 763 * complexity of the function free_list::_M_get. The part where
|