Searched defs:list (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/kernel/common/linux/mtd/
H A Dpartitions.h37 struct list_head list; member in struct:mtd_part_parser
H A Dblktrans.h31 struct list_head list; member in struct:mtd_blktrans_dev
62 struct list_head list; member in struct:mtd_blktrans_ops
H A Dmap.h22 #include <linux/list.h>
72 struct list_head list; member in struct:mtd_chip_driver
H A Dmtd.h142 struct list_head list; member in struct:mtd_notifier
/bionic/libc/kernel/common/linux/
H A Dmutex.h21 #include <linux/list.h>
35 struct list_head list; member in struct:mutex_waiter
H A Dxattr.h39 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
H A Dfutex.h39 struct robust_list list; member in struct:robust_list_head
H A Dmiscdevice.h60 struct list_head list; member in struct:miscdevice
H A Delevator.h76 struct list_head list; member in struct:elevator_type
H A Dproc_fs.h72 struct list_head list; member in struct:vmcore
H A Dmsm_audio.h291 struct msm_snd_device_info *list; member in struct:msm_snd_device_list
/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
132 HashEntry** list = static_cast<HashEntry**>(dlmalloc(sizeof(void*) * gHashTable.count)); local
139 list[index] = entry;
157 dlfree(list);
161 qsort(list, gHashTable.count, sizeof(void*), hash_entry_compare);
166 HashEntry* entry = list[i];
179 dlfree(list);
H A Dpthread_debug.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
370 MutexInfoListEntry* list; member in union:GrowingList::__anon17
382 // most-recently-locked doubly-linked list
392 // list of locks directly acquired AFTER this one in the same thread
394 // list of locks directly acquired BEFORE this one in the same thread
396 // list of call stacks when a new link is established to this lock form its parent
403 static void growingListInit(GrowingList* list) { argument
404 list->alloc = 0;
405 list
471 historyListHas( const MutexInfoList* list, MutexInfo const * obj) argument
[all...]
/bionic/libc/kernel/common/linux/sunrpc/
H A Dsched.h41 struct list_head list; member in struct:rpc_wait
94 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
95 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
/bionic/libc/kernel/common/linux/raid/
H A Dmd_k.h21 #include "../../../drivers/md/dm-bio-list.h"
171 struct list_head list; member in struct:mdk_personality

Completed in 167 milliseconds