Lines Matching refs:locks
22 struct lockdep_map dep_map; /* Since all locks are dynamic, we need
29 * locks will point to a generic locking function instead of the
38 /* This is where we store our locks */
39 static struct rb_root locks = RB_ROOT;
103 struct rb_node **node = &locks.rb_node;
139 * Some programs attempt to initialize and use locks in their
141 * result in locks being initialized and locked.
206 rb_insert_color(&l->node, &locks);
215 rb_erase(&lock->node, &locks);
227 * code in init sections that tries to touch locks before we are