Searched refs:static (Results 1 – 21 of 21) sorted by relevance
| /spdk/doc/ |
| H A D | pkgconfig.md | 16 When linking with static libraries, the dependent system libraries must also be 20 PKG_CONFIG_PATH=/path/to/spdk/build/lib/pkgconfig pkg-config --libs --static spdk_syslibs 26 the `-Wl,--no-as-needed` parameters while with static libraries `-Wl,--whole-archive` 38 If using the SPDK nvme static library, you should also wrap with `-Wl,-Bstatic` and 39 `-Wl,-Bdynamic`. DPDK by default builds both shared and static libraries - these 40 linker args will ensure that linker uses the static versions: 45 SYS_LIB := $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --libs --static spdk_syslibs
|
| H A D | libraries.md | 119 SPDK libraries can be built as both static and shared object files. To facilitate building librarie… 198 SPDK static objects are compiled by default even when no parameters are supplied to the build syste… 200 static objects is similar to shared objects but will always require the use of `-Wl,--whole-archive` 204 Due to the lack of versioning semantics, it is not recommended to install static libraries system w… 205 Instead the path to these static libraries should be added as argument at compile time using 206 `-L/path/to/static/libs`. The use of static objects instead of shared objects can also be forced 211 …gcc -o my_app ./my_app.c -L/path/to/static/libs -Wl,--whole-archive -Wl,-Bstatic -lpassthru_extern…
|
| H A D | scheduler.md | 58 ### static [default] 60 The `static` scheduler is the default scheduler and does no dynamic scheduling. 66 The `static` scheduler cannot be re-enabled after a different scheduler has been
|
| H A D | concurrency.md | 193 static void 202 static void 208 static void 217 static void 223 static void
|
| H A D | memory.md | 63 virtual to physical pages is static. The operating system has no visibility 81 static. The `mlock` call should not be confused with a **pin** call, and it
|
| H A D | stylesheet.css | 1516 .navbar-form .form-control-static { 1576 .form-inline .form-control-static {
|
| /spdk/test/common/config/pkgdep/patches/qat/ |
| H A D | 0001-strlcpy-to-strscpy.patch | |
| H A D | 0001-phys_proc_id.patch | |
| H A D | 0001-no-vmlinux.patch | |
| H A D | 0001-missing-prototypes.patch | |
| /spdk/test/external_code/nvme/ |
| H A D | Makefile | 9 SYS_LIB := $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --libs --static spdk_syslibs) 17 static: target
|
| /spdk/test/external_code/ |
| H A D | Makefile | 54 static: hello_world_bdev_static nvme_static target 90 $(MAKE) --directory=passthru static 96 $(MAKE) --directory=nvme static
|
| H A D | README.md | 5 individual shared libraries, and static libraries.
|
| /spdk/test/external_code/passthru/ |
| H A D | Makefile | 12 static: target
|
| /spdk/test/external_code/accel/ |
| H A D | Makefile | 8 SYS_LIB := $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --libs --static spdk_syslibs)
|
| /spdk/test/external_code/hello_world/ |
| H A D | Makefile | 12 SYS_LIB := $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" pkg-config --libs --static spdk_syslibs)
|
| /spdk/rpmbuild/ |
| H A D | spdk.spec | 159 Summary: SPDK static development libraries and headers 167 SPDK static development libraries and header
|
| /spdk/ |
| H A D | README.md | 187 By default, the build of the SPDK yields static libraries against which 190 libraries, in addition to the default static ones. Use of this flag also 193 the single SPDK shared lib encompassing all of the SPDK static libs 195 of the SPDK static ones.
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 102 "scheduler_settings": "static", 172 - scheduler_settings - str. Select SPDK Target thread scheduler (static/dynamic). 173 Default: static.
|
| /spdk/mk/ |
| H A D | spdk.common.mk | 219 VFIO_USER_BUILD_SHARED=static
|
| /spdk/test/accel/ |
| H A D | bib | 2800 %T Comments on `Data compression using static Huffman code-decode tables'
|