Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Drelay.h23 #define FIX_SIZE(x) ((((x) - 1) & PAGE_MASK) + PAGE_SIZE) macro
/linux-2.6.39/kernel/
Drelay.c585 chan->alloc_size = FIX_SIZE(subbuf_size * n_subbufs); in relay_open()