Searched refs:IPC_TABLE_REQUESTS_SIZE (Results 1 – 1 of 1) sorted by relevance
78 #define IPC_TABLE_REQUESTS_SIZE 64 macro79 SECURITY_READ_ONLY_LATE(struct ipc_table_size) ipc_table_requests[IPC_TABLE_REQUESTS_SIZE];139 ipc_table_fill(ipc_table_requests, IPC_TABLE_REQUESTS_SIZE - 1, in ipc_table_init()144 ipc_table_requests[IPC_TABLE_REQUESTS_SIZE - 1].its_size = 0; in ipc_table_init()176 static_assert(IPC_TABLE_REQUESTS_SIZE >= 2); in ipc_table_max_requests()177 return (unsigned int)ipc_table_requests[IPC_TABLE_REQUESTS_SIZE - 2].its_size; in ipc_table_max_requests()