Lines Matching refs:directory

14 The SPDK libraries are divided into two directories. The `lib` directory contains the base librarie…
16 modules and are located in the `module` directory. For example, the `spdk_sock` library is containe…
17 `lib` directory while the implementations of socket abstractions, `sock_posix` and `sock_uring`
18 are contained in the `module` directory.
22 The libraries in the `lib` directory can be readily divided into four categories:
39 The one library in the `lib` directory that doesn't fit into the above classification is the `spdk_…
44 Currently there are two exceptions in the `lib` directory which still rely on `spdk_event`, `spdk_v…
53 The component libraries in the `module` directory represent specific implementations of the base li…
54 the `lib` directory. As with the `lib` directory, much care has been taken to avoid dependencies on…
57 There are seven sub-directories in the `module` directory which each hold a different class of libr…
60 …n libraries: These libraries are explicitly tied to one of the libraries in the `lib` directory and
62 …the `lib` directory then manages the module directly. These types of libraries each implement a fu…
67 | module directory | parent library | dependent on event library |
75 - Free libraries: These libraries are highly dependent upon a library in the `lib` directory but ar…
86 All public SPDK header files exist in the `include` directory of the SPDK repository. These headers
91 in this directory may depend upon the same underlying library and work together to expose different…
106 included in a header in the `include/spdk_internal` directory.