Home
last modified time | relevance | path

Searched defs:head (Results 1 – 11 of 11) sorted by relevance

/system/core/include/cutils/
Dlist.h58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail()
66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
/system/core/adb/
Dtest_track_devices.cpp53 char head[5] = "0000"; in main() local
Djdwp_service.cpp167 char head[5]; in jdwp_process_list_msg() local
/system/extras/latencytop/
Dlatencytop.c294 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) { in find_latency_entry()
327 struct latency_entry *e, *head; in read_latency_file() local
369 static void print_latency_entries(struct latency_entry *head) { in print_latency_entries()
/system/extras/showmap/
Dshowmap.c125 static void enqueue_map(mapinfo **head, mapinfo *map, int sort_by_address, int coalesce_by_name) { in enqueue_map()
168 mapinfo *head = NULL; in load_maps() local
/system/bt/osi/src/
Dringbuffer.c29 uint8_t *head; member
Dlist.c13 list_node_t *head; member
/system/core/include/diskconfig/
Ddiskconfig.h57 uint8_t head; member
/system/extras/showslab/
Dshowslab.c62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; in get_slabinfo() local
/system/core/lmkd/
Dlmkd.c169 static void adjslot_insert(struct adjslot_list *head, struct adjslot_list *new) in adjslot_insert()
186 static struct adjslot_list *adjslot_tail(struct adjslot_list *head) { in adjslot_tail()
/system/core/libutils/
DRefBase.cpp250 ref_entry* const head = *refs; in removeRef() local