Home
last modified time | relevance | path

Searched refs:kfifo_alloc (Results 1 - 25 of 108) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c56 r = kfifo_alloc(&kfd->ih_fifo, in kfd_interrupt_init()
H A Dkfd_smi_events.c267 ret = kfifo_alloc(&client->fifo, MAX_KFIFO_SIZE, GFP_KERNEL); in kfd_smi_event_open()
/kernel/linux/linux-5.10/samples/kfifo/
H A Ddma-example.c30 if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) { in example_init()
31 printk(KERN_WARNING "error kfifo_alloc\n"); in example_init()
H A Drecord-example.c167 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
169 printk(KERN_ERR "error kfifo_alloc\n"); in example_init()
H A Dbytestream-example.c160 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
162 printk(KERN_ERR "error kfifo_alloc\n"); in example_init()
H A Dinttype-example.c153 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
155 printk(KERN_ERR "error kfifo_alloc\n"); in example_init()
/kernel/linux/linux-6.6/samples/kfifo/
H A Ddma-example.c30 if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) { in example_init()
31 printk(KERN_WARNING "error kfifo_alloc\n"); in example_init()
H A Drecord-example.c167 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
169 printk(KERN_ERR "error kfifo_alloc\n"); in example_init()
H A Dbytestream-example.c160 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
162 printk(KERN_ERR "error kfifo_alloc\n"); in example_init()
H A Dinttype-example.c153 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
155 printk(KERN_ERR "error kfifo_alloc\n"); in example_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c57 r = kfifo_alloc(&node->ih_fifo, in kfd_interrupt_init()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamrng.c188 if (kfifo_alloc(&ctx->fifo, CAAM_RNG_MAX_FIFO_STORE_SIZE, in caam_init()
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dlirc_dev.c154 if (kfifo_alloc(&fh->rawir, MAX_IR_EVENT_SIZE, GFP_KERNEL)) { in lirc_open()
161 if (kfifo_alloc(&fh->scancodes, 32, GFP_KERNEL)) { in lirc_open()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dlirc_dev.c144 if (kfifo_alloc(&fh->rawir, MAX_IR_EVENT_SIZE, GFP_KERNEL)) { in lirc_open()
151 if (kfifo_alloc(&fh->scancodes, 32, GFP_KERNEL)) { in lirc_open()
/kernel/linux/linux-5.10/drivers/gnss/
H A Dcore.c257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
/kernel/linux/linux-5.10/drivers/soc/aspeed/
H A Daspeed-lpc-snoop.c197 rc = kfifo_alloc(&lpc_snoop->chan[channel].fifo, in aspeed_lpc_enable_snoop()
/kernel/linux/linux-6.6/drivers/soc/aspeed/
H A Daspeed-lpc-snoop.c195 rc = kfifo_alloc(&lpc_snoop->chan[channel].fifo, in aspeed_lpc_enable_snoop()
/kernel/linux/linux-6.6/drivers/gnss/
H A Dcore.c257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamrng.c234 if (kfifo_alloc(&ctx->fifo, ALIGN(CAAM_RNG_MAX_FIFO_STORE_SIZE, in caam_init()
/kernel/linux/linux-5.10/drivers/most/
H A Dmost_cdev.c449 retval = kfifo_alloc(&c->fifo, cfg->num_buffers, GFP_KERNEL); in comp_probe()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-dbgtty.c412 ret = kfifo_alloc(&port->write_fifo, DBC_WRITE_BUF_SIZE, GFP_KERNEL); in xhci_dbc_tty_register_device()
H A Dfhci.h475 return kfifo_alloc(fifo, size * sizeof(void *), GFP_KERNEL); in cq_new()
/kernel/linux/linux-6.6/drivers/most/
H A Dmost_cdev.c450 retval = kfifo_alloc(&c->fifo, cfg->num_buffers, GFP_KERNEL); in comp_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbgtty.c427 ret = kfifo_alloc(&port->write_fifo, DBC_WRITE_BUF_SIZE, GFP_KERNEL); in xhci_dbc_tty_register_device()
H A Dfhci.h475 return kfifo_alloc(fifo, size * sizeof(void *), GFP_KERNEL); in cq_new()

Completed in 25 milliseconds

12345