Searched refs:alloc_buffer (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/fs/squashfs/
H A Dpage_actor.h23 int alloc_buffer; member in struct:squashfs_page_actor
55 actor->alloc_buffer = 0;
H A Ddecompressor.h23 int alloc_buffer; member in struct:squashfs_decompressor
H A Dpage_actor.c75 return actor->alloc_buffer ? actor->tmp_buffer : ERR_PTR(-ENOMEM);
113 if (msblk->decompressor->alloc_buffer) {
131 actor->alloc_buffer = msblk->decompressor->alloc_buffer;
H A Dzstd_wrapper.c152 .alloc_buffer = 1,
H A Dzlib_wrapper.c134 .alloc_buffer = 1,
H A Dlzo_wrapper.c121 .alloc_buffer = 0,
H A Dlz4_wrapper.c144 .alloc_buffer = 0,
H A Dxz_wrapper.c194 .alloc_buffer = 1,
/linux-master/tools/testing/selftests/resctrl/
H A Dfill_buf.c126 unsigned char *alloc_buffer(size_t buf_size, int memflush) function
158 buf = alloc_buffer(buf_size, memflush);
H A Dresctrl.h151 unsigned char *alloc_buffer(size_t buf_size, int memflush);
H A Dcat_test.c194 buf = alloc_buffer(span, 1);
/linux-master/mm/
H A Dpercpu-stats.c141 alloc_buffer:
157 goto alloc_buffer;
/linux-master/drivers/usb/host/
H A Dehci-dbg.c915 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, function
992 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer);
999 file->private_data = alloc_buffer(inode->i_private,
1009 buf = alloc_buffer(inode->i_private, fill_periodic_buffer);
1020 file->private_data = alloc_buffer(inode->i_private,
H A Dohci-dbg.c665 static struct debug_buffer *alloc_buffer(struct ohci_hcd *ohci, function
742 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer);
749 file->private_data = alloc_buffer(inode->i_private,
757 file->private_data = alloc_buffer(inode->i_private,
/linux-master/drivers/platform/x86/amd/pmf/
H A Dcore.c255 int amd_pmf_set_dram_addr(struct amd_pmf_dev *dev, bool alloc_buffer) argument
261 if (alloc_buffer) {
H A Dpmf.h670 int amd_pmf_set_dram_addr(struct amd_pmf_dev *dev, bool alloc_buffer);
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h346 int (*alloc_buffer)(struct hnae_ring *ring, struct hnae_desc_cb *cb); member in struct:hnae_buf_ops
592 ret = bops->alloc_buffer(ring, cb);
H A Dhnae.c91 .alloc_buffer = hnae_alloc_buffer,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c423 if (!sink_ops(sink)->alloc_buffer || !sink_ops(sink)->free_buffer)
433 sink_ops(sink)->alloc_buffer(sink, event, pages,
H A Dcoresight-tmc-etf.c596 .alloc_buffer = tmc_alloc_etf_buffer,
H A Dultrasoc-smb.c412 .alloc_buffer = smb_alloc_buffer,
H A Dcoresight-trbe.c1179 .alloc_buffer = arm_trbe_alloc_buffer,
H A Dcoresight-etb10.c577 .alloc_buffer = etb_alloc_buffer,
/linux-master/include/linux/
H A Dcoresight.h324 * @alloc_buffer: initialises perf's ring buffer for trace collection.
332 void *(*alloc_buffer)(struct coresight_device *csdev, member in struct:coresight_ops_sink
/linux-master/drivers/md/
H A Ddm-bufio.c1229 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) function
1617 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN);
1627 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN);
2548 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL);

Completed in 318 milliseconds

12