Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzdata.c1627 struct z_erofs_pcluster **qtail[]) in z_erofs_move_to_bypass_queue() argument
1630 WRITE_ONCE(*qtail[JQ_SUBMIT], next); in z_erofs_move_to_bypass_queue()
1631 WRITE_ONCE(*qtail[JQ_BYPASS], pcl); in z_erofs_move_to_bypass_queue()
1632 qtail[JQ_BYPASS] = &pcl->next; in z_erofs_move_to_bypass_queue()
1666 struct z_erofs_pcluster **qtail[NR_JOBQUEUES]; in z_erofs_submit_queue() local
1680 qtail[JQ_BYPASS] = &q[JQ_BYPASS]->head; in z_erofs_submit_queue()
1681 qtail[JQ_SUBMIT] = &q[JQ_SUBMIT]->head; in z_erofs_submit_queue()
1696 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue()
1768 qtail[JQ_SUBMIT] = &pcl->next; in z_erofs_submit_queue()
1770 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue()
[all...]
/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 in realloc_user_queue()
[all...]
/linux/net/core/
H A Ddev.c5147 unsigned int *qtail) in enqueue_to_backlog() argument
5183 rps_input_queue_tail_save(qtail, tail); in enqueue_to_backlog()
5489 unsigned int qtail; in netif_rx_internal() local
5491 ret = enqueue_to_backlog(skb, smp_processor_id(), &qtail); in netif_rx_internal()