Searched refs:qe (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | lockdep.c | 137 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-3.20.0/lib/libutee/arch/arm/ |
A D | user_ta_entry.c | 58 struct phdr_info *qe = NULL; in _init_iterate_phdr_cb() local 61 qe = malloc(sizeof(*qe)); in _init_iterate_phdr_cb() 62 if (!qe) { in _init_iterate_phdr_cb() 66 qe->info = *info; in _init_iterate_phdr_cb() 67 TAILQ_INSERT_TAIL(&__phdr_info_head, qe, link); in _init_iterate_phdr_cb() 110 struct phdr_info *qe = NULL; in __utee_call_elf_init_fn() local 116 TAILQ_FOREACH_REVERSE(qe, &__phdr_info_head, phdr_info_head, link) { in __utee_call_elf_init_fn() 119 _get_fn_array(&qe->info, DT_INIT_ARRAY, DT_INIT_ARRAYSZ, &fn, in __utee_call_elf_init_fn() 129 TAILQ_FOREACH_SAFE(qe, &__phdr_info_head, link, qe2) { in __utee_call_elf_init_fn() 130 TAILQ_REMOVE(&__phdr_info_head, qe, link); in __utee_call_elf_init_fn() [all …]
|
Completed in 4 milliseconds