Searched refs:CLIENT_PACKET_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance
34 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 16) macro35 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];154 pointer, CLIENT_PACKET_POOL_SIZE); in test_application_define()156 pointer = pointer + CLIENT_PACKET_POOL_SIZE; in test_application_define()
163 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 4) macro164 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];288 pointer, CLIENT_PACKET_POOL_SIZE); in test_application_define()290 pointer = pointer + CLIENT_PACKET_POOL_SIZE; in test_application_define()
162 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 4) macro163 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];287 pointer, CLIENT_PACKET_POOL_SIZE); in test_application_define()289 pointer = pointer + CLIENT_PACKET_POOL_SIZE; in test_application_define()
148 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 5) macro149 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];271 …LIENT_PACKET_SIZE, (ULONG*)(((int)client_packet_pool_area + 15) & ~15) , CLIENT_PACKET_POOL_SIZE); in test_application_define()