| /Linux-v5.4/samples/kfifo/ | 
| D | dma-example.c | 30 	if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) {  in example_init()
 | 
| D | record-example.c | 164 	ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);  in example_init()
 | 
| D | inttype-example.c | 150 	ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);  in example_init()
 | 
| D | bytestream-example.c | 157 	ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);  in example_init()
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ | 
| D | kfd_interrupt.c | 56 	r = kfifo_alloc(&kfd->ih_fifo,  in kfd_interrupt_init()
 | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ | 
| D | cxio_resource.c | 58 	if (kfifo_alloc(fifo, nr * sizeof(u32), GFP_KERNEL))  in __cxio_init_resource_fifo()117 	if (kfifo_alloc(&rdev_p->rscp->qpid_fifo, T3_MAX_NUM_QP * sizeof(u32),  in cxio_init_qpid_fifo()
 
 | 
| /Linux-v5.4/drivers/soc/aspeed/ | 
| D | aspeed-lpc-snoop.c | 193 	rc = kfifo_alloc(&lpc_snoop->chan[channel].fifo,  in aspeed_lpc_enable_snoop()
 | 
| /Linux-v5.4/drivers/gnss/ | 
| D | core.c | 257 	ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL);  in gnss_allocate_device()
 | 
| /Linux-v5.4/drivers/media/rc/ | 
| D | lirc_dev.c | 155 		if (kfifo_alloc(&fh->rawir, MAX_IR_EVENT_SIZE, GFP_KERNEL)) {  in ir_lirc_open()162 		if (kfifo_alloc(&fh->scancodes, 32, GFP_KERNEL)) {  in ir_lirc_open()
 
 | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | fhci.h | 475 	return kfifo_alloc(fifo, size * sizeof(void *), GFP_KERNEL);  in cq_new()
 | 
| D | xhci-dbgtty.c | 458 	ret = kfifo_alloc(&port->write_fifo, DBC_WRITE_BUF_SIZE, GFP_KERNEL);  in xhci_dbc_tty_register_device()
 | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | u_serial.c | 641 		status = kfifo_alloc(&port->port_write_buf,  in gs_open()1044 	status = kfifo_alloc(&info->con_buf, GS_CONSOLE_BUF_SIZE, GFP_KERNEL);  in gs_console_setup()
 
 | 
| /Linux-v5.4/drivers/staging/most/cdev/ | 
| D | cdev.c | 465 	retval = kfifo_alloc(&c->fifo, cfg->num_buffers, GFP_KERNEL);  in comp_probe()
 | 
| /Linux-v5.4/drivers/char/ | 
| D | sonypi.c | 1300 	error = kfifo_alloc(&sonypi_device.fifo, SONYPI_BUF_SIZE, GFP_KERNEL);  in sonypi_probe()1379 		error = kfifo_alloc(&sonypi_device.input_fifo, SONYPI_BUF_SIZE,  in sonypi_probe()
 
 | 
| /Linux-v5.4/drivers/mfd/ | 
| D | si476x-i2c.c | 753 	rval = kfifo_alloc(&core->rds_fifo,  in si476x_core_probe()
 | 
| /Linux-v5.4/include/linux/ | 
| D | kfifo.h | 319 #define kfifo_alloc(fifo, size, gfp_mask) \  macro
 | 
| /Linux-v5.4/drivers/hwmon/ | 
| D | xgene-hwmon.c | 631 	rc = kfifo_alloc(&ctx->async_msg_fifo,  in xgene_hwmon_probe()
 | 
| /Linux-v5.4/drivers/dma/qcom/ | 
| D | hidma_ll.c | 786 	rc = kfifo_alloc(&lldev->handoff_fifo, sz, GFP_KERNEL);  in hidma_ll_init()
 | 
| /Linux-v5.4/drivers/media/pci/meye/ | 
| D | meye.c | 1617 	if (kfifo_alloc(&meye.grabq, sizeof(int) * MEYE_MAX_BUFNBRS,  in meye_probe()1622 	if (kfifo_alloc(&meye.doneq, sizeof(int) * MEYE_MAX_BUFNBRS,  in meye_probe()
 
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-sensor-custom.c | 722 	ret = kfifo_alloc(&sensor_inst->data_fifo, HID_CUSTOM_FIFO_SIZE,  in hid_sensor_custom_dev_if_add()
 | 
| D | hid-debug.c | 1074 	err = kfifo_alloc(&list->hid_debug_fifo, HID_DEBUG_FIFOSIZE, GFP_KERNEL);  in hid_debug_events_open()
 | 
| /Linux-v5.4/drivers/firmware/ | 
| D | stratix10-svc.c | 1007 	ret = kfifo_alloc(&controller->svc_fifo, fifo_size, GFP_KERNEL);  in stratix10_svc_drv_probe()
 | 
| /Linux-v5.4/drivers/platform/x86/ | 
| D | fujitsu-laptop.c | 790 	ret = kfifo_alloc(&priv->fifo, RINGBUFFERSIZE * sizeof(int),  in acpi_fujitsu_laptop_add()
 | 
| /Linux-v5.4/arch/powerpc/sysdev/ | 
| D | fsl_rmu.c | 593 	if (kfifo_alloc(&pw->pw_fifo, RIO_PW_MSG_SIZE * 32, GFP_KERNEL)) {  in fsl_rio_port_write_init()
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ | 
| D | main.c | 870 	ret = kfifo_alloc(&priv->event_fifo, sizeof(u32) * 16, GFP_KERNEL);  in lbs_init_adapter()
 |