Searched refs:prev (Results 201 - 225 of 590) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/
H A Dmtdcore.c146 struct mtd_notifier **prev = &mtd_notifiers; local
152 while ((cur = *prev)) {
154 *prev = cur->next;
165 prev = &cur->next;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Ds390io.h23 struct _ioinfo *prev; member in struct:_ioinfo
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Ds390io.h23 struct _ioinfo *prev; member in struct:_ioinfo
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Ds390io.h23 struct _ioinfo *prev; member in struct:_ioinfo
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Ds390io.h23 struct _ioinfo *prev; member in struct:_ioinfo
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dcharset.h38 struct charset_functions *prev, *next; member in struct:charset_functions
H A Dntquotas.h80 struct _SMB_NTQUOTA_LIST *prev,*next; member in struct:_SMB_NTQUOTA_LIST
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_workgroupdb.c130 if (work->prev)
131 work->prev->next = work->next;
133 work->next->prev = work->prev;
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DLinkedList.h68 * linked list node. stores generic item and pointers to next and prev.
73 struct LISTNODE *prev; //previous node member in struct:LISTNODE
86 * The last item of the list is stored at node: tail->prev
100 ListNode tail; //tail, last item is stored at: tail->prev
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DLinkedList.h68 * linked list node. stores generic item and pointers to next and prev.
73 struct LISTNODE *prev; //previous node member in struct:LISTNODE
86 * The last item of the list is stored at node: tail->prev
100 ListNode tail; //tail, last item is stored at: tail->prev
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dprocess.c96 _switch_to(struct task_struct *prev, struct task_struct *new, argument
107 prev->comm,prev->pid,
109 new->fs->root,prev->fs->root);
121 if ( prev->thread.regs && (prev->thread.regs->msr & MSR_FP) )
122 giveup_fpu(prev);
124 /* prev->last_processor = prev->processor; */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_agpsupport.h153 entry->prev = NULL;
155 if (dev->agp->memory) dev->agp->memory->prev = entry;
163 dev->agp->memory->prev = NULL;
239 if (entry->prev) entry->prev->next = entry->next;
241 if (entry->next) entry->next->prev = entry->prev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dagpsupport.c149 entry->prev = NULL;
151 if (dev->agp->memory) dev->agp->memory->prev = entry;
159 dev->agp->memory->prev = NULL;
234 if (entry->prev) entry->prev->next = entry->next;
236 if (entry->next) entry->next->prev = entry->prev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datari_NCR5380.c942 Scsi_Cmnd *tmp, *prev; local
985 for (tmp = (Scsi_Cmnd *) hostdata->issue_queue, prev = NULL;
986 tmp && (tmp != prev); prev = tmp, tmp = NEXT(tmp))
989 if ((tmp == prev) && tmp) printk(" LOOP\n");/* else printk("\n");*/
992 prev = NULL; tmp; prev = tmp, tmp = NEXT(tmp) ) {
995 if (prev != tmp)
1010 if (prev) {
1011 REMOVE(prev, NEX
2334 Scsi_Cmnd *tmp = NULL, *prev; local
2464 Scsi_Cmnd *tmp, **prev; local
[all...]
H A Dmac_NCR5380.c939 Scsi_Cmnd *tmp, *prev; local
982 for (tmp = (Scsi_Cmnd *) hostdata->issue_queue, prev = NULL;
983 tmp && (tmp != prev); prev = tmp, tmp = NEXT(tmp))
986 if ((tmp == prev) && tmp) printk(" LOOP\n");/* else printk("\n");*/
989 prev = NULL; tmp; prev = tmp, tmp = NEXT(tmp) ) {
992 if (prev != tmp)
1006 if (prev) {
1007 REMOVE(prev, NEX
2434 Scsi_Cmnd *tmp = NULL, *prev; local
2561 Scsi_Cmnd *tmp, **prev; local
[all...]
H A Dsun3_NCR5380.c932 Scsi_Cmnd *tmp, *prev; local
975 for (tmp = (Scsi_Cmnd *) hostdata->issue_queue, prev = NULL;
976 tmp && (tmp != prev); prev = tmp, tmp = NEXT(tmp))
978 if ((tmp == prev) && tmp) printk(" LOOP\n");/* else printk("\n");*/
981 prev = NULL; tmp; prev = tmp, tmp = NEXT(tmp) ) {
984 if (prev != tmp)
999 if (prev) {
1000 REMOVE(prev, NEX
2321 Scsi_Cmnd *tmp = NULL, *prev; local
2473 Scsi_Cmnd *tmp, **prev; local
[all...]
H A Dscsi_scan.c355 SDpnt->prev = NULL;
363 SDpnt->prev = SDtail;
471 Scsi_Device *prev, *next; local
477 prev = dqptr->prev;
479 if (prev)
480 prev->next = next;
484 next->prev = prev;
819 SDpnt->prev
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpgtable.h384 struct ctx_list *prev; member in struct:ctx_list
397 entry->next->prev = entry->prev;
398 entry->prev->next = entry->next;
404 (entry->prev = head->prev)->next = entry;
405 head->prev = entry;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpgtable.h384 struct ctx_list *prev; member in struct:ctx_list
397 entry->next->prev = entry->prev;
398 entry->prev->next = entry->next;
404 (entry->prev = head->prev)->next = entry;
405 head->prev = entry;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Defi.c209 } prev, curr; local
275 prev = curr;
278 if (curr.start < prev.start)
281 if (prev.end == curr.start) {
283 prev.end = curr.end;
285 start = PAGE_ALIGN(prev.start);
286 end = prev.end & PAGE_MASK;
289 prev = curr;
295 start = PAGE_ALIGN(prev.start);
296 end = prev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_fragment.c372 struct sk_buff *prev, *next; local
423 prev = NULL;
427 prev = next;
434 if (prev) {
435 int i = (FRAG_CB(prev)->offset + prev->len) - offset;
470 if (prev)
471 prev->next = next;
484 if (prev)
485 prev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dreassembly.c355 struct sk_buff *prev, *next; local
421 prev = NULL;
425 prev = next;
432 if (prev) {
433 int i = (FRAG6_CB(prev)->offset + prev->len) - offset;
471 if (prev)
472 prev->next = next;
485 if (prev)
486 prev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_sfq.c100 sfq_index prev; member in struct:sfq_head
181 q->dep[x].prev = p;
182 q->dep[p].next = q->dep[n].prev = x;
190 p = q->dep[x].prev;
192 q->dep[n].prev = p;
206 p = q->dep[x].prev;
208 q->dep[n].prev = p;
227 skb = q->qs[x].prev;
241 skb = q->qs[d].prev;
423 q->dep[i+SFQ_DEPTH].prev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Dwanmain.c352 wan_device_t *wandev, *prev; local
357 for (wandev = router_devlist, prev = NULL;
359 prev = wandev, wandev = wandev->next)
372 if (prev){
373 prev->next = wandev->next;
983 netdevice_t *dev=NULL, *prev=NULL; local
988 prev = NULL;
991 prev = dev;
1012 if (prev) {
1013 netdevice_t **prev_slave = prev
[all...]
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dlinux_osl.c35 struct bcm_mem_link *prev; member in struct:bcm_mem_link
331 p->prev = NULL;
334 p->next->prev = p;
363 if (p->prev)
364 p->prev->next = p->next;
366 p->next->prev = p->prev;
369 p->next = p->prev = NULL;
841 return (((struct sk_buff*)skb)->prev);
847 ((struct sk_buff*)skb)->prev
[all...]

Completed in 292 milliseconds

1234567891011>>