Home
last modified time | relevance | path

Searched refs:FASTRPC_MAX_SESSIONS (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/misc/
Dfastrpc.c32 #define FASTRPC_MAX_SESSIONS 14 macro
269 struct fastrpc_session_ctx session[FASTRPC_MAX_SESSIONS];
2160 if (cctx->sesscount >= FASTRPC_MAX_SESSIONS) { in fastrpc_cb_probe()
2178 if (cctx->sesscount >= FASTRPC_MAX_SESSIONS) in fastrpc_cb_probe()
2202 for (i = 0; i < FASTRPC_MAX_SESSIONS; i++) { in fastrpc_cb_remove()