Searched refs:IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance
246 #define IS_ALIGNED(ptr) ASSERT((((intptr_t)(ptr)) & 3) == 0) macro278 IS_ALIGNED(cr); in rpc_gss_secget()295 IS_ALIGNED(head); in rpc_gss_secget()299 IS_ALIGNED(current); in rpc_gss_secget()347 IS_ALIGNED(new); in rpc_gss_secget()
131 #define IS_ALIGNED(ptr) ASSERT((((intptr_t)(ptr)) & 3) == 0) macro647 IS_ALIGNED(p); in sweep_cache()