Searched refs:trailer_alloc (Results 1 – 1 of 1) sorted by relevance
570 mach_msg_size_t trailer_alloc; in mach_msg_server_once() local579 trailer_alloc = REQUESTED_TRAILER_SIZE(options); in mach_msg_server_once()580 request_alloc = (mach_msg_size_t)round_page(max_size + trailer_alloc); in mach_msg_server_once()583 request_alloc : max_size + trailer_alloc; in mach_msg_server_once()620 trailer_alloc); in mach_msg_server_once()702 mach_msg_size_t trailer_alloc; in mach_msg_server() local724 trailer_alloc = REQUESTED_TRAILER_SIZE(options); in mach_msg_server()725 new_request_alloc = (mach_msg_size_t)round_page(max_size + trailer_alloc); in mach_msg_server()728 new_request_alloc : max_size + trailer_alloc; in mach_msg_server()841 trailer_alloc); in mach_msg_server()