Searched refs:list (Results 76 - 100 of 859) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Drwsem.c11 struct list_head list; member in struct:rwsem_waiter
36 * - woken process blocks are discarded from the list after having flags zeroised
53 waiter = list_entry(sem->wait_list.next,struct rwsem_waiter,list);
62 list_del(&waiter->list);
76 if (waiter->list.next==&sem->wait_list)
79 waiter = list_entry(waiter->list.next,struct rwsem_waiter,list);
90 waiter = list_entry(next,struct rwsem_waiter,list);
91 next = waiter->list.next;
126 list_add_tail(&waiter->list,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dsis_ds.c54 set->list[i].free_next = i+1;
55 set->list[i].alloc_next = -1;
57 set->list[SET_SIZE-1].free_next = -1;
70 set->list[free].val = item;
71 set->free = set->list[free].free_next;
77 set->list[free].alloc_next = set->alloc;
79 set->list[free].free_next = -1;
90 if(set->list[alloc].val == item){
92 set->list[prev].alloc_next = set->list[allo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dlist.h11 * Simple doubly linked list implementation.
36 * This is only for internal list manipulation where we know
52 * @head: list head to add it after
65 * @head: list head to add it before
76 * Delete a list entry by making the prev/next entries
79 * This is only for internal list manipulation where we know
89 * list_del - deletes entry from list.
90 * @entry: the element to delete from the list.
101 * list_del_init - deletes entry from list and reinitialize it.
102 * @entry: the element to delete from the list
115 list_move(struct list_head *list, struct list_head *head) argument
126 list_move_tail(struct list_head *list, struct list_head *head) argument
142 __list_splice(struct list_head *list, struct list_head *head) argument
161 list_splice(struct list_head *list, struct list_head *head) argument
174 list_splice_init(struct list_head *list, struct list_head *head) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dfreefs.c112 * This procedure frees a badblocks list.
119 if (bb->list)
120 ext2fs_free_mem(&bb->list);
121 bb->list = 0;
132 * Free a directory block list
139 if (dblist->list)
140 ext2fs_free_mem(&dblist->list);
141 dblist->list = 0;
H A Dext2fsP.h15 * Badblocks list
21 __u32 *list; member in struct:ext2_struct_u32_list
41 struct ext2_db_entry * list; member in struct:ext2_struct_dblist
H A Dkernel-list.h5 * Simple doubly linked list implementation.
34 * This is only for internal list manipulation where we know
64 * Delete a list entry by making the prev/next entries
67 * This is only for internal list manipulation where we know
88 * Splice in "list" into "head"
90 static __inline__ void list_splice(struct list_head *list, struct list_head *head) argument
92 struct list_head *first = list->next;
94 if (first != list) {
95 struct list_head *last = list->prev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dbulkmem.c189 void retry_erase_list(erase_busy_t *list, u_int cause) argument
191 erase_busy_t tmp = *list;
193 DEBUG(2, "cs: rescanning erase queue list 0x%p\n", list);
194 if (list->next == list)
196 /* First, truncate the original list */
197 list->prev->next = &tmp;
198 list->next->prev = &tmp;
199 list
329 setup_regions(client_handle_t handle, int attr, memory_handle_t *list) argument
406 match_region(client_handle_t handle, memory_handle_t list, region_info_t *match) argument
454 memory_handle_t list; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Ds390dyn.h14 #include <linux/list.h>
30 struct list_head list; member in struct:_devreg
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Ds390dyn.h14 #include <linux/list.h>
30 struct list_head list; member in struct:_devreg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Ds390dyn.h14 #include <linux/list.h>
30 struct list_head list; member in struct:_devreg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Ds390dyn.h14 #include <linux/list.h>
30 struct list_head list; member in struct:_devreg
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dcom_err.h51 extern const char *com_right(struct et_list *list, long code);
52 extern void initialize_error_table_r(struct et_list **list,
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dgen-tarball.in18 list=all
22 list=subset
26 list=all
37 sed -e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Droutel17 ip route list table "$@" |
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_nat_protocol.h5 #include <linux/list.h>
12 struct list_head list; member in struct:ip_nat_protocol
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_nat_protocol.h5 #include <linux/list.h>
12 struct list_head list; member in struct:ip_nat_protocol
/asus-wl-520gu-7.0.1.45/src/router/libusb/tests/
H A Did_test.cpp22 list<USB::Bus *>::const_iterator biter;
24 list<USB::Device *>::const_iterator diter;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/fc4/
H A DMakefile10 list-multi := fc4.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/act2000/
H A DMakefile3 # The target object and module list name.
9 list-multi := act2000.o
12 # Each configuration option enables a list of files.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/divert/
H A DMakefile5 # The target object and module list name.
11 list-multi := dss1_divert.o
14 # Each configuration option enables a list of files.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A DMakefile3 # The target object and module list name.
9 list-multi := pcbit.o
12 # Each configuration option enables a list of files.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/tpam/
H A DMakefile3 # The target object and module list name.
9 list-multi := tpam.o
12 # Each configuration option enables a list of files.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A DMakefile10 list-multi := agpgart.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A DMakefile4 list-multi := sym53c8xx.o
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_fs_sb.h4 #include <linux/list.h>

Completed in 128 milliseconds

1234567891011>>