Home
last modified time | relevance | path

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

123

/linux/block/
A Dholder.c17 if (holder->bdev == bdev) in bd_find_holder_disk()
18 return holder; in bd_find_holder_disk()
87 if (holder) { in bd_link_disk_holder()
88 holder->refcnt++; in bd_link_disk_holder()
92 holder = kzalloc(sizeof(*holder), GFP_KERNEL); in bd_link_disk_holder()
93 if (!holder) { in bd_link_disk_holder()
99 holder->bdev = bdev; in bd_link_disk_holder()
100 holder->refcnt = 1; in bd_link_disk_holder()
104 kfree(holder); in bd_link_disk_holder()
145 if (!WARN_ON_ONCE(holder == NULL) && !--holder->refcnt) { in bd_unlink_disk_holder()
[all …]
A Dbdev.c543 void *holder) in bd_may_claim() argument
545 if (bdev->bd_holder == holder) in bd_may_claim()
576 if (WARN_ON_ONCE(!holder)) in bd_prepare_to_claim()
581 if (!bd_may_claim(bdev, whole, holder)) { in bd_prepare_to_claim()
599 whole->bd_claiming = holder; in bd_prepare_to_claim()
609 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming()
635 bdev->bd_holder = holder; in bd_finish_claiming()
636 bd_clear_claiming(whole, holder); in bd_finish_claiming()
830 bd_finish_claiming(bdev, holder); in blkdev_get_by_dev()
854 bd_abort_claiming(bdev, holder); in blkdev_get_by_dev()
[all …]
A D.holder.o.cmd1holder.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a…
3 source_block/holder.o := block/holder.c
5 deps_block/holder.o := \
1132 block/holder.o: $(deps_block/holder.o)
1134 $(deps_block/holder.o):
A Dbuilt-in.a45 holder.o/
A D.built-in.a.cmd1 …-pi.o block/blk-mq-pci.o block/blk-mq-virtio.o block/blk-mq-debugfs.o block/blk-pm.o block/holder.o
A DMakefile41 obj-$(CONFIG_BLOCK_HOLDER_DEPRECATED) += holder.o
/linux/drivers/md/
A Ddm-bio-prison-v1.c77 struct bio *holder, in __setup_new_cell() argument
81 cell->holder = holder; in __setup_new_cell()
190 if (cell->holder) in __cell_release()
191 bio_list_add(inmates, cell->holder); in __cell_release()
265 cell->holder = bio_list_pop(&cell->bios); in __promote_or_release()
A Ddm-bio-prison-v1.h45 struct bio *holder; member
A Ddm-thin.c1027 inc_all_io_entry(tc->pool, m->cell->holder); in process_prepared_mapping()
1667 m->bio = virt_cell->holder; in process_discard_cell_no_passdown()
1738 struct bio *bio = virt_cell->holder; in process_discard_cell_passdown()
1942 struct bio *bio = cell->holder; in process_cell()
2069 __process_bio_read_only(tc, cell->holder, cell); in process_cell_read_only()
2229 BUG_ON(!lhs_cell->holder); in cmp_cells()
2230 BUG_ON(!rhs_cell->holder); in cmp_cells()
2232 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
2235 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
2280 BUG_ON(!cell->holder); in process_thin_deferred_cells()
[all …]
/linux/Documentation/process/
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/arch/arm64/boot/dts/nvidia/
A Dtegra194-p3509-0000.dtsi968 /* Place holder for external Codec */
994 /* Place holder for external Codec */
1019 /* Place holder for external Codec */
1044 /* Place holder for external Codec */
1069 /* Place holder for external Codec */
1094 /* Place holder for external Codec */
1119 /* Place holder for external Codec */
A Dtegra186-p2771-0000.dts1160 /* Place holder for external Codec */
1185 /* Place holder for external Codec */
1210 /* Place holder for external Codec */
1235 /* Place holder for external Codec */
1260 /* Place holder for external Codec */
A Dtegra194-p2972-0000.dts984 /* Place holder for external Codec */
1010 /* Place holder for external Codec */
1036 /* Place holder for external Codec */
1061 /* Place holder for external Codec */
/linux/fs/notify/
A Dfsnotify.h81 extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
/linux/drivers/ipack/carriers/
A Dtpci200.h118 struct ipack_device *holder; member
/linux/Documentation/block/
A Dpr.rst47 holder if you want to use this type.
54 holder if you want to use this type.
/linux/include/linux/
A Dblkdev.h1288 void *holder);
1289 struct block_device *blkdev_get_by_dev(dev_t dev, fmode_t mode, void *holder);
1290 int bd_prepare_to_claim(struct block_device *bdev, void *holder);
1291 void bd_abort_claiming(struct block_device *bdev, void *holder);
/linux/Documentation/filesystems/
A Dcoda.rst511 char *name; /* Place holder for data. */
673 char *name; /* Place holder for data. */
734 char *name; /* Place holder for data. */
780 char *tname; /* Place holder for data. */
847 char *name; /* Place holder for data. */
879 char *name; /* Place holder for data. */
916 caddr_t data; /* Place holder for data. */
1026 char *data; /* Place holder for data. */
1036 caddr_t data; /* Place holder for data. */
1105 caddr_t data; /* Place holder for data. */
[all …]
/linux/fs/btrfs/
A Dvolumes.h512 fmode_t flags, void *holder);
514 fmode_t flags, void *holder);
/linux/Documentation/locking/
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
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
/linux/arch/powerpc/boot/dts/fsl/
A Dt1042si-post.dtsi37 /* Place holder for ethernet related device tree nodes */
/linux/LICENSES/preferred/
A DBSD-3-Clause22 3. Neither the name of the copyright holder nor the names of its
/linux/drivers/net/ethernet/
A Djme.h384 #define JME_NAPI_HOLDER(holder) struct napi_struct *holder argument
/linux/tools/lib/perf/Documentation/
A Dlibperf-counting.txt110 Now we create libperf's event list, which will serve as holder for the events we want:

Completed in 62 milliseconds

123