OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_cmd_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
hifn7751var.h
140
struct pool_cache *
sc_cmd_cache
;
member in struct:hifn_softc
hifn7751.c
405
sc->
sc_cmd_cache
= pool_cache_init(sizeof(struct hifn_command),
408
pool_cache_prime(sc->
sc_cmd_cache
, sc->sc_maxses);
492
pool_cache_destroy(sc->
sc_cmd_cache
);
2171
if ((cmd = pool_cache_get(sc->
sc_cmd_cache
, PR_NOWAIT)) == NULL) {
2399
pool_cache_put(sc->
sc_cmd_cache
, cmd);
2415
pool_cache_put(sc->
sc_cmd_cache
, cmd);
2475
pool_cache_put(sc->
sc_cmd_cache
, cmd);
2597
pool_cache_put(sc->
sc_cmd_cache
, cmd);
2708
pool_cache_put(sc->
sc_cmd_cache
, cmd);
2920
pool_cache_put(sc->
sc_cmd_cache
, cmd)
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025