Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/amiga/
H A Dcc.c462 static u_long chip_total; /* total free. */ variable
472 chip_total = chip_size - sizeof(*mem); in cc_init_chipmem()
475 mem->size = chip_total; in cc_init_chipmem()
519 chip_total -= mn->size; in alloc_chipmem()
539 chip_total -= size + sizeof(struct mem_node); in alloc_chipmem()
569 chip_total += mn->size + sizeof(struct mem_node); in free_chipmem()
577 chip_total += mn->size + sizeof(struct mem_node); in free_chipmem()
582 chip_total += sizeof(struct mem_node); in free_chipmem()
618 chip_total += mn->size; /* add our helpings to the pool. */ in free_chipmem()
644 val = chip_total; in avail_chipmem()