Home
last modified time | relevance | path

Searched refs:bfhead (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget.c501 struct bfhead *flink; /* Forward link */
502 struct bfhead *blink; /* Backward link */
527 struct bfhead { struct
531 #define BFH(p) ((struct bfhead *) (p)) argument
535 struct bfhead freelist;
580 static bufsize buf_get_pos(struct bfhead *bf, bufsize align, bufsize hdr_size, in buf_get_pos()
608 struct bfhead *b = poolset->freelist.ql.flink; in get_free2_sum()
661 struct bfhead *b;
663 struct bfhead *best;
826 if (size > exp_incr - sizeof(struct bfhead) - align) {
[all …]
H A Dbget_malloc.c362 struct bfhead *next_buf;
376 struct bfhead *b = iterator->next_buf; in bpool_foreach_pool()
810 const size_t min_len = sizeof(struct bhead) + sizeof(struct bfhead); in raw_malloc_add_pool()