Searched refs:is_p_64bit_process (Results 1 – 1 of 1) sorted by relevance
1472 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in sendmsg_nocancel() local1482 if (is_p_64bit_process) { in sendmsg_nocancel()1495 if (is_p_64bit_process) { in sendmsg_nocancel()1521 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel()1539 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel()2156 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in recvmsg_nocancel() local2160 if (is_p_64bit_process) { in recvmsg_nocancel()2174 if (is_p_64bit_process) { in recvmsg_nocancel()2202 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvmsg_nocancel()2221 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in recvmsg_nocancel()[all …]