Searched refs:bip (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Dcharpipe.c48 BipBuffer* bip = _free_bip_buffers; local
49 if (bip != NULL) {
50 _free_bip_buffers = bip->next;
52 bip = malloc( sizeof(*bip) );
53 if (bip == NULL) {
58 bip->next = NULL;
59 cbuffer_reset( bip->cb, bip->buff, sizeof(bip
86 BipBuffer* bip = ph->bip_first; local
100 BipBuffer* bip = ph->bip_last; local
165 BipBuffer* bip = ph->bip_first; local
280 BipBuffer* bip = cbuf->bip_first; local
298 BipBuffer* bip = cbuf->bip_last; local
354 BipBuffer* bip = cbuf->bip_first; local
[all...]
/external/blktrace/btt/
H A Dmisc.c71 struct buf_info *bip = list_entry(p, struct buf_info, head); local
73 list_del(&bip->head);
74 free(bip->buf);
75 free(bip);
129 struct buf_info *bip = malloc(sizeof(*bip)); local
131 bip->buf = buf;
132 list_add_tail(&bip->head, &all_bufs);
/external/valgrind/main/none/tests/
H A Dasync-sigs.c19 static const struct timespec bip = { 0, 1000000000 / 5 }; // 0.2 seconds. variable in typeref:struct:timespec
100 nanosleep(&bip, 0); // Wait for child to get going.
104 nanosleep(&bip, 0);
109 nanosleep(&bip, 0);

Completed in 104 milliseconds