Searched defs:head (Results 1 - 25 of 86) sorted by relevance

1234

/barrelfish-master/lib/libc/iconv/
H A Dcitrus_mmap.c55 void *head; local
H A Dcitrus_memstream.c116 void *chr, *head; local
/barrelfish-master/include/barrelfish/
H A Dvspace.h25 struct vregion *head; ///< List of vregions in the vspace member in struct:vspace
H A Devent_queue.h44 struct event_queue_node *head, *tail; member in struct:event_queue
H A Dslot_alloc.h45 struct cnode_meta *head; ///< Linked list of free slots member in struct:single_slot_allocator
57 struct slot_allocator_list *head; ///< List of single slot allocators member in struct:multi_slot_allocator
/barrelfish-master/lib/libc/rpc/
H A Dpmap_getmaps.c75 struct pmaplist *head = NULL; local
/barrelfish-master/usr/kaluga/
H A Dqueue.c32 struct mon_msg_state *head = b->st; local
/barrelfish-master/usr/skb/
H A Dqueue.c37 struct skb_reply_state* head = b->st; local
/barrelfish-master/lib/octopus/server/
H A Dqueue.c48 struct oct_reply_state* head = b->st; local
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c161 void netbuf_chain(struct netbuf *head, struct netbuf *tail) argument
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c172 netbuf_chain(struct netbuf *head, struct netbuf *tail) argument
/barrelfish-master/lib/phoenix/
H A Dmcs.c41 mcs_lock_priv *head; member in struct:mcs_lock
H A Dqueue.h95 queue_elem_t *head; local
/barrelfish-master/usr/monitor/include/
H A Dqueue.h21 struct msg_queue_elem *head, *tail; member in struct:msg_queue
/barrelfish-master/usr/proc_mgmt/
H A Dspawnd_state.h32 struct msg_queue_elem *head, *tail; member in struct:msg_queue
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dscheduler.cc130 EC_word head, tail; local
140 EC_word head, tail; local
/barrelfish-master/usr/boot_perfmon/
H A Drelations.c24 struct list *head; member in struct:relations
/barrelfish-master/include/contmng/
H A Dcontmng.h55 int head; member in struct:cont_queue
/barrelfish-master/lib/concurrent/
H A Dlinked_list.c19 static struct ll_element *search(struct ll_element *head, argument
89 bool ll_contains(struct ll_element *head, struct ll_element *tail, void* key) argument
96 ll_create(struct ll_element **head, struct ll_element **tail) argument
105 ll_insert(struct ll_element *head, struct ll_element *tail, void* new_key, void* data) argument
132 ll_delete(struct ll_element *head, struct ll_element *tail, void* key) argument
161 ll_print(struct ll_element *head, struct ll_element *tail) argument
[all...]
/barrelfish-master/lib/dma/include/
H A Ddma_channel_internal.h60 struct dma_request *head; ///< start of the request list member in struct:dma_channel::__anon916
/barrelfish-master/include/flounder/
H A Dflounder_txqueue.h48 struct txq_msg_st *head; ///< head of the queue member in struct:tx_queue
/barrelfish-master/lib/barrelfish/
H A Dbulk_transfer.c133 struct bulk_buf *head = bt->free_list; local
H A Dslab.c61 struct slab_head *head = buf; local
/barrelfish-master/lib/barrelfish/slot_alloc/
H A Drange_slot_alloc.c31 struct range_slot_allocator *head = alloc; local
181 struct range_slot_allocator *head = alloc; local
284 struct range_slot_allocator *head = alloc; local
308 struct range_slot_allocator *head = alloc; local
[all...]
/barrelfish-master/lib/bulk_transfer/backends/sm/
H A Dflounder_helpers.c111 struct bulk_sm_resend_item *head = data->resend_closure; local

Completed in 149 milliseconds

1234