Searched refs:last_response (Results 1 – 1 of 1) sorted by relevance
253 unsigned long last_response = atomic_long_read(&inst->last_response_cmd); in check_is_responsed() local255 if (key <= last_response && (last_response - key) < (ULONG_MAX >> 1)) in check_is_responsed()