Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dspm_ipc.c56 struct connection_t **pr_handle_iter, **last_found_handle_holder = NULL; in spm_get_handle_by_signal() local
66 last_found_handle_holder = pr_handle_iter; in spm_get_handle_by_signal()
71 if (last_found_handle_holder) { in spm_get_handle_by_signal()
72 p_handle_iter = *last_found_handle_holder; in spm_get_handle_by_signal()
73 UNI_LIST_REMOVE_NODE_BY_PNODE(last_found_handle_holder, p_handles); in spm_get_handle_by_signal()