Home
last modified time | relevance | path

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

12

/linux-6.12.1/fs/squashfs/
Dpage_actor.c80 return actor->alloc_buffer ? actor->tmp_buffer : ERR_PTR(-ENOMEM); in handle_next_page()
118 if (msblk->decompressor->alloc_buffer) { in squashfs_page_actor_init_special()
136 actor->alloc_buffer = msblk->decompressor->alloc_buffer; in squashfs_page_actor_init_special()
Dpage_actor.h23 int alloc_buffer; member
57 actor->alloc_buffer = 0; in squashfs_actor_nobuff()
Ddecompressor.h23 int alloc_buffer; member
Dzlib_wrapper.c134 .alloc_buffer = 1,
Dlzo_wrapper.c121 .alloc_buffer = 0,
Dlz4_wrapper.c144 .alloc_buffer = 0,
Dzstd_wrapper.c152 .alloc_buffer = 1,
Dxz_wrapper.c194 .alloc_buffer = 1,
/linux-6.12.1/tools/testing/selftests/resctrl/
Dfill_buf.c126 unsigned char *alloc_buffer(size_t buf_size, int memflush) in alloc_buffer() function
158 buf = alloc_buffer(buf_size, memflush); in run_fill_buf()
Dresctrl.h142 unsigned char *alloc_buffer(size_t buf_size, int memflush);
Dcat_test.c192 buf = alloc_buffer(span, 1); in cat_test()
/linux-6.12.1/mm/
Dpercpu-stats.c141 alloc_buffer: in percpu_stats_show()
157 goto alloc_buffer; in percpu_stats_show()
/linux-6.12.1/drivers/usb/host/
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()
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()
/linux-6.12.1/drivers/platform/x86/amd/pmf/
Dcore.c251 int amd_pmf_set_dram_addr(struct amd_pmf_dev *dev, bool alloc_buffer) in amd_pmf_set_dram_addr() argument
257 if (alloc_buffer) { in amd_pmf_set_dram_addr()
Dpmf.h744 int amd_pmf_set_dram_addr(struct amd_pmf_dev *dev, bool alloc_buffer);
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns/
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()
Dhnae.c91 .alloc_buffer = hnae_alloc_buffer,
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c430 if (!sink_ops(sink)->alloc_buffer || !sink_ops(sink)->free_buffer) in etm_setup_aux()
440 sink_ops(sink)->alloc_buffer(sink, event, pages, in etm_setup_aux()
Dultrasoc-smb.c411 .alloc_buffer = smb_alloc_buffer,
Dcoresight-tmc-etf.c596 .alloc_buffer = tmc_alloc_etf_buffer,
Dcoresight-etb10.c577 .alloc_buffer = etb_alloc_buffer,
Dcoresight-trbe.c1180 .alloc_buffer = arm_trbe_alloc_buffer,
/linux-6.12.1/include/linux/
Dcoresight.h352 void *(*alloc_buffer)(struct coresight_device *csdev, member
/linux-6.12.1/drivers/md/
Ddm-bufio.c1226 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()
2549 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL); in dm_bufio_client_create()

12