OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 33 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025