Lines Matching defs:islocked
299 #define KNL_ASSERT_LOCK(knl, islocked) do { \
300 if (islocked) \
2428 knlist_add(struct knlist *knl, struct knote *kn, int islocked)
2431 KNL_ASSERT_LOCK(knl, islocked);
2436 if (!islocked)
2439 if (!islocked)
2475 knlist_remove(struct knlist *knl, struct knote *kn, int islocked)
2478 knlist_remove_kq(knl, kn, islocked, 0);
2589 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn)
2595 if (islocked)
2636 if (islocked)