Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzdata.c1628 struct z_erofs_pcluster **qtail[]) in z_erofs_move_to_bypass_queue() argument
1631 WRITE_ONCE(*qtail[JQ_SUBMIT], next); in z_erofs_move_to_bypass_queue()
1632 WRITE_ONCE(*qtail[JQ_BYPASS], pcl); in z_erofs_move_to_bypass_queue()
1633 qtail[JQ_BYPASS] = &pcl->next; in z_erofs_move_to_bypass_queue()
1667 struct z_erofs_pcluster **qtail[NR_JOBQUEUES]; in z_erofs_submit_queue() local
1681 qtail[JQ_BYPASS] = &q[JQ_BYPASS]->head; in z_erofs_submit_queue()
1682 qtail[JQ_SUBMIT] = &q[JQ_SUBMIT]->head; in z_erofs_submit_queue()
1697 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue()
1769 qtail[JQ_SUBMIT] = &pcl->next; in z_erofs_submit_queue()
1771 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue()
/linux/sound/core/
H A Dtimer.c77 int qtail; member
1325 prev = tu->qtail == 0 ? tu->queue_size - 1 : tu->qtail - 1;
1335 r = &tu->queue[tu->qtail++]; in snd_timer_user_append_to_tqueue()
1336 tu->qtail %= tu->queue_size; in snd_timer_user_append_to_tqueue()
1352 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_ccallback()
1353 tu->qtail %= tu->queue_size; in snd_timer_user_ccallback()
1426 prev = tu->qtail == 0 ? tu->queue_size - 1 : tu->qtail - 1; in snd_timer_user_tinterrupt()
1470 tu->qhead = tu->qtail in snd_timer_user_open()
[all...]
/linux/net/core/
H A Ddev.c5374 unsigned int *qtail) in enqueue_to_backlog() argument
5410 rps_input_queue_tail_save(qtail, tail); in enqueue_to_backlog()
5717 unsigned int qtail; in netif_rx_internal() local
5719 ret = enqueue_to_backlog(skb, smp_processor_id(), &qtail); in netif_rx_internal()