Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dpercpu-stats.c141 alloc_buffer: in percpu_stats_show()
157 goto alloc_buffer; in percpu_stats_show()
/Linux-v4.19/drivers/staging/erofs/
Dxattr.c98 int (*alloc_buffer)(struct xattr_iter *, unsigned); member
202 if (op->alloc_buffer != NULL) { in xattr_foreach()
203 err = op->alloc_buffer(it, value_sz); in xattr_foreach()
276 .alloc_buffer = xattr_checkbuffer,
500 .alloc_buffer = xattr_skipvalue,
/Linux-v4.19/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()
Dfotg210-hcd.c742 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() function
818 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
827 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open()
838 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c232 if (!sink_ops(sink)->alloc_buffer) in etm_setup_aux()
238 sink_ops(sink)->alloc_buffer(sink, cpu, pages, in etm_setup_aux()
Dcoresight-tmc-etf.c506 .alloc_buffer = tmc_alloc_etf_buffer,
Dcoresight-etb10.c485 .alloc_buffer = etb_alloc_buffer,
/Linux-v4.19/include/linux/
Dcoresight.h200 void *(*alloc_buffer)(struct coresight_device *csdev, int cpu, member
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhnae.h353 int (*alloc_buffer)(struct hnae_ring *ring, struct hnae_desc_cb *cb); member
605 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
Dhnae.c93 .alloc_buffer = hnae_alloc_buffer,
/Linux-v4.19/drivers/md/
Ddm-bufio.c423 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer() function
827 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
837 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
1705 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL); in dm_bufio_client_create()