OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_freetask
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
bwfmvar.h
229
struct pool_cache *
sc_freetask
;
member in struct:bwfm_softc
bwfm.c
343
sc->
sc_freetask
= pool_cache_init(sizeof(struct bwfm_task), 0, 0, 0,
346
pool_cache_prime(sc->
sc_freetask
, BWFM_TASK_COUNT);
493
if (sc->
sc_freetask
)
494
pool_cache_destroy(sc->
sc_freetask
);
816
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
908
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
943
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
1027
pool_cache_put(sc->
sc_freetask
, t);
2169
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
bwivar.h
675
struct pool_cache *
sc_freetask
;
member in struct:bwi_softc
bwi.c
898
sc->
sc_freetask
= pool_cache_init(sizeof(struct bwi_task),
900
pool_cache_prime(sc->
sc_freetask
, BWI_TASK_COUNT);
1146
if (sc->
sc_freetask
!= NULL) {
1147
pool_cache_destroy(sc->
sc_freetask
);
7614
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
7798
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
7935
pool_cache_put(sc->
sc_freetask
, t);
7952
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
10348
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
10390
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT)
[
all
...]
Completed in 20 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025