Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 25 of 94) sorted by relevance

1234

/Linux-v5.4/drivers/md/
Ddm-bio-prison-v2.c73 struct dm_bio_prison_cell_v2 *cell) in dm_bio_prison_free_cell_v2()
80 struct dm_bio_prison_cell_v2 *cell) in __setup_new_cell()
123 struct dm_bio_prison_cell_v2 *cell = in __find_or_insert() local
154 struct dm_bio_prison_cell_v2 **cell) in __get()
191 struct dm_bio_prison_cell_v2 *cell) in __put()
213 struct dm_bio_prison_cell_v2 *cell) in dm_cell_put_v2()
232 struct dm_bio_prison_cell_v2 *cell; in __lock() local
275 struct dm_bio_prison_cell_v2 *cell, in __quiesce()
285 struct dm_bio_prison_cell_v2 *cell, in dm_cell_quiesce_v2()
297 struct dm_bio_prison_cell_v2 *cell, in __promote()
[all …]
Ddm-bio-prison-v1.c70 struct dm_bio_prison_cell *cell) in dm_bio_prison_free_cell()
78 struct dm_bio_prison_cell *cell) in __setup_new_cell()
119 struct dm_bio_prison_cell *cell = in __bio_detain() local
185 struct dm_bio_prison_cell *cell, in __cell_release()
198 struct dm_bio_prison_cell *cell, in dm_cell_release()
213 struct dm_bio_prison_cell *cell, in __cell_release_no_holder()
221 struct dm_bio_prison_cell *cell, in dm_cell_release_no_holder()
233 struct dm_bio_prison_cell *cell, blk_status_t error) in dm_cell_error()
251 struct dm_bio_prison_cell *cell) in dm_cell_visit_release()
263 struct dm_bio_prison_cell *cell) in __promote_or_release()
[all …]
Ddm-thin.c465 struct dm_bio_prison_cell *cell, in cell_release()
475 struct dm_bio_prison_cell *cell) in cell_visit_release()
482 struct dm_bio_prison_cell *cell, in cell_release_no_holder()
490 struct dm_bio_prison_cell *cell, blk_status_t error_code) in cell_error_with_code()
501 static void cell_error(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_error()
506 static void cell_success(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_success()
511 static void cell_requeue(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_requeue()
589 struct dm_bio_prison_cell *cell; member
628 struct dm_bio_prison_cell *cell, *tmp; in requeue_deferred_cells() local
820 struct dm_bio_prison_cell *cell; member
[all …]
/Linux-v5.4/fs/afs/
Dcell.c50 struct afs_cell *cell = NULL; in afs_lookup_cell_rcu() local
127 struct afs_cell *cell; in afs_alloc_cell() local
219 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
372 static int afs_update_cell(struct afs_cell *cell) in afs_update_cell()
469 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() local
511 struct afs_cell *afs_get_cell(struct afs_cell *cell) in afs_get_cell()
520 void afs_put_cell(struct afs_net *net, struct afs_cell *cell) in afs_put_cell()
545 static int afs_alloc_anon_key(struct afs_cell *cell) in afs_alloc_anon_key()
572 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
616 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
[all …]
Ddynroot.c19 struct afs_cell *cell; in afs_probe_cell_name() local
86 struct afs_cell *cell; in afs_lookup_atcell() local
185 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
215 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
251 struct afs_cell *cell; in afs_dynroot_populate() local
Dproc.c37 struct afs_cell *cell; in afs_proc_cells_show() local
121 struct afs_cell *cell; in afs_proc_cells_write() local
152 struct afs_cell *cell; in afs_proc_rootcell_show() local
211 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_show() local
230 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_start() local
239 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_next() local
247 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_stop() local
322 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start() local
602 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
636 void afs_proc_cell_remove(struct afs_cell *cell) in afs_proc_cell_remove()
Dvl_rotate.c17 bool afs_begin_vlserver_operation(struct afs_vl_cursor *vc, struct afs_cell *cell, in afs_begin_vlserver_operation()
41 struct afs_cell *cell = vc->cell; in afs_start_vl_iteration() local
Dvolume.c67 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb()
169 void afs_put_volume(struct afs_cell *cell, struct afs_volume *volume) in afs_put_volume()
Dsecurity.c23 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key()
51 struct key *afs_request_key_rcu(struct afs_cell *cell) in afs_request_key_rcu()
Dsuper.c165 struct afs_cell *cell = as->cell; in afs_show_devname() local
233 struct afs_cell *cell; in afs_parse_source() local
619 struct afs_cell *cell; in afs_init_fs_context() local
/Linux-v5.4/drivers/nvmem/
Dcore.c106 static void nvmem_cell_drop(struct nvmem_cell *cell) in nvmem_cell_drop()
119 struct nvmem_cell *cell, *p; in nvmem_device_remove_all_cells() local
125 static void nvmem_cell_add(struct nvmem_cell *cell) in nvmem_cell_add()
135 struct nvmem_cell *cell) in nvmem_cell_info_to_nvmem_cell()
238 struct nvmem_cell *cell; in nvmem_add_cells_from_table() local
274 struct nvmem_cell *iter, *cell = NULL; in nvmem_find_cell_by_name() local
292 struct nvmem_cell *cell; in nvmem_add_cells_from_of() local
697 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup() local
738 struct nvmem_cell *iter, *cell = NULL; in nvmem_find_cell_by_node() local
768 struct nvmem_cell *cell; in of_nvmem_cell_get() local
[all …]
/Linux-v5.4/sound/core/seq/
Dseq_fifo.c85 struct snd_seq_event_cell *cell; in snd_seq_fifo_clear() local
104 struct snd_seq_event_cell *cell; in snd_seq_fifo_event_in() local
144 struct snd_seq_event_cell *cell; in fifo_cell_out() local
164 struct snd_seq_event_cell *cell; in snd_seq_fifo_cell_out() local
199 struct snd_seq_event_cell *cell) in snd_seq_fifo_cell_putback()
227 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local
Dseq_prioq.c132 struct snd_seq_event_cell * cell) in snd_seq_prioq_cell_in()
215 struct snd_seq_event_cell *cell; in snd_seq_prioq_cell_out() local
252 static inline int prioq_match(struct snd_seq_event_cell *cell, in prioq_match()
277 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave() local
387 struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_remove_events() local
Dseq_memory.c70 struct snd_seq_event_cell *cell; in snd_seq_dump_var_event() local
164 struct snd_seq_event_cell *cell) in free_cell()
171 void snd_seq_cell_free(struct snd_seq_event_cell * cell) in snd_seq_cell_free()
212 struct snd_seq_event_cell *cell; in snd_seq_cell_alloc() local
285 struct snd_seq_event_cell *cell; in snd_seq_event_dup() local
371 int cell; in snd_seq_pool_init() local
/Linux-v5.4/drivers/mfd/
Dmfd-core.c28 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_enable() local
45 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_disable() local
64 const struct mfd_cell *cell, in mfd_platform_add_cell()
79 static void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
130 static inline void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
137 const struct mfd_cell *cell, atomic_t *usage_count, in mfd_add_device()
318 const struct mfd_cell *cell; in mfd_remove_devices_fn() local
385 int mfd_clone_cell(const char *cell, const char **clones, size_t n_clones) in mfd_clone_cell()
Dintel_quark_i2c_gpio.c158 static int intel_quark_i2c_setup(struct pci_dev *pdev, struct mfd_cell *cell) in intel_quark_i2c_setup()
190 static int intel_quark_gpio_setup(struct pci_dev *pdev, struct mfd_cell *cell) in intel_quark_gpio_setup()
Dat91-usart.c30 const struct mfd_cell *cell; in at91_usart_mode_probe() local
/Linux-v5.4/net/core/
Dgro_cells.c15 struct gro_cell *cell; in gro_cells_receive() local
52 struct gro_cell *cell = container_of(napi, struct gro_cell, napi); in gro_cell_poll() local
78 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_init() local
99 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_destroy() local
/Linux-v5.4/drivers/mmc/host/
Dtmio_mmc.c98 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_suspend() local
113 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_resume() local
129 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_probe() local
203 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_remove() local
/Linux-v5.4/drivers/leds/
Dleds-asic3.c40 const struct mfd_cell *cell = mfd_get_cell(pdev); in brightness_set() local
59 const struct mfd_cell *cell = mfd_get_cell(pdev); in blink_set() local
137 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_led_suspend() local
150 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_led_resume() local
/Linux-v5.4/drivers/clk/mmp/
Dreset.c16 struct mmp_clk_reset_cell *cell; in mmp_of_reset_xlate() local
38 struct mmp_clk_reset_cell *cell; in mmp_clk_reset_assert() local
60 struct mmp_clk_reset_cell *cell; in mmp_clk_reset_deassert() local
/Linux-v5.4/drivers/usb/host/
Dohci-tmio.c189 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_probe() local
274 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() local
290 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_suspend() local
320 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_resume() local
/Linux-v5.4/include/linux/
Dnvmem-consumer.h107 struct nvmem_cell *cell) in devm_nvmem_cell_put()
111 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
115 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
120 static inline int nvmem_cell_write(struct nvmem_cell *cell, in nvmem_cell_write()
/Linux-v5.4/drivers/mtd/nand/raw/
Dtmio_nand.c307 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_init() local
351 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_stop() local
470 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_suspend() local
481 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_resume() local
/Linux-v5.4/net/dccp/
Dackvec.h41 static inline u8 dccp_ackvec_runlen(const u8 *cell) in dccp_ackvec_runlen()
46 static inline u8 dccp_ackvec_state(const u8 *cell) in dccp_ackvec_state()

1234