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
903
sc->
sc_freetask
= pool_cache_init(sizeof(struct bwi_task),
905
pool_cache_prime(sc->
sc_freetask
, BWI_TASK_COUNT);
1151
if (sc->
sc_freetask
!= NULL) {
1152
pool_cache_destroy(sc->
sc_freetask
);
7608
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
7792
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
7929
pool_cache_put(sc->
sc_freetask
, t);
7946
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
10336
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT);
10378
t = pool_cache_get(sc->
sc_freetask
, PR_NOWAIT)
[
all
...]
Completed in 436 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025