Searched refs:INP_GROUP_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance
179 INP_GROUP_LOCK_INIT(pcbgroup, "pcbgroup"); in in_pcbgroup_init()
679 #define INP_GROUP_LOCK_INIT(ipg, d) mtx_init(&(ipg)->ipg_lock, (d), NULL, \ macro