Searched defs:knlist (Results 1 – 3 of 3) sorted by relevance
155 struct knlist { struct171 #define KNF_LISTLOCKED 0x0001 /* knlist is locked */ argument
225 struct knlist { struct226 struct klist kl_list;227 void (*kl_lock)(void *); /* lock function */228 void (*kl_unlock)(void *);229 void (*kl_assert_lock)(void *, int);230 void *kl_lockarg; /* argument passed to lock functions */231 int kl_autodestroy;
223 struct knlist { struct237 #define KNF_LISTLOCKED 0x0001 /* knlist is locked */ argument