Searched refs:is_p_64bit_process (Results 1 – 1 of 1) sorted by relevance
1432 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in sendmsg_nocancel() local1442 if (is_p_64bit_process) { in sendmsg_nocancel()1455 if (is_p_64bit_process) { in sendmsg_nocancel()1481 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel()1499 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel()2115 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in recvmsg_nocancel() local2119 if (is_p_64bit_process) { in recvmsg_nocancel()2133 if (is_p_64bit_process) { in recvmsg_nocancel()2161 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvmsg_nocancel()2180 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in recvmsg_nocancel()[all …]