Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/
A Dspmc_shared_mem.c834 struct spmc_shmem_obj *inflight_obj; in spmc_shmem_check_state_obj() local
844 inflight_obj = spmc_shmem_obj_get_next(&spmc_shmem_obj_state, in spmc_shmem_check_state_obj()
847 while (inflight_obj != NULL) { in spmc_shmem_check_state_obj()
852 if ((obj->desc.handle != inflight_obj->desc.handle) && in spmc_shmem_check_state_obj()
854 other_mrd = spmc_shmem_obj_get_comp_mrd(inflight_obj, in spmc_shmem_check_state_obj()
865 inflight_obj = spmc_shmem_obj_get_next(&spmc_shmem_obj_state, in spmc_shmem_check_state_obj()

Completed in 4 milliseconds