Searched refs:vifp (Results 1 – 1 of 1) sorted by relevance
235 #define VIF_REFHOLD(vifp) { \ argument236 mutex_enter(&(vifp)->v_lock); \237 (vifp)->v_refcnt++; \238 mutex_exit(&(vifp)->v_lock); \241 #define VIF_REFRELE_LOCKED(vifp) { \ argument242 (vifp)->v_refcnt--; \243 if ((vifp)->v_refcnt == 0 && \244 ((vifp)->v_marks & VIF_MARK_CONDEMNED)) { \245 del_vifp(vifp); \247 mutex_exit(&(vifp)->v_lock); \[all …]