Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_mutex.c261 time_t warn_at = time(NULL) + 15; in nfp_cpp_mutex_lock() local
267 if (time(NULL) >= warn_at) { in nfp_cpp_mutex_lock()
274 warn_at = time(NULL) + 60; in nfp_cpp_mutex_lock()