Searched refs:lc_flags (Results 1 – 1 of 1) sorted by relevance
186 u_int lc_flags; member314 return ((w1->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK)) == in witness_lock_type_equal()315 (w2->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK))); in witness_lock_type_equal()438 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE | LC_SLEEPABLE443 .lc_flags = LC_SPINLOCK448 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_UPGRADABLE453 .lc_flags = LC_SLEEPLOCK | LC_RECURSABLE | LC_SLEEPABLE |563 (class->lc_flags & LC_RECURSABLE) == 0) in witness_init()567 (class->lc_flags & LC_SLEEPABLE) == 0) in witness_init()571 (class->lc_flags & LC_UPGRADABLE) == 0) in witness_init()[all …]