Lines Matching full:clients
202 * Since this is shared memory with all clients and controller and controller
208 * messages (for clients that are not using shared memory, the controller will
209 * handle an offset and make the clients think they start at time zero.)
227 * the um_timetravel_schedshm clients array, that holds info related to the client
253 * set by controller once at init, clients must check this after mapping
256 * @len: Length of all the memory including header (@hdr), clients should once
259 * clients be dynamic based on controller support.
264 * is made by any client. Clients also must update this value when they
272 * @max_clients: size of @clients array, set once at init by the controller.
273 * @clients: clients array see &union um_timetravel_schedshm_client for doc,
288 union um_timetravel_schedshm_client clients[]; member