Searched refs:bt (Results 1 - 25 of 40) sorted by relevance

12

/barrelfish-master/lib/barrelfish/
H A Dbulk_transfer.c21 * \param bt Pointer to bulk transfer state to be destroyed
23 void bulk_destroy(struct bulk_transfer *bt) argument
28 while(bt->free_list != NULL){
29 tmp = bt->free_list->next;
30 free(bt->free_list);
31 bt->free_list = tmp;
35 while(bt->alloc_list != NULL){
36 tmp = bt->alloc_list->next;
37 free(bt->alloc_list);
38 bt
52 bulk_init(void *mem, size_t size, size_t block_size, struct bulk_transfer *bt) argument
100 bulk_create(size_t size, size_t block_size, struct capref *shared_mem, struct bulk_transfer *bt) argument
131 bulk_alloc(struct bulk_transfer *bt) argument
166 bulk_free(struct bulk_transfer *bt, uintptr_t id) argument
[all...]
/barrelfish-master/include/barrelfish/
H A Dbulk_transfer.h46 void bulk_destroy(struct bulk_transfer *bt);
48 struct bulk_transfer *bt);
50 struct bulk_transfer *bt);
51 struct bulk_buf *bulk_alloc(struct bulk_transfer *bt);
52 errval_t bulk_free(struct bulk_transfer *bt, uintptr_t id);
89 static inline void *bulk_slave_buf_get_mem(struct bulk_transfer_slave *bt, argument
92 if (id > bt->size) {
99 *maxlen = bt->size - id;
101 return (char *)bt->mem + id;
106 struct bulk_transfer_slave *bt)
105 bulk_slave_init(void *mem, size_t size, struct bulk_transfer_slave *bt) argument
113 bulk_slave_prepare_send(struct bulk_transfer_slave *bt, uintptr_t id) argument
122 bulk_slave_prepare_recv(struct bulk_transfer_slave *bt, uintptr_t id) argument
[all...]
/barrelfish-master/lib/libc/sys/
H A D__vdso_gettimeofday.c59 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) argument
73 *bt = th->th_offset;
79 bintime_addx(bt, th->th_scale * delta);
81 bintime_add(bt, &th->th_boottime);
98 struct bintime bt; local
110 error = binuptime(&bt, tk, 1);
113 bintime2timeval(&bt, tv);
121 struct bintime bt; local
149 error = binuptime(&bt, tk, abs);
152 bintime2timespec(&bt, t
[all...]
/barrelfish-master/lib/compiler-rt/test/
H A Ddivti3_test.c31 twords bt; local
32 bt.all = b;
39 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmodti3_test.c31 twords bt; local
32 bt.all = b;
39 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dsubvti3_test.c35 twords bt; local
36 bt.all = b;
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dudivti3_test.c31 utwords bt; local
32 bt.all = b;
39 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
H A Dumodti3_test.c31 utwords bt; local
32 bt.all = b;
39 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
H A Dcmpti2_test.c33 twords bt; local
34 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Daddvti3_test.c34 twords bt; local
35 bt.all = b;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Ducmpti2_test.c33 utwords bt; local
34 bt.all = b;
37 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dmulti3_test.c29 twords bt; local
30 bt.all = b;
37 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmuloti4_test.c33 twords bt; local
34 bt.all = b;
44 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
52 twords bt; local
53 bt.all = b;
60 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmulvti3_test.c33 twords bt; local
34 bt.all = b;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dashlti3_test.c33 twords bt; local
34 bt.all = b;
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dx86cpuid.pl22 &bt ("ecx",21);
64 &bt ("edx",28);
95 &bt ("edx",28); # test hyper-threading bit
117 &bt (&DWP(0,"ecx"),4);
129 &bt (&DWP(0,"ecx"),4);
138 &bt ("eax",9);
169 &bt ("eax",9);
199 &bt (&DWP(0,"ecx"),1);
202 &bt (&DWP(0,"ecx"),26);
H A Dx86_64cpuid.pl91 bt \$28,%edx # test hyper-threading bit
122 bt \$28,%edx # test hyper-threading bit
/barrelfish-master/usr/bcached/
H A Dbcached.h26 struct bulk_transfer bt; member in struct:bcache_state
H A Dservice.c120 err = bulk_init(cache_pool, cache_size, block_size, &st->bt);
/barrelfish-master/lib/rcce/
H A Dinternal.h60 struct bulk_transfer bt; member in struct:rcce_state
H A Dring_barriers.c156 errval_t err = bulk_free(&st->bt, id);
250 struct bulk_buf *bb = bulk_alloc(&st->bt);
/barrelfish-master/include/sys/
H A Dtime.h407 void binuptime(struct bintime *bt);
420 void bintime(struct bintime *bt);
424 void getbinuptime(struct bintime *bt);
437 void getbintime(struct bintime *bt);
455 #define BT2FREQ(bt) \
456 (((uint64_t)0x8000000000000000 + ((bt)->frac >> 2)) / \
457 ((bt)->frac >> 1))
461 #define FREQ2BT(freq, bt) \
463 (bt)->sec = 0; \
464 (bt)
[all...]
/barrelfish-master/usr/bench/bulk_bench/
H A Dbulkbench.c33 static struct bulk_transfer bt; variable in typeref:struct:bulk_transfer
117 errval_t err = bulk_free(&bt, id);
172 bb = bulk_alloc(&bt);
261 err = bulk_create(BULKSIZE, block_size, &frame, &bt);
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-x86_64.pl283 bt \$20,$idx#d
285 bt \$30,$idx#d
350 bt \$20,%edx
353 bt \$30,%edx
H A Drc4-586.pl182 &bt (&DWP(0,$idx),20); # check for bit#20
257 &bt (&DWP(0,"edx"),20);

Completed in 83 milliseconds

12