Searched refs:list (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/barrelfish-master/usr/block_server/
H A Dblock_storage_cache.c22 * list of buffers received
82 struct buffer_list *list = bl; local
94 buf = list->buf;
95 bl= list->next;
96 free(list);
101 while(list) {
102 if (list->channel == chan) {
103 buf = list->buf;
105 prev->next = list->next;
107 bl = list
132 struct buffer_list *list = malloc(sizeof(struct buffer_list)); local
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dcore_priv.h15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
36 #include <linux/list.h>
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Ddevice.h13 * notice unmodified, this list of conditions, and the following
16 * notice, this list of conditions and the following disclaimer in the
35 #include <linux/list.h>
42 #include <linux/list.h>
H A Dworkqueue.h12 * notice unmodified, this list of conditions, and the following
15 * notice, this list of conditions and the following disclaimer in the
41 #include <linux/list.h>
54 struct list_head list; member in struct:work_struct
60 list_add_tail(&w->list, &wq->work_list);
73 w = list_entry(wq->work_list.next, struct work_struct, list);
74 list_del(&w->list);
115 INIT_LIST_HEAD(&(work)->list); \
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Deg_c_external.c50 pword list; local
58 list = ec_nil(); /* the list is built backwards */
61 list = ec_list(ec_long(s[len]), list);
63 return ec_unify_arg(2, list);
72 pword list, car, cdr; local
74 for (list = ec_arg(1); ec_get_list(list,&car,&cdr) == PSUCCEED; list
[all...]
H A Deg_cc_external.cc71 /* the list is built backwards */
74 the_list = list(EC_word(s[len]), the_list);
85 EC_word list(EC_arg(1));
88 for ( ; list.is_list(car,cdr) == EC_succeed; list = cdr)
94 res = list.is_nil();
H A Deg_cc_main.cc60 w = list(0,list(1,3.0));
H A Deg_cc_test.cc156 list(list(5,doubles),
157 list(list(5,longs),
158 list(list(5,chars),
159 list("hello",
160 list(EC_atom("world"),
161 list(123456,
162 list(3.1
[all...]
H A Dbip_bag.c63 pword list[2]; member in struct:__anon1621
80 cdr = obj->list[1];
88 Make_List(obj->list, obj->list); /* reinitialize */
89 Make_Nil(&obj->list[1]);
117 pword *pw = obj->list;
171 Make_List(obj->list, obj->list); /* pointer to last element (self) */
172 Make_Nil(&obj->list[1]);
192 Make_List(obj->list[
203 pword list; local
[all...]
H A Deg_cc_mip.cc97 VarList = list(Vars);
101 leq( VarList * list(NCOLS,req[0]), 8.0);
102 leq( VarList * list(NCOLS,req[1]), 10.0);
104 maximize(VarList * list(NCOLS,pc), Profit);
H A Dexample.c37 pword list; local
48 cdr = &list;
59 Return_Unify_Pw(vl, tl, list.val, list.tag);
/barrelfish-master/lib/libc/include/isc/
H A Dlist.h30 #define INIT_LIST(list) \
31 do { (list).head = NULL; (list).tail = NULL; } while (0)
44 #define HEAD(list) ((list).head)
45 #define TAIL(list) ((list).tail)
46 #define EMPTY(list) ((list).head == NULL)
48 #define PREPEND(list, el
[all...]
/barrelfish-master/usr/boot_perfmon/
H A Drelations.c17 struct list { struct
20 struct list *next;
24 struct list *head;
47 struct list *list = malloc(sizeof(struct list)); local
48 if (!list) {
53 list->id = id;
54 list->b = b;
56 // Add to the head of list
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVizInteger.java50 * create a list of one element as a domain
53 FullDomain list = new FullDomain();
54 list.add(value);
55 return list;
H A DVisualizerBinaryMatrix.java43 FullDomain list,FullDomain removed){
44 out.println("<!-- index "+xy.getX() + " "+ xy.getY() +" domain "+list+" -->");
45 unitSquareSVG(out,posX(xy),posY(xy),booleanColor(list,removed));
46 if (list.isFixed()){
48 list.getIntValue(),Colors.ASSIGNED_TEXT_COLOR);
42 drawMatrixEntry(PrintWriter out,Pair xy, FullDomain list,FullDomain removed) argument
H A DVizDVar.java42 * the index is held as a String, it might be an integer or a list of integers,
44 * @param index String, holds integer or list of integers
55 * get the domain as an integer list
59 FullDomain list = new FullDomain();
64 list.add(low);
70 list.add(i);
75 return list;
78 list.add(low);
81 return list;
/barrelfish-master/lib/tommath/
H A Ddep.pl62 my $list = $filename;
75 if (!($list =~ /$a/)) {
78 $list = $list . "," . $a;
82 @deplist{$filename} = $list;
96 $list = "";
105 if ($list =~ /@funcs[0]/) {
108 $list = $list . @funcs[0];
114 my $temp = $list;
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/include/net/
H A Dtcp.h12 * notice unmodified, this list of conditions, and the following
15 * notice, this list of conditions and the following disclaimer in the
33 #include <linux/list.h>
/barrelfish-master/lib/bulk_transfer/
H A Dbulk_pool.c52 struct bulk_pool_list *list = pool_list; local
53 while (list) {
54 if (bulk_pool_cmp_id(&list->pool->id, id) == 0) {
55 return list->pool;
57 list = list->next;
63 * inserts a pool into the domain global bulk pool list
82 struct bulk_pool_list *list = pool_list; local
85 while (list) {
86 switch (bulk_pool_cmp_id(&list
125 struct bulk_pool_list *list = pool_list; local
210 struct bulk_pool_list *list = channel->pools; local
242 struct bulk_pool_list *list = channel->pools; local
276 struct bulk_pool_list *list = channel->pools; local
321 struct bulk_pool_list *list = channel->pools; local
[all...]
/barrelfish-master/include/dist/
H A Dargs.h24 coreid_t *cores; /*< list of cores to run on */
25 int cores_len; /*< lenght of list */
26 // coreid_t *exclude; /*< list core to explicitly *not* run on */
27 // int exclude_len; /*< length of list */
39 * creates and returns a list of cores to start the service on based on the
48 * @return A struct containing the values of the processed arguments. The list
55 * \brief Convert an array of coreids into a string representation of the list.
60 * @param list the list to convert.
61 * @param l_len the number of elements in the list
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
38 struct list_head list; member in struct:mlx4_ib_user_db_page
53 list_for_each_entry(page, &context->db_page_list, list)
73 list_add(&page->list, &context->db_page_list);
76 chunk = list_entry(page->umem->chunk_list.next, struct ib_umem_chunk, list);
92 list_del(&db->u.user_page->list);
/barrelfish-master/lib/phoenix/
H A Dlist.h7 * notice, this list of conditions and the following disclaimer.
9 * notice, this list of conditions and the following disclaimer in the
30 /* doubly linked circular list with dummy node */
32 typedef struct list list; typedef in typeref:struct:list
39 struct list { struct
51 static inline void list_init(list* l)
63 static inline list_ent* list_peek_head(list* l)
71 static inline list_ent* list_peek_tail(list* l)
79 static inline int list_is_empty(list*
[all...]
H A Diterator.c7 * notice, this list of conditions and the following disclaimer.
9 * notice, this list of conditions and the following disclaimer in the
88 int iter_add (iterator_t *itr, keyvals_t *list) argument
91 assert (list->len);
99 itr->list_array[itr->next_insert_pos] = list;
103 itr->val = list->vals;
106 itr->size += list->len;
122 /* Hop to next chunk on the same list. */
126 /* Prefetch next chunk on the same list. */
133 /* Hop to the first block of next list
156 iter_next_list(iterator_t *itr, keyvals_t **list) argument
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dicm.h16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
37 #include <linux/list.h>
53 struct list_head list; member in struct:mlx4_icm_chunk
101 list);
111 if (iter->chunk->list.next == &iter->icm->chunk_list) {
116 iter->chunk = list_entry(iter->chunk->list.next, struct mlx4_icm_chunk,
117 list);
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dec2il.h38 extern IlcIntArray int_array_of_list(EC_word list);

Completed in 270 milliseconds

1234567891011>>