Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/persistent-data/
Ddm-block-manager.c47 struct task_struct *holders[MAX_HOLDERS]; member
66 if (lock->holders[i] == task) in __find_holder()
82 lock->holders[h] = task; in __add_holder()
94 lock->holders[h] = NULL; in __del_holder()
103 if (lock->holders[i] == current) { in __check_holder()
181 lock->holders[i] = NULL; in bl_init()
/kernel/linux/linux-5.10/Documentation/block/
Dpr.rst45 holders.
52 holders.
/kernel/linux/linux-5.10/drivers/md/
Ddm-core.h56 atomic_t holders; member
Ddm.c1857 atomic_set(&md->holders, 1); in alloc_dev()
2144 BUG_ON(!atomic_read(&md->holders)); in dm_get_queue_limits()
2222 atomic_inc(&md->holders); in dm_get()
2282 while (atomic_read(&md->holders)) in __dm_destroy()
2284 else if (atomic_read(&md->holders)) in __dm_destroy()
2286 dm_device_name(md), atomic_read(&md->holders)); in __dm_destroy()
2305 atomic_dec(&md->holders); in dm_put()
DKconfig244 bool "Keep stack trace of persistent data block lock holders"
/kernel/linux/linux-5.10/LICENSES/deprecated/
DISC12 Copyright (c) <year> <copyright holders>
DZlib12 Copyright (c) <year> <copyright holders>
DGFDL-1.1316 permission from their copyright holders, but you may include
DGFDL-1.2345 permission from their copyright holders, but you may include
/kernel/linux/linux-5.10/LICENSES/preferred/
DMIT12 Copyright (c) <year> <copyright holders>
/kernel/linux/linux-5.10/Documentation/filesystems/
Dgfs2-glocks.rst12 as gl_state, gl_target and the list of holders (gl_holders)
20 just the holders) associated with the glock. If there are any
179 is counting queuing of holders at the top layer of the glock
Dxfs-delayed-logging-design.rst648 Because of the number of potential transaction commit side holders, the lock
/kernel/linux/linux-5.10/Documentation/process/
D1.Intro.rst194 are cloudy at best; quite a few kernel copyright holders believe that
248 few practical scenarios where the agreement of all copyright holders could
/kernel/linux/linux-5.10/Documentation/userspace-api/media/
Dfdl-appendix.rst395 special permission from their copyright holders, but you may include
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic7xxx.reg19 * 3. Neither the names of the above-listed copyright holders nor the names
Daic7xxx.seq19 * 3. Neither the names of the above-listed copyright holders nor the names
Daic79xx.reg19 * 3. Neither the names of the above-listed copyright holders nor the names
Daic79xx.seq19 * 3. Neither the names of the above-listed copyright holders nor the names
/kernel/linux/linux-5.10/Documentation/locking/
Dlockdep-design.rst469 only get blocked by current write lock *holders* other than write lock
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0031_linux_drivers_perf_phy_pinctrl_ptp_pwm.patch2475 + /* Create state holders etc for this driver */
D0036_linux_drivers_staging.patch319 + * * Neither the name of the above-listed copyright holders nor the
604 + * * Neither the name of the above-listed copyright holders nor the
1721 + * * Neither the name of the above-listed copyright holders nor the
D0038_linux_drivers_mxc.patch59526 + /* Start and Stop time holders. */
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dspkguide.txt1501 permission from their copyright holders, but you may include
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch49089 + /* delay uevent until 'holders' subdir is created */
49096 + p->holder_dir = kobject_create_and_add("holders", &pdev->kobj);