Home
last modified time | relevance | path

Searched refs:qtail (Results 1 – 3 of 3) sorted by relevance

/linux/fs/erofs/
H A Dzdata.c1590 struct z_erofs_pcluster **qtail[]) in z_erofs_move_to_bypass_queue() argument
1593 WRITE_ONCE(*qtail[JQ_SUBMIT], next); in z_erofs_move_to_bypass_queue()
1594 WRITE_ONCE(*qtail[JQ_BYPASS], pcl); in z_erofs_move_to_bypass_queue()
1595 qtail[JQ_BYPASS] = &pcl->next; in z_erofs_move_to_bypass_queue()
1629 struct z_erofs_pcluster **qtail[NR_JOBQUEUES]; in z_erofs_submit_queue() local
1643 qtail[JQ_BYPASS] = &q[JQ_BYPASS]->head; in z_erofs_submit_queue()
1644 qtail[JQ_SUBMIT] = &q[JQ_SUBMIT]->head; in z_erofs_submit_queue()
1659 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue()
1729 qtail[JQ_SUBMIT] = &pcl->next; in z_erofs_submit_queue()
1731 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue()
/linux/sound/core/
H A Dtimer.c77 int qtail; member
1305 prev = tu->qtail == 0 ? tu->queue_size - 1 : tu->qtail - 1; in snd_timer_user_interrupt()
1315 r = &tu->queue[tu->qtail++]; in snd_timer_user_interrupt()
1316 tu->qtail %= tu->queue_size; in snd_timer_user_interrupt()
1332 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue()
1333 tu->qtail %= tu->queue_size; in snd_timer_user_append_to_tqueue()
1406 prev = tu->qtail == 0 ? tu->queue_size - 1 : tu->qtail - 1; in snd_timer_user_tinterrupt()
1450 tu->qhead = tu->qtail = tu->qused = 0; in realloc_user_queue()
1850 tu->qhead = tu->qtail = tu->qused = 0; in snd_timer_user_params()
1867 tu->qtail++; in snd_timer_user_params()
/linux/net/core/
H A Ddev.c5078 unsigned int *qtail) in enqueue_to_backlog() argument
5114 rps_input_queue_tail_save(qtail, tail); in enqueue_to_backlog()
5417 unsigned int qtail; in netif_rx_internal() local
5419 ret = enqueue_to_backlog(skb, smp_processor_id(), &qtail); in netif_rx_internal()