Searched refs:VN_KNLIST_EMPTY (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dvnode.h213 #define VN_KNLIST_EMPTY(vp) ((vp)->v_pollinfo == NULL || \ macro
218 if (!VN_KNLIST_EMPTY(vp)) \
775 if (!VN_KNLIST_EMPTY((ap)->a_vp)) { \
785 if (noffset > ooffset && !VN_KNLIST_EMPTY((ap)->a_vp)) { \

Completed in 40 milliseconds