Searched refs:csw (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_conf.c | 89 struct cdevsw *csw; in dev_unlock_and_free() local 110 free(csw, M_DEVT); in dev_unlock_and_free() 192 if (csw != NULL) { in dev_refthread() 196 csw = NULL; in dev_refthread() 199 if (csw != NULL) in dev_refthread() 201 return (csw); in dev_refthread() 222 return (csw); in devvn_refthread() 225 csw = NULL; in devvn_refthread() 236 if (csw != NULL) in devvn_refthread() 241 if (csw != NULL) { in devvn_refthread() [all …]
|
| H A D | kern_physio.c | 47 struct cdevsw *csw; in physio() local 56 csw = dev->si_devsw; in physio() 60 if (csw == NULL) in physio() 179 csw->d_strategy(bp); in physio()
|
| H A D | vfs_aio.c | 1215 struct cdevsw *csw; in aio_qbio() local 1255 csw = devvn_refthread(vp, &dev, &ref); in aio_qbio() 1256 if (csw == NULL) in aio_qbio() 1259 if ((csw->d_flags & D_DISK) == 0) { in aio_qbio() 1353 csw->d_strategy(bios[i]); in aio_qbio()
|
| /f-stack/freebsd/vm/ |
| H A D | device_pager.c | 339 struct cdevsw *csw; in old_dev_pager_fault() local 350 csw = dev_refthread(dev, &ref); in old_dev_pager_fault() 351 if (csw == NULL) { in old_dev_pager_fault() 358 ret = csw->d_mmap(dev, offset, &paddr, prot, &memattr); in old_dev_pager_fault() 376 if ((csw->d_flags & D_MEM) == 0) { in old_dev_pager_fault() 379 csw->d_name, memattr, memattr1); in old_dev_pager_fault() 430 struct cdevsw *csw; in old_dev_pager_ctor() local 441 csw = dev_refthread(dev, &ref); in old_dev_pager_ctor() 442 if (csw == NULL) in old_dev_pager_ctor() 454 if (csw->d_mmap(dev, off, &paddr, (int)prot, &dummy) != 0) { in old_dev_pager_ctor()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/perf/ |
| H A D | apm-xgene-pmu.txt | 16 - regmap-csw : Regmap of the CPU switch fabric (CSW) resource. 41 csw: csw@7e200000 { 42 compatible = "apm,xgene-csw", "syscon"; 61 regmap-csw = <&csw>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/edac/ |
| H A D | apm-xgene-edac.txt | 15 - regmap-csw : Regmap of the CPU switch fabric (CSW) resource. 51 csw: csw@7e200000 { 52 compatible = "apm,xgene-csw", "syscon"; 81 regmap-csw = <&csw>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/apm/ |
| H A D | apm-shadowcat.dtsi | 415 csw: csw@7e200000 { label 416 compatible = "apm,xgene-csw", "syscon"; 440 regmap-csw = <&csw>; 513 regmap-csw = <&csw>;
|
| H A D | apm-storm.dtsi | 453 csw: csw@7e200000 { label 454 compatible = "apm,xgene-csw", "syscon"; 483 regmap-csw = <&csw>; 557 regmap-csw = <&csw>;
|
| /f-stack/freebsd/sys/ |
| H A D | conf.h | 280 void destroy_dev_drain(struct cdevsw *csw);
|