Home
last modified time | relevance | path

Searched refs:sc_readpoolname (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/gpio/
H A Dgpioirq.c72 char *sc_readpoolname; member
160 sc->sc_readpoolname = NULL; in gpioirq_attach()
193 sc->sc_readpoolname = kmem_asprintf("girqread%d",device_unit(self)); in gpioirq_attach()
194 …sc->sc_readpool = pool_cache_init(sizeof(struct gpioirq_read_q),0,0,0,sc->sc_readpoolname,NULL,IPL… in gpioirq_attach()
454 if (sc->sc_readpoolname != NULL) { in gpioirq_detach()
455 kmem_free(sc->sc_readpoolname,strlen(sc->sc_readpoolname) + 1); in gpioirq_detach()
/netbsd-src/sys/dev/i2c/
H A Dsht3xvar.h62 char *sc_readpoolname;
61 char *sc_readpoolname; global() member
H A Dsht3x.c1107 sc->sc_readpoolname = NULL; in sht3x_attach()
1131 sc->sc_readpoolname = kmem_asprintf("sht3xrp%d",device_unit(self)); in sht3x_attach()
1133 sc->sc_readpoolname, NULL, IPL_VM, NULL, NULL, NULL); in sht3x_attach()
1639 if (sc->sc_readpoolname != NULL) {
1640 kmem_free(sc->sc_readpoolname,strlen(sc->sc_readpoolname) + 1);