Searched defs:tail (Results 1 - 25 of 59) sorted by relevance

123

/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dnetbuf.c161 void netbuf_chain(struct netbuf *head, struct netbuf *tail) argument
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dnetbuf.c172 netbuf_chain(struct netbuf *head, struct netbuf *tail) argument
/barrelfish-2018-10-04/lib/phoenix/
H A Dqueue.h64 queue_elem_t *tail; local
H A Dlist.h140 list_ent *tail; local
/barrelfish-2018-10-04/include/barrelfish/
H A Devent_queue.h44 struct event_queue_node *head, *tail; member in struct:event_queue
/barrelfish-2018-10-04/usr/monitor/include/
H A Dqueue.h21 struct msg_queue_elem *head, *tail; member in struct:msg_queue
/barrelfish-2018-10-04/usr/proc_mgmt/
H A Dspawnd_state.h32 struct msg_queue_elem *head, *tail; member in struct:msg_queue
/barrelfish-2018-10-04/include/contmng/
H A Dcontmng.h56 int tail; member in struct:cont_queue
/barrelfish-2018-10-04/lib/concurrent/
H A Dlinked_list.c89 bool ll_contains(struct ll_element *head, struct ll_element *tail, voi argument
19 search(struct ll_element *head, struct ll_element *tail, struct ll_element **left_node, 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-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dscheduler.cc130 EC_word head, tail; local
140 EC_word head, tail; local
/barrelfish-2018-10-04/lib/dma/include/
H A Ddma_channel_internal.h61 struct dma_request *tail; ///< end of the request list member in struct:dma_channel::__anon916
/barrelfish-2018-10-04/lib/lwip/src/core/snmp/
H A Dasn1_enc.c425 u8_t shift, tail; local
/barrelfish-2018-10-04/include/flounder/
H A Dflounder_txqueue.h49 struct txq_msg_st *tail; ///< tail of the queue member in struct:tx_queue
/barrelfish-2018-10-04/lib/devif/backends/loopback/
H A Dloopback_queue.c23 size_t tail; member in struct:loopback_queue
[all...]
/barrelfish-2018-10-04/lib/dma/
H A Ddma_ring.c28 uint16_t tail; ///< cleanup index member in struct:dma_ring
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c239 pword list, tail, newtail; local
296 pword list, tail, newtail; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/modes/
H A Dcts128.c206 size_t tail; local
/barrelfish-2018-10-04/include/rcce/
H A DRCCE_lib.h75 RCCE_BLOCK *tail; // "last" block in linked list of blocks member in struct:__anon267
/barrelfish-2018-10-04/include/virtio/
H A Dvirtio.h90 struct virtio_buffer *tail; member in struct:virtio_buffer_list
/barrelfish-2018-10-04/usr/acpi/
H A Dvtd_domains.h37 struct vtd_domain *tail; member in struct:vtd_domain_list
[all...]
/barrelfish-2018-10-04/usr/drivers/e1000/
H A De1000n_devq.h52 size_t tail = q->receive_tail; local
68 size_t tail = q->transmit_tail; local
/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Ddevice.h49 struct vblock_req *tail; member in struct:vblock_req_queue
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_channel.c103 channel_write_tail(struct xeon_phi_dma_channel *chan, uint16_t tail) argument
245 channel_process_descriptors(struct xeon_phi_dma_channel *chan, uint16_t tail) argument
537 uint16_t tail = channel_read_tail(xchan); local
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_asn1.c264 u8_t shift, tail; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_ctx.c102 BN_POOL_ITEM *head, *current, *tail; member in struct:bignum_pool

Completed in 130 milliseconds

123