dl_next           478 drivers/crypto/chelsio/chtls/chtls_cm.c 			*pprev = req->dl_next;
dl_next           490 drivers/crypto/chelsio/chtls/chtls_cm.c 			pprev = &req->dl_next;
dl_next           628 drivers/media/platform/vsp1/vsp1_dl.c 	struct vsp1_dl_list *dl_next;
dl_next           638 drivers/media/platform/vsp1/vsp1_dl.c 		list_for_each_entry(dl_next, &dl->chain, chain)
dl_next           639 drivers/media/platform/vsp1/vsp1_dl.c 			__vsp1_dl_list_put(dl_next);
dl_next           918 drivers/media/platform/vsp1/vsp1_dl.c 	struct vsp1_dl_list *dl_next;
dl_next           924 drivers/media/platform/vsp1/vsp1_dl.c 	list_for_each_entry(dl_next, &dl->chain, chain) {
dl_next           925 drivers/media/platform/vsp1/vsp1_dl.c 		bool last = list_is_last(&dl_next->chain, &dl->chain);
dl_next           927 drivers/media/platform/vsp1/vsp1_dl.c 		vsp1_dl_list_fill_header(dl_next, last);
dl_next           405 drivers/media/platform/vsp1/vsp1_video.c 		struct vsp1_dl_list *dl_next;
dl_next           407 drivers/media/platform/vsp1/vsp1_video.c 		dl_next = vsp1_dl_list_get(pipe->output->dlm);
dl_next           414 drivers/media/platform/vsp1/vsp1_video.c 		if (!dl_next) {
dl_next           419 drivers/media/platform/vsp1/vsp1_video.c 		vsp1_video_pipeline_run_partition(pipe, dl_next, partition);
dl_next           420 drivers/media/platform/vsp1/vsp1_video.c 		vsp1_dl_list_add_chain(dl, dl_next);
dl_next           239 drivers/media/platform/vsp1/vsp1_wpf.c 	struct vsp1_dl_list *dl_next;
dl_next           242 drivers/media/platform/vsp1/vsp1_wpf.c 	dl_next = vsp1_dl_list_get(wpf->dlm);
dl_next           243 drivers/media/platform/vsp1/vsp1_wpf.c 	if (!dl_next) {
dl_next           249 drivers/media/platform/vsp1/vsp1_wpf.c 	dlb = vsp1_dl_list_get_body0(dl_next);
dl_next           251 drivers/media/platform/vsp1/vsp1_wpf.c 	vsp1_dl_list_add_chain(dl, dl_next);
dl_next           263 drivers/scsi/aic94xx/aic94xx_hwi.c 	asd_ha->seq.dl_next = 0;
dl_next           721 drivers/scsi/aic94xx/aic94xx_hwi.c 		struct done_list_struct *dl = &seq->dl[seq->dl_next];
dl_next           747 drivers/scsi/aic94xx/aic94xx_hwi.c 		seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1);
dl_next           748 drivers/scsi/aic94xx/aic94xx_hwi.c 		if (!seq->dl_next)
dl_next           159 drivers/scsi/aic94xx/aic94xx_hwi.h 	int    dl_next;
dl_next            54 include/net/request_sock.h 	struct request_sock		*dl_next;
dl_next           200 include/net/request_sock.h 		WRITE_ONCE(queue->rskq_accept_head, req->dl_next);
dl_next           125 net/core/request_sock.c 		fastopenq->rskq_rst_tail->dl_next = req;
dl_next           127 net/core/request_sock.c 	req->dl_next = NULL;
dl_next           960 net/ipv4/inet_connection_sock.c 		req->dl_next = NULL;
dl_next           964 net/ipv4/inet_connection_sock.c 			queue->rskq_accept_tail->dl_next = req;
dl_next          1030 net/ipv4/inet_connection_sock.c 			next = req->dl_next;
dl_next           317 net/ipv4/tcp_fastopen.c 		fastopenq->rskq_rst_head = req1->dl_next;