Home
last modified time | relevance | path

Searched refs:bpool (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/boot/fdt/dts/powerpc/
HDp2041rdb.dts94 compatible = "fsl,p2041-bpool", "fsl,bpool";
96 fsl,bpool-cfg = <0 0x100 0 1 0 0x100>;
HDp3041ds.dts95 compatible = "fsl,p3041-bpool", "fsl,bpool";
97 fsl,bpool-cfg = <0 0x100 0 1 0 0x100>;
HDp5020ds.dts93 compatible = "fsl,p5020-bpool", "fsl,bpool";
95 fsl,bpool-cfg = <0 0x100 0 1 0 0x100>;
HDp3041si.dtsi276 compatible = "fsl,p3041-bpool", "fsl,bpool";
278 fsl,bpool-cfg = <0 0x100 0 1 0 0x100>;
HDp2041si.dtsi275 compatible = "fsl,p2041-bpool", "fsl,bpool";
277 fsl,bpool-cfg = <0 0x100 0 1 0 0x100>;
HDp5020si.dtsi261 compatible = "fsl,p5020-bpool", "fsl,bpool";
263 fsl,bpool-cfg = <0 0x100 0 1 0 0x100>;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_alloc.cpp46 static void bpool(kmp_info_t *th, void *buffer, bufsize len);
620 bpool(th, newpool, thr->exp_incr); in bget()
877 static void bpool(kmp_info_t *th, void *buf, bufsize len) { in bpool() function