Home
last modified time | relevance | path

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

/linux/mm/
A Dpercpu-stats.c141 alloc_buffer: in percpu_stats_show()
157 goto alloc_buffer; in percpu_stats_show()
/linux/fs/erofs/
A Dxattr.c165 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz); member
292 if (op->alloc_buffer) { in xattr_foreach()
293 err = op->alloc_buffer(it, value_sz); in xattr_foreach()
370 .alloc_buffer = xattr_checkbuffer,
591 .alloc_buffer = xattr_skipvalue,
/linux/drivers/usb/host/
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()
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()
A Dfotg210-hcd.c745 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() function
821 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
830 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open()
841 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
/linux/drivers/net/ethernet/hisilicon/hns/
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()
A Dhnae.c89 .alloc_buffer = hnae_alloc_buffer,
/linux/drivers/hwtracing/coresight/
A Dcoresight-etm-perf.c401 if (!sink_ops(sink)->alloc_buffer || !sink_ops(sink)->free_buffer) in etm_setup_aux()
411 sink_ops(sink)->alloc_buffer(sink, event, pages, in etm_setup_aux()
A Dcoresight-tmc-etf.c570 .alloc_buffer = tmc_alloc_etf_buffer,
A Dcoresight-etb10.c577 .alloc_buffer = etb_alloc_buffer,
A Dcoresight-trbe.c1127 .alloc_buffer = arm_trbe_alloc_buffer,
A Dcoresight-tmc-etr.c1704 .alloc_buffer = tmc_alloc_etr_buffer,
/linux/drivers/md/
A Ddm-bufio.c468 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer() function
883 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
893 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
1794 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL); in dm_bufio_client_create()
/linux/include/linux/
A Dcoresight.h297 void *(*alloc_buffer)(struct coresight_device *csdev, member

Completed in 51 milliseconds