Home
last modified time | relevance | path

Searched refs:qe (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
A Dlockdep.c137 qe = calloc(1, sizeof(*qe)); in lockdep_graph_get_shortest_cycle()
138 if (!qe) in lockdep_graph_get_shortest_cycle()
140 qe->node = node; in lockdep_graph_get_shortest_cycle()
142 if (!qe->path) in lockdep_graph_get_shortest_cycle()
145 qe->pathlen = 1; in lockdep_graph_get_shortest_cycle()
153 n = qe->node; in lockdep_graph_get_shortest_cycle()
173 qe->path = tmp; in lockdep_graph_get_shortest_cycle()
200 free(qe->path); in lockdep_graph_get_shortest_cycle()
201 free(qe); in lockdep_graph_get_shortest_cycle()
202 qe = NULL; in lockdep_graph_get_shortest_cycle()
[all …]
/optee_os/lib/libutee/arch/arm/
A Duser_ta_entry.c56 struct phdr_info *qe = NULL; in _init_iterate_phdr_cb() local
59 qe = malloc(sizeof(*qe)); in _init_iterate_phdr_cb()
60 if (!qe) { in _init_iterate_phdr_cb()
64 qe->info = *info; in _init_iterate_phdr_cb()
65 TAILQ_INSERT_TAIL(&__phdr_info_head, qe, link); in _init_iterate_phdr_cb()
108 struct phdr_info *qe = NULL; in __utee_call_elf_init_fn() local
114 TAILQ_FOREACH_REVERSE(qe, &__phdr_info_head, phdr_info_head, link) { in __utee_call_elf_init_fn()
117 _get_fn_array(&qe->info, DT_INIT_ARRAY, DT_INIT_ARRAYSZ, &fn, in __utee_call_elf_init_fn()
127 TAILQ_FOREACH_SAFE(qe, &__phdr_info_head, link, qe2) { in __utee_call_elf_init_fn()
128 TAILQ_REMOVE(&__phdr_info_head, qe, link); in __utee_call_elf_init_fn()
[all …]

Completed in 7 milliseconds