Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm_ipc.c88 struct service_t *p_prev, *p_curr; in tfm_spm_get_service_by_sid() local
90 UNI_LIST_FOREACH_NODE_PREV(p_prev, p_curr, &services_listhead, next) { in tfm_spm_get_service_by_sid()
92 UNI_LIST_MOVE_AFTER(&services_listhead, p_prev, p_curr, next); in tfm_spm_get_service_by_sid()