Home
last modified time | relevance | path

Searched refs:locks (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dblockgroup_lock.h24 struct bgl_lock locks[NR_BG_LOCKS]; member
32 spin_lock_init(&bgl->locks[i].lock); in bgl_lock_init()
38 return &bgl->locks[block_group & (NR_BG_LOCKS-1)].lock; in bgl_lock_ptr()
Dspinlock.h463 int __alloc_bucket_spinlocks(spinlock_t **locks, unsigned int *lock_mask,
468 #define alloc_bucket_spinlocks(locks, lock_mask, max_size, cpu_mult, gfp) \ argument
473 ret = __alloc_bucket_spinlocks(locks, lock_mask, max_size, \
474 cpu_mult, gfp, #locks, &key); \
478 void free_bucket_spinlocks(spinlock_t *locks);
Dn_r3964.h122 unsigned int locks; /* only used in rx_buffer */ member