Home
last modified time | relevance | path

Searched refs:dl_next (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/core/
Drequest_sock.c129 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()
131 req->dl_next = NULL; in reqsk_fastopen_remove()
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_dl.c626 struct vsp1_dl_list *dl_next; in __vsp1_dl_list_put() local
636 list_for_each_entry(dl_next, &dl->chain, chain) in __vsp1_dl_list_put()
637 __vsp1_dl_list_put(dl_next); in __vsp1_dl_list_put()
903 struct vsp1_dl_list *dl_next; in vsp1_dl_list_commit() local
909 list_for_each_entry(dl_next, &dl->chain, chain) { in vsp1_dl_list_commit()
910 bool last = list_is_last(&dl_next->chain, &dl->chain); in vsp1_dl_list_commit()
912 vsp1_dl_list_fill_header(dl_next, last); in vsp1_dl_list_commit()
Dvsp1_video.c419 struct vsp1_dl_list *dl_next; in vsp1_video_pipeline_run() local
421 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
428 if (!dl_next) { in vsp1_video_pipeline_run()
433 vsp1_video_pipeline_run_partition(pipe, dl_next, partition); in vsp1_video_pipeline_run()
434 vsp1_dl_list_add_chain(dl, dl_next); in vsp1_video_pipeline_run()
/Linux-v4.19/include/net/
Drequest_sock.h58 struct request_sock *dl_next; member
198 queue->rskq_accept_head = req->dl_next; in reqsk_queue_remove()
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_hwi.c281 asd_ha->seq.dl_next = 0; in asd_init_dl()
739 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler()
765 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()
766 if (!seq->dl_next) in asd_dl_tasklet_handler()
Daic94xx_hwi.h177 int dl_next; member
/Linux-v4.19/net/ipv4/
Dinet_connection_sock.c938 req->dl_next = NULL; in inet_csk_reqsk_queue_add()
942 queue->rskq_accept_tail->dl_next = req; in inet_csk_reqsk_queue_add()
1008 next = req->dl_next; in inet_csk_listen_stop()
Dtcp_fastopen.c304 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c482 *pprev = req->dl_next; in chtls_disconnect_acceptq()
494 pprev = &req->dl_next; in chtls_disconnect_acceptq()