Searched refs:XPC_UNPACK_ARG2 (Results 1 – 2 of 2) sorted by relevance
221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) macro
676 u16 ch_number = XPC_UNPACK_ARG2(args); in xpc_kthread_start()