Searched refs:head (Results 201 - 225 of 3813) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netlabel/
H A Dnetlabel_addrlist.c53 * @head: the list head
56 * Searches the IPv4 address list given by @head. If a matching address entry
62 struct list_head *head)
66 list_for_each_entry_rcu(iter, head, list)
77 * @head: the list head
80 * Searches the IPv4 address list given by @head. If an exact match if found
87 struct list_head *head)
91 list_for_each_entry_rcu(iter, head, lis
61 netlbl_af4list_search(__be32 addr, struct list_head *head) argument
85 netlbl_af4list_search_exact(__be32 addr, __be32 mask, struct list_head *head) argument
111 netlbl_af6list_search(const struct in6_addr *addr, struct list_head *head) argument
136 netlbl_af6list_search_exact(const struct in6_addr *addr, const struct in6_addr *mask, struct list_head *head) argument
163 netlbl_af4list_add(struct netlbl_af4list *entry, struct list_head *head) argument
200 netlbl_af6list_add(struct netlbl_af6list *entry, struct list_head *head) argument
254 netlbl_af4list_remove(__be32 addr, __be32 mask, struct list_head *head) argument
294 netlbl_af6list_remove(const struct in6_addr *addr, const struct in6_addr *mask, struct list_head *head) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A DMakefile5 heads-y := head-uc-fr401.o head-uc-fr451.o head-uc-fr555.o
6 heads-$(CONFIG_MMU) := head-mmu-fr451.o
8 extra-y:= head.o init_task.o vmlinux.lds
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A DMakefile5 heads-y := head-uc-fr401.o head-uc-fr451.o head-uc-fr555.o
6 heads-$(CONFIG_MMU) := head-mmu-fr451.o
8 extra-y:= head.o init_task.o vmlinux.lds
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/tests/
H A DTest-np.px13 <head>
15 </head>
26 <head>
28 </head>
39 <head>
41 </head>
52 <head>
54 </head>
66 <head>
68 </head>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/tests/
H A DTest-np.px13 <head>
15 </head>
26 <head>
28 </head>
39 <head>
41 </head>
52 <head>
54 </head>
66 <head>
68 </head>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_cq.c52 u32 head; local
58 * Note that the head pointer might be writable by user processes.
62 head = wc->head;
63 if (head >= (unsigned) cq->ibcq.cqe) {
64 head = cq->ibcq.cqe;
67 next = head + 1;
81 wc->uqueue[head].wr_id = entry->wr_id;
82 wc->uqueue[head].status = entry->status;
83 wc->uqueue[head]
376 u32 head, tail, n; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_cq.c52 u32 head; local
58 * Note that the head pointer might be writable by user processes.
62 head = wc->head;
63 if (head >= (unsigned) cq->ibcq.cqe) {
64 head = cq->ibcq.cqe;
67 next = head + 1;
81 wc->uqueue[head].wr_id = entry->wr_id;
82 wc->uqueue[head].status = entry->status;
83 wc->uqueue[head]
382 u32 head, tail, n; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_cq.c52 u32 head; local
58 * Note that the head pointer might be writable by user processes.
62 head = wc->head;
63 if (head >= (unsigned) cq->ibcq.cqe) {
64 head = cq->ibcq.cqe;
67 next = head + 1;
81 wc->uqueue[head].wr_id = entry->wr_id;
82 wc->uqueue[head].status = entry->status;
83 wc->uqueue[head]
376 u32 head, tail, n; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_cq.c52 u32 head; local
58 * Note that the head pointer might be writable by user processes.
62 head = wc->head;
63 if (head >= (unsigned) cq->ibcq.cqe) {
64 head = cq->ibcq.cqe;
67 next = head + 1;
81 wc->uqueue[head].wr_id = entry->wr_id;
82 wc->uqueue[head].status = entry->status;
83 wc->uqueue[head]
382 u32 head, tail, n; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dbuffer.c37 struct buffer_data *head; member in struct:buffer
109 for (data = b->head; data; data = data->next)
114 for (data = b->head; data; data = data->next)
127 return (b->head == NULL);
137 for (data = b->head; data; data = next)
142 b->head = b->tail = NULL;
158 b->head = d;
208 struct buffer_data *head; local
211 if (!b->head)
213 head_sp = (head
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Dproc_sysctl.c17 struct ctl_table_header *head, struct ctl_table *table)
26 sysctl_head_get(head);
28 ei->sysctl = head;
80 struct ctl_table_header *head = grab_header(dir); local
88 if (IS_ERR(head))
89 return ERR_CAST(head);
96 table = table ? table->child : head->ctl_table;
113 inode = proc_sys_make_inode(dir->i_sb, h ? h : head, p);
125 sysctl_head_finish(head);
133 struct ctl_table_header *head local
16 proc_sys_make_inode(struct super_block *sb, struct ctl_table_header *head, struct ctl_table *table) argument
178 proc_sys_fill_cache(struct file *filp, void *dirent, filldir_t filldir, struct ctl_table_header *head, struct ctl_table *table) argument
216 scan(struct ctl_table_header *head, ctl_table *table, unsigned long *pos, struct file *file, void *dirent, filldir_t filldir) argument
244 struct ctl_table_header *head = grab_header(inode); local
301 struct ctl_table_header *head; local
350 struct ctl_table_header *head = grab_header(inode); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Dproc_sysctl.c17 struct ctl_table_header *head, struct ctl_table *table)
26 sysctl_head_get(head);
28 ei->sysctl = head;
80 struct ctl_table_header *head = grab_header(dir); local
88 if (IS_ERR(head))
89 return ERR_CAST(head);
96 table = table ? table->child : head->ctl_table;
113 inode = proc_sys_make_inode(dir->i_sb, h ? h : head, p);
125 sysctl_head_finish(head);
133 struct ctl_table_header *head local
16 proc_sys_make_inode(struct super_block *sb, struct ctl_table_header *head, struct ctl_table *table) argument
178 proc_sys_fill_cache(struct file *filp, void *dirent, filldir_t filldir, struct ctl_table_header *head, struct ctl_table *table) argument
216 scan(struct ctl_table_header *head, ctl_table *table, unsigned long *pos, struct file *file, void *dirent, filldir_t filldir) argument
244 struct ctl_table_header *head = grab_header(inode); local
301 struct ctl_table_header *head; local
350 struct ctl_table_header *head = grab_header(inode); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dbuffer.c37 struct buffer_data *head; member in struct:buffer
109 for (data = b->head; data; data = data->next)
114 for (data = b->head; data; data = data->next)
127 return (b->head == NULL);
137 for (data = b->head; data; data = next)
142 b->head = b->tail = NULL;
158 b->head = d;
208 struct buffer_data *head; local
211 if (!b->head)
213 head_sp = (head
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dbuffer.c37 struct buffer_data *head; member in struct:buffer
109 for (data = b->head; data; data = data->next)
114 for (data = b->head; data; data = data->next)
127 return (b->head == NULL);
137 for (data = b->head; data; data = next)
142 b->head = b->tail = NULL;
158 b->head = d;
208 struct buffer_data *head; local
211 if (!b->head)
213 head_sp = (head
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dlist_sort.c12 * sentinel head node, "prev" links not maintained.
19 struct list_head head, *tail = &head; local
33 return head.next;
46 struct list_head *head,
49 struct list_head *tail = head;
79 tail->next = head;
80 head->prev = tail;
86 * @head: the list to sort
97 void list_sort(void *priv, struct list_head *head, argument
43 merge_and_restore_back_links(void *priv, int (*cmp)(void *priv, struct list_head *a, struct list_head *b), struct list_head *head, struct list_head *a, struct list_head *b) argument
166 struct list_head *head = kmalloc(sizeof(*head), GFP_KERNEL); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dlist_sort.c12 * sentinel head node, "prev" links not maintained.
19 struct list_head head, *tail = &head; local
33 return head.next;
46 struct list_head *head,
49 struct list_head *tail = head;
79 tail->next = head;
80 head->prev = tail;
86 * @head: the list to sort
97 void list_sort(void *priv, struct list_head *head, argument
43 merge_and_restore_back_links(void *priv, int (*cmp)(void *priv, struct list_head *a, struct list_head *b), struct list_head *head, struct list_head *a, struct list_head *b) argument
166 struct list_head *head = kmalloc(sizeof(*head), GFP_KERNEL); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dperfcount_test.c62 struct perfcount_test_counter *head; local
74 for (head = g_list[ptc->op]; head != NULL; head = head->next) {
75 if ((ptc->sub_op == head->sub_op) &&
76 (ptc->ioctl == head->ioctl)) {
77 head->bytes_in += ptc->bytes_in;
78 head->bytes_out += ptc->bytes_out;
79 head
169 struct perfcount_test_counter *head; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dperfcount_test.c62 struct perfcount_test_counter *head; local
74 for (head = g_list[ptc->op]; head != NULL; head = head->next) {
75 if ((ptc->sub_op == head->sub_op) &&
76 (ptc->ioctl == head->ioctl)) {
77 head->bytes_in += ptc->bytes_in;
78 head->bytes_out += ptc->bytes_out;
79 head
169 struct perfcount_test_counter *head; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dperfcount_test.c62 struct perfcount_test_counter *head; local
74 for (head = g_list[ptc->op]; head != NULL; head = head->next) {
75 if ((ptc->sub_op == head->sub_op) &&
76 (ptc->ioctl == head->ioctl)) {
77 head->bytes_in += ptc->bytes_in;
78 head->bytes_out += ptc->bytes_out;
79 head
169 struct perfcount_test_counter *head; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/
H A Dsegbuf.h60 * @sb_list: List head to chain this structure
98 #define NILFS_LIST_SEGBUF(head) \
99 list_entry((head), struct nilfs_segment_buffer, sb_list)
102 #define NILFS_LAST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->prev)
103 #define NILFS_FIRST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->next)
104 #define NILFS_SEGBUF_IS_LAST(segbuf, head) ((segbuf)->sb_list.next == (head))
110 #define NILFS_SEGBUF_FIRST_BH(head) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Duser-return-notifier.c38 struct hlist_head *head; local
40 head = &get_cpu_var(return_notifier_list);
41 hlist_for_each_entry_safe(urn, tmp1, tmp2, head, link)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/tests/
H A DTest--spider-r--no-content-disposition-trivial.px13 <head>
15 </head>
27 <head>
29 </head>
41 <head>
43 </head>
H A DTest--spider-r--no-content-disposition.px13 <head>
15 </head>
27 <head>
29 </head>
41 <head>
43 </head>
H A DTest--spider-r-HTTP-Content-Disposition.px13 <head>
15 </head>
27 <head>
29 </head>
41 <head>
43 </head>
H A DTest--spider-r.px13 <head>
15 </head>
27 <head>
29 </head>
41 <head>
43 </head>

Completed in 186 milliseconds

1234567891011>>