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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddcache.h36 struct ocfs2_dentry_lock *dl_next; member in union:ocfs2_dentry_lock::__anon16924
H A Ddcache.c332 osb->dentry_lock_list = dl->dl_next;
397 dl->dl_next = osb->dentry_lock_list;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Drequest_sock.h55 struct request_sock *dl_next; /* Must be first member! */ member in struct:request_sock
158 *prev_req = req->dl_next;
173 queue->rskq_accept_tail->dl_next = req;
176 req->dl_next = NULL;
185 queue->rskq_accept_head = req->dl_next;
250 req->dl_next = lopt->syn_table[hash];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drequest_sock.c119 lopt->syn_table[i] = req->dl_next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_connection_sock.c413 prev = &req->dl_next) {
541 reqp = &req->dl_next;
551 reqp = &req->dl_next;
686 acc_req = req->dl_next;
H A Dinet_diag.c651 for (req = head; req; reqnum++, req = req->dl_next) {
H A Dtcp_ipv4.c2018 req = req->dl_next;
2025 req = req->dl_next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dinet6_connection_sock.c94 prev = &req->dl_next) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c277 asd_ha->seq.dl_next = 0;
727 struct done_list_struct *dl = &seq->dl[seq->dl_next];
753 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1);
754 if (!seq->dl_next)
H A Daic94xx_hwi.h177 int dl_next; member in struct:asd_seq_data

Completed in 112 milliseconds