Searched refs:prev (Results 1 - 25 of 590) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dkernel-list.h9 * sometimes we already know the next/prev entries and we can
15 struct list_head *next, *prev; member in struct:list_head
24 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
35 * the prev/next entries already!
38 struct list_head * prev,
41 next->prev = new;
43 new->prev = prev;
44 prev->next = new;
60 __list_add(new, head->prev, hea
37 __list_add(struct list_head * new, struct list_head * prev, struct list_head * next) argument
70 __list_del(struct list_head * prev, struct list_head * next) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dget_last_path_component.c37 register char *prev = 0; local
52 prev = ptr;
55 s = prev;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Ddlinklist.h22 prev pointer */
30 (p)->next = (p)->prev = NULL; \
32 (list)->prev = (p); \
34 (p)->prev = NULL; \
44 if (list) (list)->prev = NULL; \
46 if ((p)->prev) (p)->prev->next = (p)->next; \
47 if ((p)->next) (p)->next->prev = (p)->prev; \
49 if ((p) && ((p) != (list))) (p)->next = (p)->prev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dipcommon.c46 struct sk_buff *prev; local
50 prev = from->prev;
51 from->next->prev = to->prev;
52 prev->next = skb_to;
53 to->prev->next = from->next;
54 to->prev = from->prev;
59 from->prev
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dlist.h19 * sometimes we already know the next/prev entries and we can
25 struct list_head *next, *prev; member in struct:list_head
34 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
41 * the prev/next entries already!
44 struct list_head * prev,
47 next->prev = add;
49 add->prev = prev;
50 prev->next = add;
76 __list_add(add, head->prev, hea
43 __list_add(struct list_head * add, struct list_head * prev, struct list_head * next) argument
86 __list_del(struct list_head * prev, struct list_head * next) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dlist.h13 * sometimes we already know the next/prev entries and we can
19 struct list_head *next, *prev; member in struct:list_head
28 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
35 * the prev/next entries already!
38 struct list_head *prev,
41 next->prev = new;
43 new->prev = prev;
44 prev->next = new;
70 __list_add(new, head->prev, hea
37 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) argument
80 __list_del(struct list_head *prev, struct list_head *next) argument
[all...]
H A Dghash.h37 TYPE * prev = NULL;\
42 prev = ptr;\
46 elem->PTRS.prev_hash = prev;\
52 ptr = prev;\
55 prev = NULL;\
57 prev = ptr->PTRS.prev_sorted;\
62 prev = ptr;\
65 prev = ptr;\
71 elem->PTRS.prev_sorted = prev;\
75 if(prev) {\
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dmmu_context.h7 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
10 #define activate_mm(prev,next) switch_mm((prev),(next),NULL,smp_processor_id())
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dmmu_context.h7 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
10 #define activate_mm(prev,next) switch_mm((prev),(next),NULL,smp_processor_id())
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dmmu_context.h24 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
29 if (prev != next) {
40 extern inline void activate_mm(struct mm_struct *prev, argument
43 switch_mm(prev, next, current, smp_processor_id());
H A Dqueue.h84 list *curr,*prev; local
89 prev=*lhead;
91 prev=curr;
92 prev->next=member;
112 static __inline__ int get_prev(list *lhead,list *member,list **prev) argument
116 *prev=NULL;
121 *prev=curr;
123 *prev=NULL;
131 list *prev; local
133 if(get_prev(*lhead,member,&prev))
147 queue *prev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dmmu_context.h24 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
29 if (prev != next) {
39 extern inline void activate_mm(struct mm_struct *prev, argument
42 switch_mm(prev, next, current, smp_processor_id());
H A Dqueue.h84 list *curr,*prev; local
89 prev=*lhead;
91 prev=curr;
92 prev->next=member;
112 static __inline__ int get_prev(list *lhead,list *member,list **prev) argument
116 *prev=NULL;
121 *prev=curr;
123 *prev=NULL;
131 list *prev; local
133 if(get_prev(*lhead,member,&prev))
147 queue *prev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dmmu_context.h24 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
29 if (prev != next) {
40 extern inline void activate_mm(struct mm_struct *prev, argument
43 switch_mm(prev, next, current, smp_processor_id());
H A Dqueue.h84 list *curr,*prev; local
89 prev=*lhead;
91 prev=curr;
92 prev->next=member;
112 static __inline__ int get_prev(list *lhead,list *member,list **prev) argument
116 *prev=NULL;
121 *prev=curr;
123 *prev=NULL;
131 list *prev; local
133 if(get_prev(*lhead,member,&prev))
147 queue *prev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dmmu_context.h24 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
29 if (prev != next) {
39 extern inline void activate_mm(struct mm_struct *prev, argument
42 switch_mm(prev, next, current, smp_processor_id());
H A Dqueue.h84 list *curr,*prev; local
89 prev=*lhead;
91 prev=curr;
92 prev->next=member;
112 static __inline__ int get_prev(list *lhead,list *member,list **prev) argument
116 *prev=NULL;
121 *prev=curr;
123 *prev=NULL;
131 list *prev; local
133 if(get_prev(*lhead,member,&prev))
147 queue *prev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dmmu_context.h42 switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
45 if (prev != next)
49 #define activate_mm(prev, next) \
50 switch_mm((prev),(next),NULL,smp_processor_id())
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dmmu_context.h42 switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
45 if (prev != next)
49 #define activate_mm(prev, next) \
50 switch_mm((prev),(next),NULL,smp_processor_id())
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdbutil.h28 struct keys_node *prev, *next; member in struct:keys_node
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Du2ec_list.h10 struct u2ec_list_head *next, *prev; member in struct:u2ec_list_head
14 #define U2EC_INIT_LIST(_ptr) do{ (_ptr)->next = (_ptr); (_ptr)->prev = (_ptr); }while(0)
17 (_new)->prev = (_prev); \
20 (_next)->prev = (_new); \
24 (_del)->prev->next = (_del)->next; \
25 (_del)->next->prev = (_del)->prev; \
26 (_del)->prev = (struct u2ec_list_head *)0;\
42 U2EC_LIST_ADD(tail, head->prev, head);
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusbi.h15 ent->next->prev = ent; \
18 ent->prev = NULL; \
24 if (ent->prev) \
25 ent->prev->next = ent->next; \
29 ent->next->prev = ent->prev; \
30 ent->prev = NULL; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dghash.h37 TYPE * prev = NULL;\
42 prev = ptr;\
46 elem->PTRS.prev_hash = prev;\
52 ptr = prev;\
55 prev = NULL;\
57 prev = ptr->PTRS.prev_sorted;\
62 prev = ptr;\
65 prev = ptr;\
71 elem->PTRS.prev_sorted = prev;\
75 if(prev) {\
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dqbuf.h58 Q_BUF_ptr prev ; member in struct:Q_BUF
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dmmu_context.h33 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk, unsigned cpu) argument
36 if (prev != next) {
42 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
57 switch_mm(prev,next,current,0);

Completed in 280 milliseconds

1234567891011>>