Searched refs:head (Results 101 - 125 of 196) sorted by relevance

12345678

/barrelfish-master/include/barrelfish/
H A Dcore_state.h69 struct slot_allocator_list head; member in struct:slot_alloc_state
/barrelfish-master/lib/elf/
H A Delf.c48 struct Elf64_Ehdr *head = (struct Elf64_Ehdr *)base; local
50 if(!IS_ELF(*head)) {
54 switch(head->e_ident[EI_CLASS]) {
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dsrq.c148 srq->head = 0;
328 if (unlikely(srq->head == srq->tail)) {
334 srq->wrid[srq->head] = wr->wr_id;
336 next = get_wqe(srq, srq->head);
337 srq->head = be16_to_cpu(next->next_wqe_index);
/barrelfish-master/lib/devif/backends/idc/
H A Ddesc_queue.c76 struct descq* head; member in struct:descq_endpoint_state
129 size_t head = q->tx_seq % q->slots; local
135 q->tx_descs[head].rid = region_id;
136 q->tx_descs[head].offset = offset;
137 q->tx_descs[head].length = length;
138 q->tx_descs[head].valid_data = valid_data;
139 q->tx_descs[head].valid_length = valid_length;
140 q->tx_descs[head].flags = misc_flags;
144 q->tx_descs[head].seq = q->tx_seq;
146 // only write local head
[all...]
/barrelfish-master/lib/zlib/
H A Ddeflate.c174 * Insert string str in the dictionary and set match_head to the previous head
186 match_head = s->head[s->ins_h], \
187 s->head[s->ins_h] = (Pos)(str))
191 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
192 s->head[s->ins_h] = (Pos)(str))
200 s->head[s->hash_size-1] = NIL; \
201 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
297 if (s->window == Z_NULL || s->prev == Z_NULL || s->head
[all...]
/barrelfish-master/usr/drivers/xeon_phi/
H A Dsysmem_caps.c183 struct elem *head = &mem[elem_id[0]]; local
185 head->next = &mem[elem_id[i]];
186 head = head->next;
/barrelfish-master/usr/tests/vspace_tests/
H A Dvspace_dump.c9 struct vregion *walk = vspace->head;
/barrelfish-master/usr/replay/
H A Dmaster.c41 struct trace_entry *head, *tail; member in struct:trace_list
48 if (tl->head == NULL) {
49 tl->head = te;
434 assert(tl->head != NULL && tl->tail != NULL);
443 for (te = tl->head; te != NULL; te = te_next) {
493 tl->head = tl->tail = NULL;
525 te = pe->trace_l.head;
599 struct trace_entry *te = pe->trace_l.head;
664 struct trace_list tlist = {.head = NULL, .tail = NULL};
/barrelfish-master/lib/libc/net/
H A Dname6.c732 get_addrselectpolicy(struct policyhead *head) argument
754 free_addrselectpolicy(head); /* make the list empty */
758 TAILQ_INSERT_TAIL(head, new, pc_entry);
769 free_addrselectpolicy(struct policyhead *head) argument
773 for (ent = TAILQ_FIRST(head); ent; ent = nent) {
775 TAILQ_REMOVE(head, ent, pc_entry);
781 match_addrselectpolicy(struct sockaddr *addr, struct policyhead *head) argument
807 for (ent = TAILQ_FIRST(head); ent; ent = TAILQ_NEXT(ent, pc_entry)) {
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dumsterm.tex102 \index{head!clause}
104 \index{clause!head}
126 \index{head}
127 A head is a structure or an atom.
/barrelfish-master/usr/skb/programs/
H A Dmore_space_feasible107 head -$[$count+$OFFSET] $DEVICEFILE > tmp.devices.dat;
/barrelfish-master/lib/barrelfish/
H A Dpmap_slab_mgmt.c219 assert(!vspace->head);
220 vspace->head = vregion;
/barrelfish-master/lib/virtio/
H A Dvirtqueue.c64 uint16_t free_head; ///< head of the free descriptor chain
68 uint16_t used_head; ///< caches the head of the used descriptors
809 * \param idx index of the new descriptor chain head
832 * \param head index of the head of the free queue
836 * \param ret_idx the returned new free head index
842 uint16_t head,
849 struct virtio_buffer *buf = bl->head;
859 uint16_t idx = head;
874 idx = head;
841 virtqueue_enqueue_bufs(struct virtqueue *vq, uint16_t head, struct virtio_buffer_list *bl, uint16_t num_read, uint16_t num_write, uint16_t *ret_idx) argument
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c233 wq->head = 0;
1565 cur = wq->head - wq->tail;
1571 cur = wq->head - wq->tail;
1648 mthca_err(dev, "SQ %06x full (%u head, %u tail,"
1650 qp->sq.head, qp->sq.tail,
1813 qp->sq.head += nreq;
1849 mthca_err(dev, "RQ %06x full (%u head, %u tail,"
1851 qp->rq.head, qp->rq.tail,
1904 qp->rq.head += MTHCA_TAVOR_MAX_WQES_PER_RECV_DB;
1918 qp->rq.head
[all...]
H A Dmthca_provider.h250 unsigned head; member in struct:mthca_wq
/barrelfish-master/usr/drivers/cpuboot/arch/armv7/
H A Dboot_arch.c203 struct Elf32_Ehdr *head = (struct Elf32_Ehdr *)blob_start;
212 err = elf_load(head->e_machine,
222 symhead = (struct Elf32_Shdr *)(blob_start + (uintptr_t)head->e_shoff);
223 rel = elf32_find_section_header_type(symhead, head->e_shnum, SHT_REL);
224 symtab = elf32_find_section_header_type(symhead, head->e_shnum, SHT_DYNSYM);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddict.c146 is referenced from the hash table is marked with the 'head' bit.
402 dip->head = 0;
554 dip->head = 1;
734 if (aux->head)
747 prev->head = 1;
818 if (dip->head) /* removing the chain header */
822 prev->head = 1;
833 } while (!dip->head);
1006 } while (!dip->head);
1016 } while (!dip->head);
[all...]
/barrelfish-master/lib/lwip/src/core/snmp/
H A Dmsg_in.c104 msg_ps->invb.head = NULL;
226 msg_ps->vb_ptr = msg_ps->invb.head;
393 msg_ps->vb_ptr = msg_ps->invb.head;
555 msg_ps->vb_ptr = msg_ps->invb.head;
636 msg_ps->vb_ptr = msg_ps->invb.head;
678 msg_ps->invb.head = NULL;
1048 m_stat->invb.head = NULL;
1283 root->head = NULL;
1292 root->head = vb;
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl32 % Partial support for multi-head (>2) rules: no multi-head propagation rules
281 where the Nth constraint occurs in the head. Note that seperate code needs to
282 be generated for each occurance of a head constraint, except where the
385 % CHead is clause head here (i.e. with meta args); Head is constrtraint
388 % fill in the arguments for the head
510 functor(NewHead, F,A), % construct new head
608 % same args as head, except for AllRest, Reason and AppTail
681 CurrentHead is the head of the translated Prolog goal for the current
683 original arity of the head constraint
[all...]
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dcollect.pl15 In the first clause the first argument in the head should be L-L. \n \
H A Dyoyo1.pl55 head(X,[X|L]).
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds3_both.c658 ent = list->head;
661 list->head = ent->next;
687 ent->next = list->head;
688 list->head = ent;
/barrelfish-master/include/lwip/lwip/
H A Dsnmp_msg.h108 struct snmp_varbind *head; member in struct:snmp_varbind_root
/barrelfish-master/usr/drivers/usb/usb_manager/include/
H A Dusb_xfer.h128 * - head: struct containing pointers to the list elements
129 * - first: the head of the queue (first element)
139 } head; member in struct:usb_xfer_queue
172 uint16_t intr_qh_pos; // position in the queue head intr list
/barrelfish-master/include/
H A Dzlib.h670 gz_headerp head));
816 gz_headerp head));
821 As inflate() processes the gzip stream, head->done is zero until the header
822 is completed, at which time head->done is set to one. If a zlib stream is
823 being decoded, then head->done is set to -1 to indicate that there will be

Completed in 510 milliseconds

12345678