Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cppcore.c76 struct mutex area_cache_mutex; member
815 mutex_lock(&cpp->area_cache_mutex); in nfp_cpp_area_cache_add()
817 mutex_unlock(&cpp->area_cache_mutex); in nfp_cpp_area_cache_add()
841 mutex_lock(&cpp->area_cache_mutex); in area_cache_get()
844 mutex_unlock(&cpp->area_cache_mutex); in area_cache_get()
865 mutex_unlock(&cpp->area_cache_mutex); in area_cache_get()
885 mutex_unlock(&cpp->area_cache_mutex); in area_cache_get()
893 mutex_unlock(&cpp->area_cache_mutex); in area_cache_get()
912 mutex_unlock(&cpp->area_cache_mutex); in area_cache_put()
1198 mutex_init(&cpp->area_cache_mutex); in nfp_cpp_from_operations()