Home
last modified time | relevance | path

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

/minix/minix/tests/safecopy/
H A Dgrantor.c24 buf = (char*) CLICK_CEIL(buf_buf); in main()
H A Drequestor.c55 buf = (char*) CLICK_CEIL(buf_buf); in main()
/minix/minix/include/minix/
H A Dconst.h92 #define CLICK_CEIL(n) CLICK_FLOOR((vir_bytes)(n) + CLICK_SIZE-1) macro
/minix/minix/servers/vm/
H A Drs.c310 *len = CLICK_CEIL(*len); in rs_memctl_map_prealloc()
H A Dutility.c70 base = (phys_bytes) (CLICK_CEIL(base)); in get_mem_chunks()