OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_session_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
mvxpsecvar.h
403
pool_cache_t
sc_session_pool
;
member in struct:mvxpsec_softc
mvxpsec.c
437
sc->
sc_session_pool
=
441
pool_cache_sethiwat(sc->
sc_session_pool
, MVXPSEC_MAX_SESSIONS);
442
pool_cache_setlowat(sc->
sc_session_pool
, MVXPSEC_MAX_SESSIONS / 2);
1496
mv_s = pool_cache_get(sc->
sc_session_pool
, PR_NOWAIT);
1558
pool_cache_put(mv_s->sc->
sc_session_pool
, mv_s);
Completed in 14 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025