Home
last modified time | relevance | path

Searched refs:lc_flags (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/kern/
Dsubr_witness.c186 u_int lc_flags; member
314 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_SLEEPABLE
443 .lc_flags = LC_SPINLOCK
448 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_UPGRADABLE
453 .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 …]