Searched refs:LTP_ALIGN (Results 1 – 7 of 7) sorted by relevance
23 #define LTP_ALIGN(x, a) __LTP_ALIGN_MASK(x, (typeof(x))(a) - 1) macro
65 max_node = LTP_ALIGN(get_max_node(), sizeof(unsigned long) * 8); in setup()
228 sane_max_node = LTP_ALIGN(get_max_node(), sizeof(unsigned long)*8); in setup()
82 max_node = LTP_ALIGN(get_max_node(), sizeof(unsigned long)*8); in migrate_to_node()
158 tmp_addr = (void*)LTP_ALIGN((long)ptr_addr, pagesize); in setup()
169 max_node = LTP_ALIGN(get_max_node(), sizeof(unsigned long)*8); in get_allowed_nodes_arr()
893 LTP_ALIGN(x, a)