tlocks             18 lib/bucket_locks.c 	spinlock_t *tlocks = NULL;
tlocks             34 lib/bucket_locks.c 		tlocks = kvmalloc_array(size, sizeof(spinlock_t), gfp);
tlocks             35 lib/bucket_locks.c 		if (!tlocks)
tlocks             38 lib/bucket_locks.c 			spin_lock_init(&tlocks[i]);
tlocks             39 lib/bucket_locks.c 			lockdep_init_map(&tlocks[i].dep_map, name, key, 0);
tlocks             43 lib/bucket_locks.c 	*locks = tlocks;