Searched refs:vifp (Results 1 – 1 of 1) sorted by relevance
230 #define VIF_REFHOLD(vifp) { \ argument231 mutex_enter(&(vifp)->v_lock); \232 (vifp)->v_refcnt++; \233 mutex_exit(&(vifp)->v_lock); \236 #define VIF_REFRELE_LOCKED(vifp) { \ argument237 (vifp)->v_refcnt--; \238 if ((vifp)->v_refcnt == 0 && \239 ((vifp)->v_marks & VIF_MARK_CONDEMNED)) { \240 del_vifp(vifp); \242 mutex_exit(&(vifp)->v_lock); \[all …]