Lines Matching refs:dev_refthread
179 dev_refthread(struct cdev *dev, int *ref) in dev_refthread() function
352 dsw = dev_refthread(dev, &ref); in giant_open()
368 dsw = dev_refthread(dev, &ref); in giant_fdopen()
384 dsw = dev_refthread(dev, &ref); in giant_close()
402 dsw = dev_refthread(dev, &ref); in giant_strategy()
419 dsw = dev_refthread(dev, &ref); in giant_ioctl()
435 dsw = dev_refthread(dev, &ref); in giant_read()
451 dsw = dev_refthread(dev, &ref); in giant_write()
467 dsw = dev_refthread(dev, &ref); in giant_poll()
483 dsw = dev_refthread(dev, &ref); in giant_kqfilter()
500 dsw = dev_refthread(dev, &ref); in giant_mmap()
518 dsw = dev_refthread(dev, &ref); in giant_mmap_single()
1254 csw = dev_refthread(dev, &ref); in dev_copyname()