Home
last modified time | relevance | path

Searched refs:holders (Results 1 – 8 of 8) sorted by relevance

/drivers/md/persistent-data/
A Ddm-block-manager.c48 struct task_struct *holders[MAX_HOLDERS]; member
67 if (lock->holders[i] == task) in __find_holder()
83 lock->holders[h] = task; in __add_holder()
96 lock->holders[h] = NULL; in __del_holder()
105 if (lock->holders[i] == current) { in __check_holder()
183 lock->holders[i] = NULL; in bl_init()
/drivers/md/
A Ddm-core.h71 atomic_t holders; member
A Ddm.c2295 atomic_set(&md->holders, 1); in alloc_dev()
2656 atomic_inc(&md->holders); in dm_get()
2716 while (atomic_read(&md->holders)) in __dm_destroy()
2718 else if (atomic_read(&md->holders)) in __dm_destroy()
2720 dm_device_name(md), atomic_read(&md->holders)); in __dm_destroy()
2738 atomic_dec(&md->holders); in dm_put()
A DKconfig240 bool "Keep stack trace of persistent data block lock holders"
/drivers/scsi/aic7xxx/
A Daic7xxx.reg19 * 3. Neither the names of the above-listed copyright holders nor the names
A Daic79xx.reg19 * 3. Neither the names of the above-listed copyright holders nor the names
A Daic7xxx.seq19 * 3. Neither the names of the above-listed copyright holders nor the names
A Daic79xx.seq19 * 3. Neither the names of the above-listed copyright holders nor the names

Completed in 25 milliseconds