Searched refs:rm_init (Results 1 – 9 of 9) sorted by relevance
87 #define GRE_LOCK_INIT(sc) rm_init(&(sc)->gre_lock, "gre softc")
73 #define GIF_LOCK_INIT(sc) rm_init(&(sc)->gif_lock, "gif softc")
261 #define LAGG_LOCK_INIT(_sc) rm_init(&(_sc)->sc_mtx, "if_lagg rmlock")
95 #define ME_LOCK_INIT(sc) rm_init(&(sc)->me_lock, "me softc")
49 void rm_init(struct rmlock *rm, const char *name);
302 rm_init(struct rmlock *rm, const char *name) in rm_init() function336 rm_init(args->ra_rm, args->ra_desc); in rm_sysinit()
83 #define HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")
397 rm_init(&osd_object_lock[i], "osd_object"); in osd_init()
1101 rmlock.9 rm_init.9 \