Searched refs:witness_init (Results 1 – 3 of 3) sorted by relevance
73 void witness_init(struct lock_object *, const struct lock_type *);103 witness_init((lock), (type))
171 witness_init(&tq->tq_lock_object, &taskq_lock_type); in taskq_create()
556 witness_init(struct lock_object *lock, const struct lock_type *type) in witness_init() function