Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 25 of 47) sorted by relevance

12

/linux/block/
H A Dholder.c16 struct bd_holder_disk *holder; in bd_find_holder_disk() local
18 list_for_each_entry(holder, &disk->slave_bdevs, list) in bd_find_holder_disk()
19 if (holder->holder_dir == bdev->bd_holder_dir) in bd_find_holder_disk()
20 return holder; in bd_find_holder_disk()
64 struct bd_holder_disk *holder; in bd_link_disk_holder() local
88 holder = bd_find_holder_disk(bdev, disk); in bd_link_disk_holder()
89 if (holder) { in bd_link_disk_holder()
91 holder->refcnt++; in bd_link_disk_holder()
95 holder = kzalloc_obj(*holder); in bd_link_disk_holder()
96 if (!holder) { in bd_link_disk_holder()
[all …]
H A Dblk.h714 int bdev_open(struct block_device *bdev, blk_mode_t mode, void *holder,
716 int bdev_permission(dev_t dev, blk_mode_t mode, void *holder);
/linux/drivers/nvme/target/
H A Dpr.c221 rcu_assign_pointer(pr->holder, reg); in nvmet_pr_set_new_holder()
261 struct nvmet_pr_registrant *holder; in nvmet_pr_unregister_one() local
266 holder = rcu_dereference_protected(pr->holder, 1); in nvmet_pr_unregister_one()
267 if (reg != holder) in nvmet_pr_unregister_one()
270 original_rtype = holder->rtype; in nvmet_pr_unregister_one()
277 rcu_assign_pointer(pr->holder, first_reg); in nvmet_pr_unregister_one()
279 rcu_assign_pointer(pr->holder, NULL); in nvmet_pr_unregister_one()
325 struct nvmet_pr_registrant *holder; in nvmet_pr_update_reg_attr() local
328 holder = rcu_dereference_protected(pr->holder, 1); in nvmet_pr_update_reg_attr()
329 if (reg != holder) { in nvmet_pr_update_reg_attr()
[all …]
/linux/Documentation/process/
H A Dkernel-enforcement-statement.rst27 from a particular copyright holder is reinstated (a) provisionally,
28 unless and until the copyright holder explicitly and finally
29 terminates your license, and (b) permanently, if the copyright holder
33 Moreover, your license from a particular copyright holder is
34 reinstated permanently if the copyright holder notifies you of the
37 copyright holder, and you cure the violation prior to 30 days after
/linux/drivers/md/
H A Ddm-bio-prison-v1.c88 struct bio *holder, in __setup_new_cell() argument
92 cell->holder = holder; in __setup_new_cell()
211 if (cell->holder) in __cell_release()
212 bio_list_add(inmates, cell->holder); in __cell_release()
H A Ddm-thin.c1026 inc_all_io_entry(tc->pool, m->cell->holder); in process_prepared_mapping()
1027 remap_and_issue(tc, m->cell->holder, m->data_block); in process_prepared_mapping()
1658 m->bio = virt_cell->holder; in process_discard_cell_no_passdown()
1745 struct bio *bio = virt_cell->holder; in process_discard_cell_passdown()
1955 struct bio *bio = cell->holder; in process_cell()
2082 __process_bio_read_only(tc, cell->holder, cell); in process_cell_read_only()
2243 BUG_ON(!lhs_cell->holder); in cmp_cells()
2244 BUG_ON(!rhs_cell->holder); in cmp_cells()
2246 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
2249 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
[all …]
/linux/tools/sched_ext/
H A DKconfig19 # LAVD tracks futex to give an additional time slice for futex holder
20 # (i.e., avoiding lock holder preemption) for better system-wide progress.
/linux/fs/lockd/
H A Dsvc4proc.c274 struct nlm4_holder *holder = &resp->xdrgen.stat.u.holder; in nlm4svc_proc_test() local
276 holder->exclusive = (conf->fl.c.flc_type != F_RDLCK); in nlm4svc_proc_test()
277 holder->svid = conf->svid; in nlm4svc_proc_test()
278 holder->oh.len = conf->oh.len; in nlm4svc_proc_test()
279 holder->oh.data = conf->oh.data; in nlm4svc_proc_test()
280 holder->l_offset = conf->fl.fl_start; in nlm4svc_proc_test()
282 holder->l_len = 0; in nlm4svc_proc_test()
284 holder->l_len = conf->fl.fl_end - conf->fl.fl_start + 1; in nlm4svc_proc_test()
/linux/drivers/ipack/carriers/
H A Dtpci200.h118 struct ipack_device *holder; member
/linux/Documentation/block/
H A Dpr.rst47 holder if you want to use this type.
54 holder if you want to use this type.
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra194-p3509-0000.dtsi35 /* Place holder for external Codec */
61 /* Place holder for external Codec */
580 /* Place holder for external Codec */
605 /* Place holder for external Codec */
630 /* Place holder for external Codec */
655 /* Place holder for external Codec */
680 /* Place holder for external Codec */
H A Dtegra186-p2771-0000.dts688 /* Place holder for external Codec */
713 /* Place holder for external Codec */
738 /* Place holder for external Codec */
763 /* Place holder for external Codec */
788 /* Place holder for external Codec */
H A Dtegra194-p2972-0000.dts66 /* Place holder for external Codec */
92 /* Place holder for external Codec */
118 /* Place holder for external Codec */
635 /* Place holder for external Codec */
H A Dtegra186-p3509-0000+p3636-0001.dts136 /* Place holder for external Codec */
161 /* Place holder for external Codec */
/linux/LICENSES/preferred/
H A DBSD-3-Clause22 3. Neither the name of the copyright holder nor the names of its
/linux/arch/powerpc/boot/dts/fsl/
H A Dt1042si-post.dtsi37 /* Place holder for ethernet related device tree nodes */
/linux/Documentation/locking/
H A Dlockdep-design.rst425 recursive readers get blocked only by a write lock *holder*, while non-recursive
624 And then because we have L1 -> L2, so the holder of L1 is going to acquire L2
628 the L2 in L2 -> L3, is writer (blocking anyone), therefore the holder of L1
629 cannot get L2, it has to wait L2's holder to release.
631 Moreover, we can have a similar conclusion for L2's holder: it has to wait L3's
632 holder to release, and so on. We now can prove that Lx's holder has to wait for
633 Lx+1's holder to release, and note that Ln+1 is L1, so we have a circular
H A Dspinlocks.rst133 for the lock, and the lock-holder is interrupted by the interrupt and will
139 CPU that holds the lock, so the lock-holder can continue and eventually
H A Dlockstat.rst147 contended points (the lock holder). It is possible that the max
/linux/drivers/net/ethernet/
H A Djme.h382 #define JME_NAPI_HOLDER(holder) struct napi_struct *holder argument
/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt110 Now we create libperf's event list, which will serve as holder for the events we want:
H A Dlibperf-sampling.txt107 Now we create libperf's event list, which will serve as holder for the cycles event:
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-create-bufs.rst126 - A place holder for future extensions. Drivers and applications
H A Dvidioc-g-fmt.rst135 - Place holder for future extensions.
/linux/lib/crypto/powerpc/
H A Dcurve25519-ppc64le_asm.S27 # copyright holder and contributors may be used to endorse or

12