Searched refs:poolno (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/arch/octeon/dev/ |
H A D | cn30xxfpa.c | 80 cn30xxfpa_buf_init(int poolno, size_t size, size_t nelems, in cn30xxfpa_buf_init() argument 93 fb->fb_poolno = poolno; in cn30xxfpa_buf_init() 162 cn30xxfpa_query(int poolno) in cn30xxfpa_query() argument 167 FPA_QUE0_AVAILABLE_OFFSET + sizeof(uint64_t) * poolno); in cn30xxfpa_query()
|
H A D | if_cnmac.c | 188 int poolno; member 223 cn30xxfpa_buf_init(pp->poolno, pp->size, pp->nelems, &fb); in cnmac_buf_init() 224 cnmac_pools[pp->poolno] = fb; in cnmac_buf_init()
|
/openbsd/lib/libc/stdlib/ |
H A D | malloc.c | 2676 malloc_dump1(int poolno, struct dir_info *d, struct leaktree *leaks) in malloc_dump1() argument 2681 ulog("Malloc dir of %s pool %d at %p\n", __progname, poolno, d); in malloc_dump1() 2722 malloc_dump0(int poolno, struct dir_info *pool, struct leaktree *leaks) in malloc_dump0() argument 2740 malloc_dump1(poolno, pool, leaks); in malloc_dump0()
|