Searched refs:new_head (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_alloc.c43 struct sp_chunk *new_head; local
46 new_head = dma_alloc_coherent(&c2dev->pcidev->dev, PAGE_SIZE,
48 if (new_head == NULL)
51 new_head->dma_addr = dma_addr;
52 dma_unmap_addr_set(new_head, mapping, new_head->dma_addr);
54 new_head->next = NULL;
55 new_head->head = 0;
62 new_head->shared_ptr[i] = i + 1;
65 new_head
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dllist.c18 llist_t *new_head = xmalloc(sizeof(llist_t)); local
20 new_head->data = data;
21 new_head->link = *old_head;
22 *old_head = new_head;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dprio_tree.c116 struct vm_area_struct *node, *head, *new_head; local
129 new_head = list_entry(
135 new_head = NULL;
139 head->shared.vm_set.head = new_head;
140 if (new_head)
141 new_head->shared.vm_set.head = head;
146 new_head = list_entry(
151 node->shared.vm_set.head = new_head;
152 new_head->shared.vm_set.head = node;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dackvec.c205 long new_head; local
211 new_head = av->av_buf_head - packets;
213 if (new_head < 0) {
216 gap + new_head + 1);
217 gap = -new_head;
219 new_head += DCCP_MAX_ACKVEC_LEN;
222 av->av_buf_head = new_head;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dmousedev.c272 unsigned int new_head; local
283 new_head = (client->head + 1) % PACKET_QUEUE_LEN;
284 if (new_head != client->tail) {
285 p = &client->packets[client->head = new_head];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c93 * the range old_head, new_head, inclusive.
96 unsigned long old_head, unsigned long new_head)
98 if (old_head <= new_head) {
99 if (offset > old_head && offset <= new_head)
102 if (offset > old_head || offset <= new_head)
115 unsigned long off, new_head, hv_ret; local
123 hv_ret = sun4v_ncs_gethead(q->qhandle, &new_head);
126 smp_processor_id(), new_head, hv_ret);
128 for (off = q->head; off != new_head; off = spu_next_offset(q, off)) {
131 hv_ret = sun4v_ncs_sethead_marker(q->qhandle, new_head);
95 job_finished(struct spu_queue *q, unsigned int offset, unsigned long old_head, unsigned long new_head) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_hash.c124 struct hlist_head *new_head; local
128 new_head = &fz->fz_hash[fn_hash(f->fn_key, fz)];
129 hlist_add_head(&f->fn_hash, new_head);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c1597 struct buffer_page *new_head; local
1679 new_head = next_page;
1680 rb_inc_page(cpu_buffer, &new_head);
1682 ret = rb_head_page_set_head(cpu_buffer, new_head, next_page,
1720 rb_head_page_set_normal(cpu_buffer, new_head,

Completed in 128 milliseconds