Searched refs:sc_readpool (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/gpio/ |
H A D | gpioirq.c | 71 pool_cache_t sc_readpool; member 194 …sc->sc_readpool = pool_cache_init(sizeof(struct gpioirq_read_q),0,0,0,sc->sc_readpoolname,NULL,IPL… in gpioirq_attach() 195 pool_cache_sethiwat(sc->sc_readpool,100); in gpioirq_attach() 266 q = pool_cache_get(sc->sc_readpool,PR_NOWAIT); in gpioirq_intr() 347 pool_cache_put(sc->sc_readpool,chp); in gpioirq_read() 383 pool_cache_put(sc->sc_readpool,q); in gpioirq_close() 451 pool_cache_put(sc->sc_readpool,q); in gpioirq_detach()
|
/netbsd-src/sys/dev/i2c/ |
H A D | sht3x.c | 579 pp = pool_cache_get(sc->sc_readpool, PR_NOWAIT); in sht3x_take_periodic_measurement() 1132 sc->sc_readpool = pool_cache_init(sizeof(struct sht3x_read_q), 0, 0, 0, in sht3x_attach() 1134 pool_cache_sethiwat(sc->sc_readpool,100); in sht3x_attach() 1518 pool_cache_put(sc->sc_readpool,pp); in sht3xread() 1568 pool_cache_put(sc->sc_readpool,pp); in sht3x_detach() 1616 pool_cache_put(sc->sc_readpool,pp); in sht3x_detach() 1620 pool_cache_destroy(sc->sc_readpool);
|
H A D | sht3xvar.h | 61 pool_cache_t sc_readpool; 60 pool_cache_t sc_readpool; global() member
|