Searched refs:flowclean_lock (Results 1 – 1 of 1) sorted by relevance
142 static struct mtx flowclean_lock; variable918 mtx_lock(&flowclean_lock); in flowtable_cleaner()924 cv_timedwait(&flowclean_c_cv, &flowclean_lock, flowclean_freq); in flowtable_cleaner()925 mtx_unlock(&flowclean_lock); in flowtable_cleaner()934 mtx_lock(&flowclean_lock); in flowtable_flush()938 cv_wait(&flowclean_f_cv, &flowclean_lock); in flowtable_flush()940 mtx_unlock(&flowclean_lock); in flowtable_flush()984 mtx_init(&flowclean_lock, "flowclean lock", NULL, MTX_DEF); in flowtable_init()