Searched refs:ptr_unpack_bits (Results 1 – 2 of 2) sorted by relevance
152 #define ptr_unpack_bits(ptr, bits, n) ({ \ macro177 #define page_unpack_bits(ptr, bits) ptr_unpack_bits(ptr, bits, PAGE_SHIFT)
2436 syncobj = ptr_unpack_bits(fences[n], &flags, 2); in await_fence_array()2465 syncobj = ptr_unpack_bits(fences[n], &flags, 2); in signal_fence_array()