Searched refs:inflight_obj (Results 1 – 1 of 1) sorted by relevance
834 struct spmc_shmem_obj *inflight_obj; in spmc_shmem_check_state_obj() local844 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