Home
last modified time | relevance | path

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

1234567

/openbmc/linux/block/
H A Dholder.c14 struct bd_holder_disk *holder; in bd_find_holder_disk() local
18 return holder; in bd_find_holder_disk()
62 struct bd_holder_disk *holder; in bd_link_disk_holder() local
87 if (holder) { in bd_link_disk_holder()
89 holder->refcnt++; in bd_link_disk_holder()
93 holder = kzalloc(sizeof(*holder), GFP_KERNEL); in bd_link_disk_holder()
94 if (!holder) { in bd_link_disk_holder()
100 holder->refcnt = 1; in bd_link_disk_holder()
117 kfree(holder); in bd_link_disk_holder()
145 if (!WARN_ON_ONCE(holder == NULL) && !--holder->refcnt) { in bd_unlink_disk_holder()
[all …]
H A Dbdev.c471 if (bdev->bd_holder == holder) { in bd_may_claim()
507 if (WARN_ON_ONCE(!holder)) in bd_prepare_to_claim()
530 whole->bd_claiming = holder; in bd_prepare_to_claim()
569 bdev->bd_holder = holder; in bd_finish_claiming()
774 if (holder) { in blkdev_get_by_dev()
800 if (holder) { in blkdev_get_by_dev()
824 if (holder) in blkdev_get_by_dev()
848 handle->holder = holder; in bdev_open_by_dev()
883 blkdev_put(bdev, holder); in blkdev_get_by_path()
928 if (holder) in blkdev_put()
[all …]
/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp91 std::any& holder) in op()
93 auto& iface = *std::any_cast<std::shared_ptr<T>&>(holder); in op()
108 static void op(const Interface& props, std::any& holder, bool deferSignal) in op()
110 auto& iface = *std::any_cast<std::shared_ptr<T>&>(holder); in op()
135 const std::any& holder) in op()
137 const auto& object = *std::any_cast<const std::shared_ptr<T>&>(holder); in op()
155 std::any& holder) in op()
157 auto& object = *std::any_cast<std::shared_ptr<T>&>(holder); in op()
H A Dmanager.hpp175 auto& holder = getInterfaceHolder(path, interface); in getInterface() local
176 return *std::any_cast<std::shared_ptr<T>&>(holder); in getInterface()
181 auto& holder = getInterfaceHolder(path, interface); in getInterface() local
182 return *std::any_cast<T>(holder); in getInterface()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DHPND6holder> [or <related entities>] not be used in advertising or publicity pertaining to distribution…
8holder> DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF…
H A DBSD-2-Clause-Patent13 Subject to the terms and conditions of this license, each copyright holder
19 acquired or hereafter acquired, licensable by such copyright holder or contributor
27 such Contribution(s) was added by such copyright holder or contributor, if,
33 holder or contributor is granted under this license, whether expressly, by
H A Dcurl10holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
H A DECL-1.012 or other related items, is being provided by the copyright holder(s)
21 copyright holder(s) is hereby granted, provided that you include the
50 The name and trademarks of copyright holder(s) may NOT be used
H A DBSD-3-Clause-No-Military-License1 Copyright (c) year copyright holder. All Rights Reserved.
12 Neither the name of the copyright holder nor the names of its contributors may be used to endorse o…
H A DICU11holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
H A DWsuipa5 The copyright holder is Washington State University. The original author of the fonts is Janene Win…
H A DSAX-PD12holder, or any other party who may modify and/or redistribute SAX, be liable to you for damages, i…
H A DUnicode-DFS-201622holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars13 # This is the copyright holder that gets inserted into the header of the
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
16 # sources, belong to the copyright holder of the package.) Translators are
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c92 struct bpf_prog_info holder = {}; in prep_prog_info() local
110 holder.nr_func_info = info->nr_func_info; in prep_prog_info()
134 ptr += holder.jited_prog_len; in prep_prog_info()
137 ptr += holder.xlated_prog_len; in prep_prog_info()
140 holder.jited_ksyms = ptr_to_u64(ptr); in prep_prog_info()
146 holder.func_info = ptr_to_u64(ptr); in prep_prog_info()
147 ptr += holder.nr_func_info * holder.func_info_rec_size; in prep_prog_info()
149 holder.line_info = ptr_to_u64(ptr); in prep_prog_info()
150 ptr += holder.nr_line_info * holder.line_info_rec_size; in prep_prog_info()
153 ptr += holder.nr_jited_line_info * holder.jited_line_info_rec_size; in prep_prog_info()
[all …]
/openbmc/linux/drivers/dax/
H A Dsuper.c82 void *holder, const struct dax_holder_operations *ops) in fs_dax_get_by_bdev() argument
102 else if (holder) { in fs_dax_get_by_bdev()
103 if (!cmpxchg(&dax_dev->holder_data, NULL, holder)) in fs_dax_get_by_bdev()
114 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() argument
116 if (dax_dev && holder && in fs_put_dax()
117 cmpxchg(&dax_dev->holder_data, holder, NULL) == holder) in fs_put_dax()
/openbmc/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
/openbmc/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()
220 if (cell->holder) in __cell_release()
221 bio_list_add(inmates, cell->holder); in __cell_release()
299 cell->holder = bio_list_pop(&cell->bios); in __promote_or_release()
H A Ddm-bio-prison-v1.h56 struct bio *holder; member
/openbmc/linux/include/linux/
H A Ddax.h135 void *holder, const struct dax_holder_operations *ops);
136 void fs_put_dax(struct dax_device *dax_dev, void *holder);
146 u64 *start_off, void *holder, in fs_dax_get_by_bdev() argument
151 static inline void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() argument
H A Dblkdev.h1497 void *holder; member
1500 struct block_device *blkdev_get_by_dev(dev_t dev, blk_mode_t mode, void *holder,
1503 void *holder, const struct blk_holder_ops *hops);
1504 struct bdev_handle *bdev_open_by_dev(dev_t dev, blk_mode_t mode, void *holder,
1507 void *holder, const struct blk_holder_ops *hops);
1508 int bd_prepare_to_claim(struct block_device *bdev, void *holder,
1510 void bd_abort_claiming(struct block_device *bdev, void *holder);
1511 void blkdev_put(struct block_device *bdev, void *holder);
/openbmc/qemu/include/qemu/
H A Dcoroutine.h68 Coroutine *holder; member
84 mutex->holder == qemu_coroutine_self()); in qemu_co_mutex_assert_locked()
/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c272 mutex->holder = self; in qemu_co_mutex_lock()
283 assert(mutex->holder == self); in qemu_co_mutex_unlock()
287 mutex->holder = NULL; in qemu_co_mutex_unlock()
/openbmc/openbmc/meta-openembedded/meta-python/licenses/
H A DUnicode34 Except as contained in this notice, the name of a copyright holder
37 written authorization of the copyright holder.
/openbmc/linux/drivers/ipack/carriers/
H A Dtpci200.h118 struct ipack_device *holder; member

1234567