Home
last modified time | relevance | path

Searched refs:alloc_buffer (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/fs/squashfs/
H A Dpage_actor.c75 return actor->alloc_buffer ? actor->tmp_buffer : ERR_PTR(-ENOMEM); in handle_next_page()
113 if (msblk->decompressor->alloc_buffer) { in squashfs_page_actor_init_special()
131 actor->alloc_buffer = msblk->decompressor->alloc_buffer; in squashfs_page_actor_init_special()
H A Dpage_actor.h23 int alloc_buffer; member
55 actor->alloc_buffer = 0; in squashfs_actor_nobuff()
H A Ddecompressor.h23 int alloc_buffer; member
H A Dlzo_wrapper.c121 .alloc_buffer = 0,
H A Dzlib_wrapper.c134 .alloc_buffer = 1,
H A Dlz4_wrapper.c144 .alloc_buffer = 0,
H A Dzstd_wrapper.c152 .alloc_buffer = 1,
H A Dxz_wrapper.c194 .alloc_buffer = 1,
/openbmc/linux/mm/
H A Dpercpu-stats.c141 alloc_buffer: in percpu_stats_show()
157 goto alloc_buffer; in percpu_stats_show()
/openbmc/linux/drivers/usb/host/
H A Dohci-dbg.c665 static struct debug_buffer *alloc_buffer(struct ohci_hcd *ohci, in alloc_buffer() function
742 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
749 file->private_data = alloc_buffer(inode->i_private, in debug_periodic_open()
757 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
H A Dehci-dbg.c915 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() function
992 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
999 file->private_data = alloc_buffer(inode->i_private, in debug_bandwidth_open()
1009 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open()
1020 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h346 int (*alloc_buffer)(struct hnae_ring *ring, struct hnae_desc_cb *cb); member
592 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
H A Dhnae.c89 .alloc_buffer = hnae_alloc_buffer,
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c421 if (!sink_ops(sink)->alloc_buffer || !sink_ops(sink)->free_buffer) in etm_setup_aux()
431 sink_ops(sink)->alloc_buffer(sink, event, pages, in etm_setup_aux()
H A Dultrasoc-smb.c436 .alloc_buffer = smb_alloc_buffer,
H A Dcoresight-tmc-etf.c594 .alloc_buffer = tmc_alloc_etf_buffer,
H A Dcoresight-etb10.c578 .alloc_buffer = etb_alloc_buffer,
H A Dcoresight-trbe.c1179 .alloc_buffer = arm_trbe_alloc_buffer,
H A Dcoresight-tmc-etr.c1725 .alloc_buffer = tmc_alloc_etr_buffer,
/openbmc/linux/include/linux/
H A Dcoresight.h318 void *(*alloc_buffer)(struct coresight_device *csdev, member
/openbmc/linux/drivers/md/
H A Ddm-bufio.c1229 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer() function
1614 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
1624 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
2518 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL); in dm_bufio_client_create()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch220 extern int alloc_buffer(size_t, int, unsigned int);
313 @@ -116,7 +116,7 @@ alloc_buffer(
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c741 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() function
817 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
826 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open()
837 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()