Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A 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()
H A Dpage_actor.h23 int alloc_buffer; member
57 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,
/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()
/linux/tools/testing/selftests/resctrl/
H A Dresctrl.h181 unsigned char *alloc_buffer(size_t buf_size, bool memflush);
H A Dcat_test.c171 buf = alloc_buffer(span, 1); in cat_test()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c91 .alloc_buffer = hnae_alloc_buffer,
/linux/drivers/md/
H A Ddm-bufio.c1232 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer() function
1622 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC); in __alloc_buffer_wait_no_callback()
1632 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
2580 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL); in dm_bufio_client_create()
/linux/drivers/hwtracing/coresight/
H A Dultrasoc-smb.c410 .alloc_buffer = smb_alloc_buffer,
H A Dcoresight-tmc-etf.c684 .alloc_buffer = tmc_alloc_etf_buffer,
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c737 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() function
813 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
822 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open()
833 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
/linux/kernel/trace/
H A Dring_buffer.c2768 static struct trace_buffer *alloc_buffer(unsigned long size, unsigned flags, in alloc_buffer() function
2928 return alloc_buffer(size, flags, 0, 0, 0, 0, key, NULL); in __ring_buffer_alloc()
2954 return alloc_buffer(size, flags, order, start, start + range_size, in __ring_buffer_alloc_range()
2966 return alloc_buffer(0, 0, 0, 0, 0, 0, key, remote); in __ring_buffer_alloc_remote()