HomeSort by: relevance | last modified time | path
    Searched defs:acc_mtx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/altq/
altq_var.h 68 #define ACC_LOCK_INIT(ac) mtx_init(&(ac)->acc_mtx, "classifier", MTX_DEF)
69 #define ACC_LOCK_DESTROY(ac) mtx_destroy(&(ac)->acc_mtx)
70 #define ACC_LOCK(ac) mtx_lock(&(ac)->acc_mtx)
71 #define ACC_UNLOCK(ac) mtx_unlock(&(ac)->acc_mtx)
84 struct mtx acc_mtx; member in struct:acc_classifier
altq_var.h 68 #define ACC_LOCK_INIT(ac) mtx_init(&(ac)->acc_mtx, "classifier", MTX_DEF)
69 #define ACC_LOCK_DESTROY(ac) mtx_destroy(&(ac)->acc_mtx)
70 #define ACC_LOCK(ac) mtx_lock(&(ac)->acc_mtx)
71 #define ACC_UNLOCK(ac) mtx_unlock(&(ac)->acc_mtx)
84 struct mtx acc_mtx; member in struct:acc_classifier
altq_var.h 68 #define ACC_LOCK_INIT(ac) mtx_init(&(ac)->acc_mtx, "classifier", MTX_DEF)
69 #define ACC_LOCK_DESTROY(ac) mtx_destroy(&(ac)->acc_mtx)
70 #define ACC_LOCK(ac) mtx_lock(&(ac)->acc_mtx)
71 #define ACC_UNLOCK(ac) mtx_unlock(&(ac)->acc_mtx)
84 struct mtx acc_mtx; member in struct:acc_classifier

Completed in 148 milliseconds