Searched refs:list (Results 126 - 150 of 859) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs/
H A DMakefile12 list-multi := jffs.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A DMakefile17 # This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.
22 list-multi :=
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dieee1394_hotplug.h62 /* Driver in list of all registered drivers */
63 struct list_head list; member in struct:hpsb_protocol_driver
65 /* The list of unit directories managed by this driver */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hysdn/
H A DMakefile3 # The target object and module list name.
9 list-multi := hysdn.o
19 # Each configuration option enables a list of files.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A DMakefile3 # The target object and module list name.
9 list-multi := sc.o
13 # Each configuration option enables a list of files.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A DMakefile7 list-multi := hci_uart.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pnp/
H A DMakefile14 list-multi := isa-pnp.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A DMakefile7 list-multi := ctc.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/dmasound/
H A DMakefile14 list-multi := dmasound_pmac.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Dtimer.h36 struct list_head list; member in struct:emu_timer
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dauerbuf.h3 * auerbuf.h -- Auerswald PBX/System Telephone urb list storage.
25 * These items (auerbuf) are collected in a list (auerbufctl) and are used
42 struct auerbufctl *list; /* pointer to list */ member in struct:auerbuf
43 struct list_head buff_list; /* reference to next buffer in list */
46 /* buffer list control block */
H A Dpwc-uncompress.h27 #include <linux/list.h>
60 /* Adds decompressor to list, based on its 'type' field (which matches the 'type' field in pwc_device; ignores any double requests */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/math-emu/
H A DMakefile14 list-multi := math-emu.o
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dmtrace.h164 struct list struct
166 struct list *next;
167 struct list *prev;
170 /* Free list headers for each fragment size. */
171 extern struct list _fraghead[];
220 size_t chunks_free; /* Chunks in the free list. */
221 size_t bytes_free; /* Byte total of chunks in the free list. */
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dlist.h15 * Simple doubly linked list implementation.
40 * This is only for internal list manipulation where we know
56 * @head: list head to add it after
69 * @head: list head to add it before
80 * Delete a list entry by making the prev/next entries
83 * This is only for internal list manipulation where we know
94 * list_del - deletes entry from list.
95 * @entry: the element to delete from the list.
106 * list_del_init - deletes entry from list and reinitialize it.
107 * @entry: the element to delete from the list
129 list_splice(struct list_head *list, struct list_head *head) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_conntrack_helper.h13 struct list_head list; /* Internal use. */ member in struct:ip_conntrack_helper
H A Dip_nat_core.h3 #include <linux/list.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dppp_channel.h22 #include <linux/list.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_helper.h13 struct list_head list; /* Internal use. */ member in struct:ip_conntrack_helper
H A Dip_nat_core.h3 #include <linux/list.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dppp_channel.h22 #include <linux/list.h>
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dtalloc.h41 struct talloc_chunk *list; member in struct:talloc_ctx
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dclient_table.h10 // this list of conditions and the following disclaimer.
12 // this list of conditions and the following disclaimer in the documentation
98 * client_subscription * list ; Client subscription
106 void freeClientSubList(client_subscription * list);
112 * client_subscription **head ; Head of the subscription list
130 * client_subscription *head ; Head of the subscription list
147 * client_subscription *head ; Head of the subscription list
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dqueue.c13 * not updating internal linked list properly
15 * 30-Aug-2000 RMK Use Linux list handling and spinlocks
23 #include <linux/list.h>
31 struct list_head list; member in struct:queue_entry
69 * host-available list head, and we wouldn't
78 list_add(&q->list, &queue->free);
121 q = list_entry(l, QE_t, list);
144 * Move the entry from the "used" list onto the "free" list
147 q = list_entry(ent, QE_t, list);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Drwsem-spinlock.c15 struct list_head list; member in struct:rwsem_waiter
50 * - woken process blocks are discarded from the list after having flags zeroised
59 waiter = list_entry(sem->wait_list.next,struct rwsem_waiter,list);
66 list_del(&waiter->list);
75 list_del(&waiter->list);
81 waiter = list_entry(sem->wait_list.next,struct rwsem_waiter,list);
100 waiter = list_entry(sem->wait_list.next,struct rwsem_waiter,list);
101 list_del(&waiter->list);
134 list_add_tail(&waiter.list,&sem->wait_list);
202 list_add_tail(&waiter.list,
[all...]

Completed in 272 milliseconds

1234567891011>>