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

/freebsd-11-stable/sys/sys/
H A Drmlock.h124 #define RA_RECURSED LA_RECURSED macro
H A Drwlock.h286 #define RA_RECURSED LA_RECURSED macro
/freebsd-11-stable/sys/kern/
H A Dkern_rmlock.c751 case RA_LOCKED | RA_RECURSED:
754 case RA_RLOCKED | RA_RECURSED:
764 if (what & RA_RECURSED)
782 } else if (what & RA_RECURSED)
H A Dkern_rwlock.c1387 case RA_LOCKED | RA_RECURSED:
1390 case RA_RLOCKED | RA_RECURSED:
1413 } else if (what & RA_RECURSED)
1420 case RA_WLOCKED | RA_RECURSED:
1429 } else if (what & RA_RECURSED)

Completed in 77 milliseconds