OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_init
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/system/core/include/cutils/
list.h
47
void
list_init
(struct listnode *list);
/system/core/libcutils/
list.c
19
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);
/system/core/init/
init_parser.c
362
list_init
(&import_list);
576
list_init
(&act->commands);
577
list_init
(&act->qlist);
603
list_init
(node);
643
list_init
(&svc->onrestart.commands);
834
list_init
(&act->commands);
835
list_init
(&act->qlist);
/external/oprofile/daemon/liblegacy/
opd_sample_files.c
118
list_init
(&sfile->lru_next);
opd_image.c
39
list_init
(&opd_images[i]);
140
list_init
(&image->hash_next);
opd_proc.c
46
list_init
(&opd_procs[i]);
74
list_init
(&proc->maps);
opd_kernel.c
126
list_init
(&opd_modules);
/external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.c
88
list_init
(&cond->waiters );
89
list_init
(&cond->not_waiting);
/external/oprofile/libdb/
db_manage.c
150
list_init
(&files_hash[i]);
197
list_init
(&data->list);
/external/chromium/net/tools/flip_server/
epoll_server.cc
93
LIST_INIT
(&ready_list_);
94
LIST_INIT
(&tmp_list_);
155
LIST_INIT
(&ready_list_);
156
LIST_INIT
(&tmp_list_);
/external/chromium_org/net/tools/epoll_server/
epoll_server.cc
93
LIST_INIT
(&ready_list_);
94
LIST_INIT
(&tmp_list_);
155
LIST_INIT
(&ready_list_);
156
LIST_INIT
(&tmp_list_);
/external/oprofile/libop/
op_alloc_counter.c
56
list_init
(&ctr_arc[i].next);
/system/core/adb/
adb_auth_client.c
114
list_init
(list);
adb_auth_host.c
417
list_init
(&key_list);
/external/ipsec-tools/src/racoon/
handler.c
429
LIST_INIT
(&ph1tree);
703
LIST_INIT
(&ph2tree);
840
LIST_INIT
(&ctdtree);
1040
LIST_INIT
(&rcptree);
sainfo.c
229
LIST_INIT
(&sitree);
/hardware/qcom/audio/visualizer/
offload_visualizer.c
194
list_init
(&created_effects_list);
195
list_init
(&active_outputs_list);
427
list_init
(&out_ctxt->effects_list);
[
all
...]
/packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp
205
LIST_INIT
(&nfc_jni_native_monitor->incoming_socket_head);
/external/openssh/openbsd-compat/
sys-queue.h
67
#undef
LIST_INIT
282
#define
LIST_INIT
(head) do { \
Completed in 713 milliseconds
1
2
3
4