Searched refs:head (Results 226 - 250 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/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-6.x.4708/linux/linux-2.6/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/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>
H A DTest-iri-list.px34 <head>
36 </head>
47 <head>
50 </head>
61 <head>
64 </head>
75 <head>
77 </head>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
118 head; typedef in struct:__gnu_pbds::detail::trie_traits
133 head,
144 head,
155 head,
166 head,
176 head,
188 head,
279 head; typedef in struct:__gnu_pbds::detail::trie_traits
294 head,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
118 head; typedef in struct:__gnu_pbds::detail::trie_traits
133 head,
144 head,
155 head,
166 head,
176 head,
188 head,
279 head; typedef in struct:__gnu_pbds::detail::trie_traits
294 head,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
118 head; typedef in struct:__gnu_pbds::detail::trie_traits
133 head,
144 head,
155 head,
166 head,
176 head,
188 head,
279 head; typedef in struct:__gnu_pbds::detail::trie_traits
294 head,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dcls_basic.c48 struct basic_head *head = (struct basic_head *) tp->root; local
51 list_for_each_entry(f, &head->flist, link) {
66 struct basic_head *head = (struct basic_head *) tp->root; local
69 if (head == NULL)
72 list_for_each_entry(f, &head->flist, link)
85 struct basic_head *head; local
87 head = kzalloc(sizeof(*head), GFP_KERNEL);
88 if (head == NULL)
90 INIT_LIST_HEAD(&head
106 struct basic_head *head = tp->root; local
118 struct basic_head *head = (struct basic_head *) tp->root; local
172 struct basic_head *head = (struct basic_head *) tp->root; local
232 struct basic_head *head = (struct basic_head *) tp->root; local
[all...]
H A Dcls_fw.c85 struct fw_head *head = (struct fw_head*)tp->root; local
90 if (head != NULL) {
91 id &= head->mask;
92 for (f=head->ht[fw_hash(id)]; f; f=f->next) {
120 struct fw_head *head = (struct fw_head*)tp->root; local
123 if (head == NULL)
126 for (f=head->ht[fw_hash(handle)]; f; f=f->next) {
152 struct fw_head *head = tp->root; local
156 if (head == NULL)
160 while ((f=head
170 struct fw_head *head = (struct fw_head*)tp->root; local
200 struct fw_head *head = (struct fw_head *)tp->root; local
243 struct fw_head *head = (struct fw_head*)tp->root; local
305 struct fw_head *head = (struct fw_head*)tp->root; local
334 struct fw_head *head = (struct fw_head *)tp->root; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/isdn/
H A Dcapilli.h106 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize);
107 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci);
108 void capilib_release_appl(struct list_head *head, u16 applid);
109 void capilib_release(struct list_head *head);
110 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
111 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dcls_basic.c48 struct basic_head *head = (struct basic_head *) tp->root; local
51 list_for_each_entry(f, &head->flist, link) {
66 struct basic_head *head = (struct basic_head *) tp->root; local
69 if (head == NULL)
72 list_for_each_entry(f, &head->flist, link)
85 struct basic_head *head; local
87 head = kzalloc(sizeof(*head), GFP_KERNEL);
88 if (head == NULL)
90 INIT_LIST_HEAD(&head
106 struct basic_head *head = tp->root; local
118 struct basic_head *head = (struct basic_head *) tp->root; local
172 struct basic_head *head = (struct basic_head *) tp->root; local
232 struct basic_head *head = (struct basic_head *) tp->root; local
[all...]
H A Dcls_fw.c85 struct fw_head *head = (struct fw_head*)tp->root; local
90 if (head != NULL) {
91 id &= head->mask;
92 for (f=head->ht[fw_hash(id)]; f; f=f->next) {
120 struct fw_head *head = (struct fw_head*)tp->root; local
123 if (head == NULL)
126 for (f=head->ht[fw_hash(handle)]; f; f=f->next) {
152 struct fw_head *head = tp->root; local
156 if (head == NULL)
160 while ((f=head
170 struct fw_head *head = (struct fw_head*)tp->root; local
200 struct fw_head *head = (struct fw_head *)tp->root; local
243 struct fw_head *head = (struct fw_head*)tp->root; local
305 struct fw_head *head = (struct fw_head*)tp->root; local
334 struct fw_head *head = (struct fw_head *)tp->root; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/isdn/
H A Dcapilli.h106 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize);
107 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci);
108 void capilib_release_appl(struct list_head *head, u16 applid);
109 void capilib_release(struct list_head *head);
110 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
111 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/ui/
H A Dui_cmddisp.c125 * ui_do_one_command(head)
130 * head - queue of commands
137 static int ui_do_one_command(queue_t *head) argument
142 res = cmd_lookup(head, &cmd);
224 * ui_docommands_internal(head)
234 static int ui_docommands_internal(queue_t *head) argument
247 while ((cmd = cmd_readcommand(head))) {
261 status = ui_do_one_command(&(cmd->head));
287 cmd_free_tokens(&(cmd->head));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/tests/
H A DTest-iri-list.px34 <head>
36 </head>
47 <head>
50 </head>
61 <head>
64 </head>
75 <head>
77 </head>
H A DTest-iri-percent.px22 <head>
24 </head>
36 <head>
39 </head>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/kernel/
H A DMakefile6 extra-y := head.o
8 extra-y := sun3-head.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/kernel/
H A DMakefile6 extra-y := head.o
8 extra-y := sun3-head.o

Completed in 252 milliseconds

1234567891011>>