Symbol: kfifo_alloc
arch/powerpc/sysdev/fsl_rmu.c
593
if (kfifo_alloc(&pw->pw_fifo, RIO_PW_MSG_SIZE * 32, GFP_KERNEL)) {
drivers/char/sonypi.c
1299
error = kfifo_alloc(&sonypi_device.fifo, SONYPI_BUF_SIZE, GFP_KERNEL);
drivers/char/sonypi.c
1378
error = kfifo_alloc(&sonypi_device.input_fifo, SONYPI_BUF_SIZE,
drivers/counter/counter-chrdev.c
479
return kfifo_alloc(&counter->events, 64, GFP_KERNEL);
drivers/counter/counter-sysfs.c
1033
err = kfifo_alloc(&events, val, GFP_KERNEL);
drivers/crypto/caam/caamrng.c
236
if (kfifo_alloc(&ctx->fifo, ALIGN(CAAM_RNG_MAX_FIFO_STORE_SIZE,
drivers/crypto/hisilicon/sec/sec_algs.c
913
ret = kfifo_alloc(&ctx->queue->softqueue, 512, GFP_KERNEL);
drivers/dma/qcom/hidma_ll.c
786
rc = kfifo_alloc(&lldev->handoff_fifo, sz, GFP_KERNEL);
drivers/firmware/arm_scmi/notify.c
661
if (kfifo_alloc(&equeue->kfifo, sz, GFP_KERNEL))
drivers/firmware/stratix10-svc.c
1969
ret = kfifo_alloc(&chans[i].svc_fifo, fifo_size, GFP_KERNEL);
drivers/gnss/core.c
256
ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL);
drivers/gpio/gpiolib-cdev.c
1000
return kfifo_alloc(&req->events, req->event_buffer_size, GFP_KERNEL);
drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
57
r = kfifo_alloc(&node->ih_fifo,
drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c
378
ret = kfifo_alloc(&client->fifo, KFD_MAX_KFIFO_SIZE, GFP_KERNEL);
drivers/gpu/drm/amd/ras/rascore/ras_core.c
303
ret = kfifo_alloc(&ras_core->de_seqno_fifo,
drivers/gpu/drm/amd/ras/rascore/ras_core.c
308
ret = kfifo_alloc(&ras_core->consumption_seqno_fifo,
drivers/gpu/drm/amd/ras/rascore/ras_process.c
241
ret = kfifo_alloc(&ras_proc->event_fifo, RAS_EVENT_FIFO_SIZE, GFP_KERNEL);
drivers/hid/hid-debug.c
3695
err = kfifo_alloc(&list->hid_debug_fifo, HID_DEBUG_FIFOSIZE, GFP_KERNEL);
drivers/hid/hid-logitech-dj.c
742
if (kfifo_alloc(&djrcv_dev->notif_fifo,
drivers/hid/hid-sensor-custom.c
726
ret = kfifo_alloc(&sensor_inst->data_fifo, HID_CUSTOM_FIFO_SIZE,
drivers/hid/wacom_sys.c
1315
error = kfifo_alloc(pen_fifo, fifo_size, GFP_KERNEL);
drivers/hid/wacom_sys.c
2035
error = kfifo_alloc(&remote->remote_fifo,
drivers/hwmon/xgene-hwmon.c
626
rc = kfifo_alloc(&ctx->async_msg_fifo,
drivers/media/i2c/cx25840/cx25840-ir.c
1201
if (kfifo_alloc(&ir_state->rx_kfifo,
drivers/media/pci/cx23885/cx23888-ir.c
1150
if (kfifo_alloc(&state->rx_kfifo, CX23888_IR_RX_KFIFO_SIZE,
drivers/media/platform/chips-media/wave5/wave5-helper.c
32
return kfifo_alloc(&inst->irq_status, 16 * sizeof(int), GFP_KERNEL);
drivers/media/rc/lirc_dev.c
146
if (kfifo_alloc(&fh->rawir, MAX_IR_EVENT_SIZE, GFP_KERNEL)) {
drivers/media/rc/lirc_dev.c
153
if (kfifo_alloc(&fh->scancodes, 32, GFP_KERNEL)) {
drivers/mfd/si476x-i2c.c
758
rval = kfifo_alloc(&core->rds_fifo,
drivers/mmc/core/sdio_uart.c
93
if (kfifo_alloc(&port->xmit_fifo, FIFO_SIZE, GFP_KERNEL))
drivers/most/most_cdev.c
450
retval = kfifo_alloc(&c->fifo, cfg->num_buffers, GFP_KERNEL);
drivers/mtd/sm_ftl.c
770
if (kfifo_alloc(&zone->free_sectors, ftl->zone_size * 2, GFP_KERNEL)) {
drivers/net/ieee802154/ca8210.c
2950
return kfifo_alloc(
drivers/net/pse-pd/pse_core.c
1047
ret = kfifo_alloc(&pcdev->ntf_fifo, pcdev->nr_lines, GFP_KERNEL);
drivers/net/wireless/ath/ath10k/htt_tx.c
431
ret = kfifo_alloc(&htt->txdone_fifo, size, GFP_KERNEL);
drivers/net/wireless/marvell/libertas/main.c
787
ret = kfifo_alloc(&priv->event_fifo, sizeof(u32) * 16, GFP_KERNEL);
drivers/net/wireless/ralink/rt2x00/rt2x00dev.c
1173
status = kfifo_alloc(&rt2x00dev->txstatus_fifo, kfifo_size,
drivers/platform/surface/aggregator/ssh_packet_layer.c
2062
status = kfifo_alloc(&ptl->rx.fifo, SSH_PTL_RX_FIFO_LEN, GFP_KERNEL);
drivers/platform/x86/fujitsu-laptop.c
929
ret = kfifo_alloc(&priv->fifo, RINGBUFFERSIZE * sizeof(int),
drivers/platform/x86/sony-laptop.c
4114
kfifo_alloc(&sonypi_compat.fifo, SONY_LAPTOP_BUF_SIZE, GFP_KERNEL);
drivers/platform/x86/sony-laptop.c
451
error = kfifo_alloc(&sony_laptop_input.fifo,
drivers/rapidio/devices/rio_mport_cdev.c
1893
ret = kfifo_alloc(&priv->event_fifo,
drivers/rapidio/devices/tsi721.c
1368
if (kfifo_alloc(&priv->pw_fifo,
drivers/scsi/libiscsi_tcp.c
1169
if (kfifo_alloc(&tcp_task->r2tqueue,
drivers/soc/aspeed/aspeed-lpc-snoop.c
242
rc = kfifo_alloc(&channel->fifo, SNOOP_FIFO_SIZE, GFP_KERNEL);
drivers/staging/greybus/loopback.c
1053
if (kfifo_alloc(&gb->kfifo_lat, kfifo_depth * sizeof(u32),
drivers/staging/greybus/uart.c
847
retval = kfifo_alloc(&gb_tty->write_fifo, GB_UART_WRITE_FIFO_SIZE,
drivers/tty/n_gsm.c
2653
if (kfifo_alloc(&dlci->fifo, TX_SIZE, GFP_KERNEL) < 0) {
drivers/tty/nozomi.c
1341
if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL,
drivers/usb/gadget/function/f_midi.c
1386
status = kfifo_alloc(&midi->in_req_fifo, midi->qlen, GFP_KERNEL);
drivers/usb/gadget/function/u_serial.c
1098
err = kfifo_alloc(&cons->buf, GS_CONSOLE_BUF_SIZE, GFP_KERNEL);
drivers/usb/gadget/function/u_serial.c
636
status = kfifo_alloc(&port->port_write_buf,
drivers/usb/host/fhci.h
475
return kfifo_alloc(fifo, size * sizeof(void *), GFP_KERNEL);
drivers/usb/host/xhci-dbgtty.c
506
ret = kfifo_alloc(&port->port.xmit_fifo, DBC_WRITE_BUF_SIZE,
drivers/usb/serial/cypress_m8.c
454
if (kfifo_alloc(&priv->write_fifo, CYPRESS_BUF_SIZE, GFP_KERNEL)) {
drivers/usb/serial/usb-serial.c
881
if (kfifo_alloc(&port->write_fifo, PAGE_SIZE, GFP_KERNEL))
lib/tests/kfifo_kunit.c
160
ret = kfifo_alloc(&my_fifo, KFIFO_SIZE, GFP_KERNEL);
samples/kfifo/bytestream-example.c
160
ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);
samples/kfifo/dma-example.c
32
if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) {
samples/kfifo/inttype-example.c
153
ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);
samples/kfifo/record-example.c
167
ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);
sound/soc/intel/avs/debugfs.c
241
ret = kfifo_alloc(&adev->trace_fifo, PAGE_SIZE, GFP_KERNEL);
sound/usb/usx2y/us144mkii.c
511
if (kfifo_alloc(&tascam->midi_in_fifo, MIDI_IN_FIFO_SIZE, GFP_KERNEL)) {