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

  /system/core/init/
list.h 41 void list_init(struct listnode *list);
init_parser.c 391 list_init(&act->commands);
454 list_init(&svc->onrestart.commands);
636 list_init(&act->commands);
util.c 195 void list_init(struct listnode *node) function
  /external/oprofile/daemon/
opd_kernel.c 40 list_init(&vmlinux_image.list);
65 list_init(&xen_image.list);
125 list_init(&modules);
opd_anon.c 225 list_init(&hashes[i]);
227 list_init(&lru);
opd_sfile.c 193 list_init(&sf->cg_hash[i]);
290 list_init(&to->cg_hash[i]);
292 list_init(&to->hash);
293 list_init(&to->lru);
642 list_init(&hashes[i]);
opd_cookie.c 208 list_init(&hashes[i]);
oprofiled.c 311 list_init(&images_filter[i]);
  /external/oprofile/libutil/
op_list.h 29 * list_init - init a new entry
34 static __inline__ void list_init(struct list_head * ptr) function
113 list_init(entry);
  /external/oprofile/libdb/
db_manage.c 141 list_init(&files_hash[i]);
188 list_init(&data->list);
  /external/oprofile/libop/
op_alloc_counter.c 56 list_init(&ctr_arc[i].next);

Completed in 125 milliseconds