Searched refs:qtail (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/erofs/ |
| H A D | zdata.c | 1626 struct z_erofs_pcluster **qtail[]) in z_erofs_move_to_bypass_queue() argument 1629 WRITE_ONCE(*qtail[JQ_SUBMIT], next); in z_erofs_move_to_bypass_queue() 1630 WRITE_ONCE(*qtail[JQ_BYPASS], pcl); in z_erofs_move_to_bypass_queue() 1631 qtail[JQ_BYPASS] = &pcl->next; in z_erofs_move_to_bypass_queue() 1665 struct z_erofs_pcluster **qtail[NR_JOBQUEUES]; in z_erofs_submit_queue() local 1679 qtail[JQ_BYPASS] = &q[JQ_BYPASS]->head; in z_erofs_submit_queue() 1680 qtail[JQ_SUBMIT] = &q[JQ_SUBMIT]->head; in z_erofs_submit_queue() 1695 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue() 1767 qtail[JQ_SUBMIT] = &pcl->next; in z_erofs_submit_queue() 1769 z_erofs_move_to_bypass_queue(pcl, next, qtail); in z_erofs_submit_queue()
|
| /linux/sound/core/ |
| H A D | timer.c | 77 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() 1857 tu->qhead = tu->qtail = tu->qused = 0; in snd_timer_user_params() 1874 tu->qtail++; in snd_timer_user_params()
|
| /linux/net/core/ |
| H A D | dev.c | 5321 unsigned int *qtail) in enqueue_to_backlog() argument 5357 rps_input_queue_tail_save(qtail, tail); in enqueue_to_backlog() 5664 unsigned int qtail; in netif_rx_internal() local 5666 ret = enqueue_to_backlog(skb, smp_processor_id(), &qtail); in netif_rx_internal()
|