Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dmutex.h519 struct mtx_args { struct
526 static struct mtx_args name##_args = { \ argument
/freebsd-12-stable/sys/kern/
Dkern_mutex.c1103 struct mtx_args *margs = arg; in mtx_sysinit()