Home
last modified time | relevance | path

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

/trueos/sys/net/
HDif_gre.h87 #define GRE_LOCK_INIT(sc) rm_init(&(sc)->gre_lock, "gre softc")
HDif_gif.h73 #define GIF_LOCK_INIT(sc) rm_init(&(sc)->gif_lock, "gif softc")
HDif_lagg.h261 #define LAGG_LOCK_INIT(_sc) rm_init(&(_sc)->sc_mtx, "if_lagg rmlock")
HDif_me.c95 #define ME_LOCK_INIT(sc) rm_init(&(sc)->me_lock, "me softc")
/trueos/sys/sys/
HDrmlock.h49 void rm_init(struct rmlock *rm, const char *name);
/trueos/sys/kern/
HDkern_rmlock.c302 rm_init(struct rmlock *rm, const char *name) in rm_init() function
336 rm_init(args->ra_rm, args->ra_desc); in rm_sysinit()
HDkern_hhook.c83 #define HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")
HDkern_osd.c397 rm_init(&osd_object_lock[i], "osd_object"); in osd_init()
/trueos/share/man/man9/
HDMakefile1101 rmlock.9 rm_init.9 \