| /linux-6.15/drivers/iio/buffer/ |
| H A D | kfifo_buf.c | 147 avail = kfifo_avail(&kf->kf); in iio_kfifo_buf_space_available()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.c | 186 if (kfifo_avail(&client->fifo) >= len) { in add_event_to_kfifo()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-sensor-custom.c | 442 if (kfifo_avail(&sensor_inst->data_fifo) >= required_size) { in hid_sensor_capture_sample() 449 if (kfifo_avail(&sensor_inst->data_fifo) >= raw_len) in hid_sensor_capture_sample()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | debugfs.c | 23 len = min(len, kfifo_avail(fifo)); in __kfifo_fromio()
|
| /linux-6.15/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 504 kfifo_avail(&ctx->queue->softqueue) > in sec_skcipher_alg_callback() 812 kfifo_avail(&queue->softqueue) > steps)) || in sec_alg_skcipher_crypto()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-dbgtty.c | 343 room = kfifo_avail(&port->port.xmit_fifo); in dbc_tty_write_room()
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | generic.c | 242 room = kfifo_avail(&port->write_fifo); in usb_serial_generic_write_room()
|
| H A D | oti6858.c | 373 room = kfifo_avail(&port->write_fifo); in oti6858_write_room()
|
| H A D | cypress_m8.c | 798 room = kfifo_avail(&priv->write_fifo); in cypress_write_room()
|
| H A D | ti_usb_3410_5052.c | 823 room = kfifo_avail(&port->write_fifo); in ti_write_room()
|
| H A D | io_ti.c | 2086 room = kfifo_avail(&port->write_fifo); in edge_write_room()
|
| /linux-6.15/drivers/platform/surface/ |
| H A D | surface_aggregator_cdev.c | 110 if (kfifo_avail(&client->buffer) < n) { in ssam_cdev_notifier()
|
| H A D | surface_dtx.c | 608 if (likely(kfifo_avail(&client->buffer) >= len)) in sdtx_push_event()
|
| /linux-6.15/include/linux/ |
| H A D | kfifo.h | 299 #define kfifo_avail(fifo) \ macro
|
| /linux-6.15/sound/usb/line6/ |
| H A D | driver.c | 657 if (kfifo_avail(&line6->messages.fifo) >= line6->message_length) { in line6_hwdep_push_message()
|
| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | fsl_rmu.c | 420 if (kfifo_avail(&pw->pw_fifo) >= RIO_PW_MSG_SIZE) { in fsl_rio_port_write_handler()
|
| /linux-6.15/drivers/firmware/arm_scmi/ |
| H A D | notify.c | 598 if (kfifo_avail(&r_evt->proto->equeue.kfifo) < sizeof(eh) + len) { in scmi_notify()
|
| /linux-6.15/drivers/staging/greybus/ |
| H A D | uart.c | 449 room = kfifo_avail(&gb_tty->write_fifo); in gb_tty_write_room()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | u_serial.c | 801 room = kfifo_avail(&port->port_write_buf); in gs_write_room()
|
| H A D | f_midi.c | 383 while (kfifo_avail(&midi->in_req_fifo)) { in f_midi_set_alt()
|
| /linux-6.15/drivers/tty/ |
| H A D | mxser.c | 949 return kfifo_avail(&info->port.xmit_fifo); in mxser_write_room()
|
| H A D | nozomi.c | 1630 room = kfifo_avail(&port->fifo_ul); in ntty_write_room()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | hyperv.c | 1948 if (count && entries && count < kfifo_avail(&tlb_flush_fifo->entries)) { in hv_tlb_flush_enqueue()
|
| /linux-6.15/drivers/rapidio/devices/ |
| H A D | rio_mport_cdev.c | 1384 overflow = kfifo_avail(&priv->event_fifo) < sizeof(*event) in rio_mport_add_event()
|
| H A D | tsi721.c | 277 if (kfifo_avail(&priv->pw_fifo) >= TSI721_RIO_PW_MSG_SIZE) in tsi721_pw_handler()
|