Home
last modified time | relevance | path

Searched refs:dl_next (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Drequest_sock.c122 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()
124 req->dl_next = NULL; in reqsk_fastopen_remove()
/kernel/linux/linux-6.6/net/core/
H A Drequest_sock.c122 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()
124 req->dl_next = NULL; in reqsk_fastopen_remove()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_wpf.c239 struct vsp1_dl_list *dl_next; in wpf_configure_writeback_chain() local
242 dl_next = vsp1_dl_list_get(wpf->dlm); in wpf_configure_writeback_chain()
243 if (!dl_next) { in wpf_configure_writeback_chain()
249 dlb = vsp1_dl_list_get_body0(dl_next); in wpf_configure_writeback_chain()
251 vsp1_dl_list_add_chain(dl, dl_next); in wpf_configure_writeback_chain()
H A Dvsp1_dl.c630 struct vsp1_dl_list *dl_next; in __vsp1_dl_list_put() local
640 list_for_each_entry(dl_next, &dl->chain, chain) in __vsp1_dl_list_put()
641 __vsp1_dl_list_put(dl_next); in __vsp1_dl_list_put()
920 struct vsp1_dl_list *dl_next; in vsp1_dl_list_commit() local
926 list_for_each_entry(dl_next, &dl->chain, chain) { in vsp1_dl_list_commit()
927 bool last = list_is_last(&dl_next->chain, &dl->chain); in vsp1_dl_list_commit()
929 vsp1_dl_list_fill_header(dl_next, last); in vsp1_dl_list_commit()
H A Dvsp1_video.c405 struct vsp1_dl_list *dl_next; in vsp1_video_pipeline_run() local
407 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
414 if (!dl_next) { in vsp1_video_pipeline_run()
419 vsp1_video_pipeline_run_partition(pipe, dl_next, partition); in vsp1_video_pipeline_run()
420 vsp1_dl_list_add_chain(dl, dl_next); in vsp1_video_pipeline_run()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c239 struct vsp1_dl_list *dl_next; in wpf_configure_writeback_chain() local
242 dl_next = vsp1_dl_list_get(wpf->dlm); in wpf_configure_writeback_chain()
243 if (!dl_next) { in wpf_configure_writeback_chain()
249 dlb = vsp1_dl_list_get_body0(dl_next); in wpf_configure_writeback_chain()
251 vsp1_dl_list_add_chain(dl, dl_next); in wpf_configure_writeback_chain()
H A Dvsp1_dl.c630 struct vsp1_dl_list *dl_next; in __vsp1_dl_list_put() local
640 list_for_each_entry(dl_next, &dl->chain, chain) in __vsp1_dl_list_put()
641 __vsp1_dl_list_put(dl_next); in __vsp1_dl_list_put()
920 struct vsp1_dl_list *dl_next; in vsp1_dl_list_commit() local
926 list_for_each_entry(dl_next, &dl->chain, chain) { in vsp1_dl_list_commit()
927 bool last = list_is_last(&dl_next->chain, &dl->chain); in vsp1_dl_list_commit()
929 vsp1_dl_list_fill_header(dl_next, last); in vsp1_dl_list_commit()
H A Dvsp1_video.c406 struct vsp1_dl_list *dl_next; in vsp1_video_pipeline_run() local
408 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
415 if (!dl_next) { in vsp1_video_pipeline_run()
420 vsp1_video_pipeline_run_partition(pipe, dl_next, partition); in vsp1_video_pipeline_run()
421 vsp1_dl_list_add_chain(dl, dl_next); in vsp1_video_pipeline_run()
/kernel/linux/linux-5.10/include/net/
H A Drequest_sock.h61 struct request_sock *dl_next; member
207 WRITE_ONCE(queue->rskq_accept_head, req->dl_next); in reqsk_queue_remove()
/kernel/linux/linux-6.6/include/net/
H A Drequest_sock.h61 struct request_sock *dl_next; member
209 WRITE_ONCE(queue->rskq_accept_head, req->dl_next); in reqsk_queue_remove()
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c263 asd_ha->seq.dl_next = 0; in asd_init_dl()
721 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler()
747 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()
748 if (!seq->dl_next) in asd_dl_tasklet_handler()
H A Daic94xx_hwi.h159 int dl_next; member
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c261 asd_ha->seq.dl_next = 0; in asd_init_dl()
719 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler()
745 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()
746 if (!seq->dl_next) in asd_dl_tasklet_handler()
H A Daic94xx_hwi.h159 int dl_next; member
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_connection_sock.c1022 req->dl_next = NULL; in inet_csk_reqsk_queue_add()
1026 queue->rskq_accept_tail->dl_next = req; in inet_csk_reqsk_queue_add()
1092 next = req->dl_next; in inet_csk_listen_stop()
H A Dtcp_fastopen.c342 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c1311 req->dl_next = NULL; in inet_csk_reqsk_queue_add()
1315 queue->rskq_accept_tail->dl_next = req; in inet_csk_reqsk_queue_add()
1437 next = req->dl_next; in inet_csk_listen_stop()
H A Dtcp_fastopen.c326 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c525 *pprev = req->dl_next; in chtls_disconnect_acceptq()
537 pprev = &req->dl_next; in chtls_disconnect_acceptq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c525 *pprev = req->dl_next; in chtls_disconnect_acceptq()
537 pprev = &req->dl_next; in chtls_disconnect_acceptq()
/kernel/linux/linux-6.6/net/mptcp/
H A Dsubflow.c1808 for (req = head; req; req = req->dl_next) { in mptcp_subflow_queue_clean()

Completed in 28 milliseconds