Home
last modified time | relevance | path

Searched refs:queue_length (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/input/mouse/
H A Dvmmouse.c123 unsigned int queue_length; in vmmouse_report_events() local
138 queue_length = status & 0xffff; in vmmouse_report_events()
139 if (queue_length == 0) in vmmouse_report_events()
142 if (queue_length % 4) { in vmmouse_report_events()
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h200 if (q_offset >= queue->queue_length) in hw_qeit_calc()
201 q_offset -= queue->queue_length; in hw_qeit_calc()
214 if (queue->current_q_offset >= queue->queue_length) { in hw_qeit_inc()
269 u64 last_entry_in_q = queue->queue_length - queue->qe_size; in hw_qeit_eq_get_inc()
H A Dehea_qmr.c30 if (queue->current_q_offset > queue->queue_length) { in hw_qpageit_get_inc()
52 queue->queue_length = nr_of_pages * pagesize; in hw_queue_ctor()
100 nr_pages = queue->queue_length / queue->pagesize; in hw_queue_dtor()
H A Dehea.h145 u32 queue_length; /* queue length allocated in bytes */ member
/linux/fs/smb/client/
H A Dsmbdirect.c1418 sc->recv_io.reassembly.queue_length++; in enqueue_reassembly()
2102 int queue_length; in smbd_recv() local
2114 queue_length = sc->recv_io.reassembly.queue_length; in smbd_recv()
2156 queue_length--; in smbd_recv()
2161 if (queue_length) in smbd_recv()
2188 sc->recv_io.reassembly.queue_length -= queue_removed; in smbd_recv()
H A Dcifs_debug.c533 sc->recv_io.reassembly.queue_length); in cifs_debug_data_proc_show()
/linux/drivers/atm/
H A Dfore200e.h658 u32 queue_length; /* queue capacity */ member
H A Dfore200e.c2272 enum buffer_magn magn, int queue_length, in fore200e_param_bs_queue() argument
2277 fore200e->bus->write(queue_length, &bs_spec->queue_length); in fore200e_param_bs_queue()