Searched refs:head (Results 151 - 175 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.36/drivers/staging/otus/80211core/
H A Dqueue.h32 u16_t head; member in struct:zsQueue
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dcls_cgroup.c107 struct cls_cgroup_head *head = tp->root; local
134 if (!tcf_em_tree_match(skb, &head->ematches, NULL))
139 return tcf_exts_exec(skb, &head->exts, res);
170 struct cls_cgroup_head *head = tp->root; local
178 if (head == NULL) {
182 head = kzalloc(sizeof(*head), GFP_KERNEL);
183 if (head == NULL)
186 head->handle = handle;
189 tp->root = head;
217 struct cls_cgroup_head *head = tp->root; local
233 struct cls_cgroup_head *head = tp->root; local
249 struct cls_cgroup_head *head = tp->root; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dqueue.h32 u16_t head; member in struct:zsQueue
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dlist_sort.h8 void list_sort(void *priv, struct list_head *head,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr020/
H A Dchk.inc25 egrep -w 'db_config.h|const' /dev/null $d/$i | head -1
36 egrep -w '#include' /dev/null $d/$i | head -1 >> $t2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dllist.c42 l->head = NULL;
81 list->head = ne;
82 list->head->prev = NULL;
83 list->head->next = NULL;
88 ne->next = e?e->next:list->head;
91 list->head->prev = ne;
92 list->head = ne;
119 if(e == list->head) {
120 list->head = e->next;
122 if(list->head
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr020/
H A Dchk.inc25 egrep -w 'db_config.h|const' /dev/null $d/$i | head -1
36 egrep -w '#include' /dev/null $d/$i | head -1 >> $t2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dllist.c42 l->head = NULL;
81 list->head = ne;
82 list->head->prev = NULL;
83 list->head->next = NULL;
88 ne->next = e?e->next:list->head;
91 list->head->prev = ne;
92 list->head = ne;
119 if(e == list->head) {
120 list->head = e->next;
122 if(list->head
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr020/
H A Dchk.inc25 egrep -w 'db_config.h|const' /dev/null $d/$i | head -1
36 egrep -w '#include' /dev/null $d/$i | head -1 >> $t2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/common/include/
H A Dwps_sslist.h29 WPS_SSLIST *wps_sslist_add(WPS_SSLIST **head, void *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/tomoyo/
H A Dgroup.c13 return container_of(a, struct tomoyo_path_group, head)->member_name ==
14 container_of(b, struct tomoyo_path_group, head)->member_name;
20 return !memcmp(&container_of(a, struct tomoyo_number_group, head)
22 &container_of(b, struct tomoyo_number_group, head)
24 sizeof(container_of(a, struct tomoyo_number_group, head)
56 error = tomoyo_update_policy(&e.head, sizeof(e), is_delete,
65 error = tomoyo_update_policy(&e.head, sizeof(e), is_delete,
93 list_for_each_entry_rcu(member, &group->member_list, head.list) {
94 if (member->head.is_deleted)
120 list_for_each_entry_rcu(member, &group->member_list, head
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/tomoyo/
H A Dgroup.c13 return container_of(a, struct tomoyo_path_group, head)->member_name ==
14 container_of(b, struct tomoyo_path_group, head)->member_name;
20 return !memcmp(&container_of(a, struct tomoyo_number_group, head)
22 &container_of(b, struct tomoyo_number_group, head)
24 sizeof(container_of(a, struct tomoyo_number_group, head)
56 error = tomoyo_update_policy(&e.head, sizeof(e), is_delete,
65 error = tomoyo_update_policy(&e.head, sizeof(e), is_delete,
93 list_for_each_entry_rcu(member, &group->member_list, head.list) {
94 if (member->head.is_deleted)
120 list_for_each_entry_rcu(member, &group->member_list, head
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Duv_time.c161 struct uv_rtc_timer_head *head = blade_info[bid]; local
163 if (!head) {
164 head = kmalloc_node(sizeof(struct uv_rtc_timer_head) +
168 if (!head) {
172 spin_lock_init(&head->lock);
173 head->ncpus = uv_blade_nr_possible_cpus(bid);
174 head->next_cpu = -1;
175 blade_info[bid] = head;
178 head->cpu[bcpu].lcpu = cpu;
179 head
186 uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) argument
220 struct uv_rtc_timer_head *head = blade_info[bid]; local
256 struct uv_rtc_timer_head *head = blade_info[bid]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dhvcserver.h51 extern int hvcs_free_partner_info(struct list_head *head);
53 struct list_head *head, unsigned long *pi_buff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Duv_time.c161 struct uv_rtc_timer_head *head = blade_info[bid]; local
163 if (!head) {
164 head = kmalloc_node(sizeof(struct uv_rtc_timer_head) +
168 if (!head) {
172 spin_lock_init(&head->lock);
173 head->ncpus = uv_blade_nr_possible_cpus(bid);
174 head->next_cpu = -1;
175 blade_info[bid] = head;
178 head->cpu[bcpu].lcpu = cpu;
179 head
186 uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) argument
220 struct uv_rtc_timer_head *head = blade_info[bid]; local
256 struct uv_rtc_timer_head *head = blade_info[bid]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/tests/
H A DTest--httpsonly-r.px15 <head>
17 </head>
28 <head>
30 </head>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhvcserver.h51 extern int hvcs_free_partner_info(struct list_head *head);
53 struct list_head *head, unsigned long *pi_buff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/tests/
H A DTest--httpsonly-r.px15 <head>
17 </head>
28 <head>
30 </head>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/tests/
H A DTest--httpsonly-r.px15 <head>
17 </head>
28 <head>
30 </head>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-common/
H A Dllist.h31 /** The head of the linked list. Use this in the structure that shall
32 * contain the head of the linked list */
38 /** Initialize the list's head */
39 #define AVAHI_LLIST_HEAD_INIT(t,head) do { (head) = NULL; } while(0)
49 #define AVAHI_LLIST_PREPEND(t,name,head,item) do { \
50 t **_head = &(head), *_item = (item); \
59 #define AVAHI_LLIST_REMOVE(t,name,head,item) do { \
60 t **_head = &(head), *_item = (item); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-common/
H A Dllist.h31 /** The head of the linked list. Use this in the structure that shall
32 * contain the head of the linked list */
38 /** Initialize the list's head */
39 #define AVAHI_LLIST_HEAD_INIT(t,head) do { (head) = NULL; } while(0)
49 #define AVAHI_LLIST_PREPEND(t,name,head,item) do { \
50 t **_head = &(head), *_item = (item); \
59 #define AVAHI_LLIST_REMOVE(t,name,head,item) do { \
60 t **_head = &(head), *_item = (item); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-common/
H A Dllist.h31 /** The head of the linked list. Use this in the structure that shall
32 * contain the head of the linked list */
38 /** Initialize the list's head */
39 #define AVAHI_LLIST_HEAD_INIT(t,head) do { (head) = NULL; } while(0)
49 #define AVAHI_LLIST_PREPEND(t,name,head,item) do { \
50 t **_head = &(head), *_item = (item); \
59 #define AVAHI_LLIST_REMOVE(t,name,head,item) do { \
60 t **_head = &(head), *_item = (item); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c70 /* Set up the XDR head */
71 rqstp->rq_arg.head[0].iov_base = page_address(page);
72 rqstp->rq_arg.head[0].iov_len = min(byte_count, ctxt->sge[0].length);
76 /* Compute bytes past head in the SGL */
77 bc = byte_count - rqstp->rq_arg.head[0].iov_len;
98 BUG_ON((rqstp->rq_arg.head[0].iov_len + rqstp->rq_arg.page_len)
130 struct svc_rdma_op_ctxt *head,
151 head->arg.head[0] = rqstp->rq_arg.head[
128 map_read_chunks(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, struct rpcrdma_msg *rmsgp, struct svc_rdma_req_map *rpl_map, struct svc_rdma_req_map *chl_map, int ch_count, int byte_count) argument
228 fast_reg_read_chunks(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, struct rpcrdma_msg *rmsgp, struct svc_rdma_req_map *rpl_map, struct svc_rdma_req_map *chl_map, int ch_count, int byte_count) argument
526 rdma_read_complete(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c70 /* Set up the XDR head */
71 rqstp->rq_arg.head[0].iov_base = page_address(page);
72 rqstp->rq_arg.head[0].iov_len = min(byte_count, ctxt->sge[0].length);
76 /* Compute bytes past head in the SGL */
77 bc = byte_count - rqstp->rq_arg.head[0].iov_len;
98 BUG_ON((rqstp->rq_arg.head[0].iov_len + rqstp->rq_arg.page_len)
130 struct svc_rdma_op_ctxt *head,
151 head->arg.head[0] = rqstp->rq_arg.head[
128 map_read_chunks(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, struct rpcrdma_msg *rmsgp, struct svc_rdma_req_map *rpl_map, struct svc_rdma_req_map *chl_map, int ch_count, int byte_count) argument
228 fast_reg_read_chunks(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, struct rpcrdma_msg *rmsgp, struct svc_rdma_req_map *rpl_map, struct svc_rdma_req_map *chl_map, int ch_count, int byte_count) argument
526 rdma_read_complete(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dfutex_compat.c22 compat_uptr_t __user *head, int *pi)
24 if (get_user(*uentry, head))
50 struct compat_robust_list_head __user *head = curr->compat_robust_list; local
61 * Fetch the list head (which was registered earlier, via
64 if (fetch_robust_entry(&uentry, &entry, &head->list.next, &pi))
69 if (get_user(futex_offset, &head->futex_offset))
76 &head->list_op_pending, &pip))
80 while (entry != (struct robust_list __user *) &head->list) {
118 compat_sys_set_robust_list(struct compat_robust_list_head __user *head, argument
124 if (unlikely(len != sizeof(*head)))
21 fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, compat_uptr_t __user *head, int *pi) argument
136 struct compat_robust_list_head __user *head; local
[all...]

Completed in 347 milliseconds

1234567891011>>