Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 60) sorted by relevance

123

/spdk/mk/
H A Dspdk.lib_deps.mk69 DEPDIRS-event := log util thread $(JSON_LIBS) trace init
70 DEPDIRS-init := jsonrpc json log rpc thread util
178 DEPDIRS-event_accel := init accel event_iobuf
179 DEPDIRS-event_vmd := init vmd $(JSON_LIBS) log thread util
181 DEPDIRS-event_bdev := init bdev event_accel event_vmd event_sock event_iobuf event_keyring
183 DEPDIRS-event_scheduler := event init json log
185 DEPDIRS-event_nbd := init nbd event_bdev
187 DEPDIRS-event_ublk := init ublk event_bdev
189 DEPDIRS-event_nvmf := init nvme nvmf event_bdev event_scheduler event_sock event_keyring \
191 DEPDIRS-event_scsi := init scs
[all...]
/spdk/docker/traffic-generator/
H A DDockerfile16 COPY init /init
18 ENTRYPOINT ["/init"]
/spdk/docker/spdk-app/
H A DDockerfile16 COPY init /init
18 ENTRYPOINT ["/init"]
/spdk/test/thread/lock/
H A DMakefile19 DEPDIRS-init := $(filter-out thread,$(DEPDIRS-init))
/spdk/module/scheduler/gscheduler/
H A Dgscheduler.c21 init(void) in init() function
118 .init = init,
/spdk/module/bdev/ftl/
H A Dbdev_ftl.c366 bdev_ftl_defer_free(struct ftl_deferred_init *init) in bdev_ftl_defer_free() argument
368 spdk_ftl_conf_deinit(&init->conf); in bdev_ftl_defer_free()
369 free(init); in bdev_ftl_defer_free()
375 struct ftl_deferred_init *init; in bdev_ftl_defer_init() local
378 init = calloc(1, sizeof(*init)); in bdev_ftl_defer_init()
379 if (!init) { in bdev_ftl_defer_init()
383 rc = spdk_ftl_conf_copy(&init->conf, conf); in bdev_ftl_defer_init()
385 free(init); in bdev_ftl_defer_init()
389 LIST_INSERT_HEAD(&g_deferred_init, init, entry); in bdev_ftl_defer_init()
/spdk/module/event/subsystems/scsi/
H A Dscsi.c31 .init = scsi_subsystem_init,
/spdk/module/event/subsystems/vfu_tgt/
H A Dvfu_tgt.c37 .init = vfu_target_subsystem_init,
/spdk/module/event/subsystems/vhost_scsi/
H A Dvhost_scsi.c38 .init = vhost_scsi_subsystem_init,
/spdk/module/event/subsystems/vhost_blk/
H A Dvhost_blk.c38 .init = vhost_blk_subsystem_init,
/spdk/module/event/subsystems/accel/
H A Daccel.c37 .init = accel_subsystem_initialize,
/spdk/module/event/subsystems/keyring/
H A Dkeyring.c34 .init = keyring_subsystem_init,
/spdk/lib/event/
H A Dscheduler_static.c172 .init = init_static,
/spdk/module/event/subsystems/nbd/
H A Dnbd.c42 .init = nbd_subsystem_init,
/spdk/lib/init/
H A DMakefile13 LIBNAME = init
H A Dsubsystem.c171 if (g_next_subsystem->init) { in spdk_subsystem_init_next()
172 g_next_subsystem->init(); in spdk_subsystem_init_next()
/spdk/module/event/subsystems/sock/
H A Dsock.c8 #include "spdk_internal/init.h"
47 .init = sock_subsystem_init,
/spdk/module/event/subsystems/ublk/
H A Dublk.c42 .init = ublk_subsystem_init,
/spdk/module/event/subsystems/iscsi/
H A Discsi.c44 .init = iscsi_subsystem_init,
/spdk/test/lvol/esnap/
H A DMakefile9 SPDK_LIB_LIST = accel bdev blob blob_bdev dma init notify ut
/spdk/module/event/subsystems/bdev/
H A Dbdev.c46 .init = bdev_subsystem_initialize,
/spdk/scripts/
H A Dsma.py70 device_manager.init(device_config.get('params'))
84 sma.get_crypto_engine().init(client, crypto_config.get('params', {}))
/spdk/python/spdk/sma/volume/
H A Dcrypto_bdev.py24 def init(self, client, params): member in CryptoEngineBdev
25 super().init(client, params)
/spdk/include/spdk_internal/
H A Dinit.h16 void (*init)(void); member
/spdk/module/scheduler/dynamic/
H A Dscheduler_dynamic.c275 init(void) in init()
447 .init = init,
265 init(void) init() function

123