Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 33) sorted by relevance

12

/spdk/test/unit/lib/blob/
H A Dbs_scheduler.c11 spdk_msg_fn fn; member
22 _bs_send_msg(spdk_msg_fn fn, void *ctx, void *thread_ctx) in _bs_send_msg()
/spdk/lib/util/
H A Dfd_group.c40 spdk_fd_fn fn; global() member
228 spdk_fd_group_add(struct spdk_fd_group * fgrp,int efd,spdk_fd_fn fn,void * arg,const char * name) spdk_fd_group_add() argument
236 spdk_fd_group_add_for_events(struct spdk_fd_group * fgrp,int efd,uint32_t events,spdk_fd_fn fn,void * arg,const char * name) spdk_fd_group_add_for_events() argument
510 spdk_fd_group_add(struct spdk_fd_group * fgrp,int efd,spdk_fd_fn fn,void * arg,const char * name) spdk_fd_group_add() argument
517 spdk_fd_group_add_for_events(struct spdk_fd_group * fgrp,int efd,uint32_t events,spdk_fd_fn fn,void * arg,const char * name) spdk_fd_group_add_for_events() argument
[all...]
/spdk/test/unit/lib/blobfs/blobfs_sync_ut/
H A Dblobfs_sync_ut.c26 fs_request_fn fn; member
37 send_request(fs_request_fn fn, void *arg) in send_request()
52 ut_send_request(fs_request_fn fn, void *arg) in ut_send_request()
/spdk/lib/nvme/
H A Dnvme_io_msg.h21 spdk_nvme_io_msg_fn fn; member
H A Dnvme_io_msg.c15 nvme_io_msg_send(struct spdk_nvme_ctrlr *ctrlr, uint32_t nsid, spdk_nvme_io_msg_fn fn, in nvme_io_msg_send() argument
/spdk/lib/thread/
H A Dthread.c45 spdk_interrupt_fn fn; global() member
83 spdk_poller_fn fn; global() member
276 spdk_msg_fn fn; global() member
1359 spdk_thread_send_msg(const struct spdk_thread * thread,spdk_msg_fn fn,void * ctx) spdk_thread_send_msg() argument
1406 spdk_thread_send_critical_msg(struct spdk_thread * thread,spdk_msg_fn fn) spdk_thread_send_critical_msg() argument
1648 poller_register(spdk_poller_fn fn,void * arg,uint64_t period_microseconds,const char * name) poller_register() argument
1733 spdk_poller_register(spdk_poller_fn fn,void * arg,uint64_t period_microseconds) spdk_poller_register() argument
1741 spdk_poller_register_named(spdk_poller_fn fn,void * arg,uint64_t period_microseconds,const char * name) spdk_poller_register_named() argument
1985 spdk_msg_fn fn; global() member
2035 spdk_for_each_thread(spdk_msg_fn fn,void * ctx,spdk_msg_fn cpl) spdk_for_each_thread() argument
2507 spdk_channel_msg fn; global() member
2573 spdk_for_each_channel(void * io_device,spdk_channel_msg fn,void * ctx,spdk_channel_for_each_cpl cpl) spdk_for_each_channel() argument
2820 spdk_interrupt_register(int efd,spdk_interrupt_fn fn,void * arg,const char * name) spdk_interrupt_register() argument
2827 spdk_interrupt_register_for_events(int efd,uint32_t events,spdk_interrupt_fn fn,void * arg,const char * name) spdk_interrupt_register_for_events() argument
[all...]
/spdk/test/unit/lib/blobfs/blobfs_bdev.c/
H A Dblobfs_bdev_ut.c126 spdk_thread_send_msg(const struct spdk_thread *thread, spdk_msg_fn fn, void *ctx) in spdk_thread_send_msg()
152 blobfs_fuse_send_request(fs_request_fn fn, void *arg) in blobfs_fuse_send_request()
/spdk/test/common/lib/
H A Dut_multithread.c21 spdk_msg_fn fn; member
/spdk/lib/ftl/
H A Dftl_band.h203 ftl_band_state_change_fn fn, in ftl_band_set_owner()
215 ftl_band_state_change_fn fn, in ftl_band_clear_owner()
/spdk/lib/log/
H A Dlog_deprecated.c107 spdk_log_for_each_deprecation(void *ctx, spdk_log_for_each_deprecation_fn fn) in spdk_log_for_each_deprecation() argument
/spdk/lib/event/
H A Dreactor.c339 _event_call(uint32_t lcore,spdk_event_fn fn,void * arg1,void * arg2) _event_call() argument
483 spdk_event_allocate(uint32_t lcore,spdk_event_fn fn,void * arg1,void * arg2) spdk_event_allocate() argument
1317 spdk_event_fn fn; global() member
1351 spdk_for_each_reactor(spdk_event_fn fn,void * arg1,void * arg2,spdk_event_fn cpl) spdk_for_each_reactor() argument
[all...]
H A Dapp_rpc.c147 rpc_thread_get_stats_for_each(struct spdk_jsonrpc_request *request, spdk_msg_fn fn) in rpc_thread_get_stats_for_each() argument
/spdk/include/spdk/
H A Dhistogram_data.h155 spdk_histogram_data_fn fn, void *ctx) in spdk_histogram_data_iterate()
/spdk/module/scheduler/dynamic/
H A Dscheduler_dynamic.c56 _foreach_thread(struct spdk_scheduler_core_info * cores_info,_foreach_fn fn) _foreach_thread() argument
/spdk/module/blobfs/bdev/
H A Dblobfs_fuse.c50 blobfs_fuse_send_request(fs_request_fn fn, void *arg) in blobfs_fuse_send_request()
/spdk/test/unit/lib/ftl/ftl_mngt/
H A Dftl_mngt_ut.c26 spdk_msg_fn fn; member
33 spdk_thread_send_msg(const struct spdk_thread *thread, spdk_msg_fn fn, void *ctx) in spdk_thread_send_msg()
/spdk/test/unit/lib/nvme/nvme_cuse.c/
H A Dnvme_cuse_ut.c145 uint32_t nsid, spdk_nvme_io_msg_fn fn, void *arg) in nvme_io_msg_send() argument
/spdk/test/app/fuzz/llvm_vfio_fuzz/
H A Dllvm_vfio_fuzz.c28 fuzzer_fn fn; member
[all...]
/spdk/test/app/fuzz/llvm_nvme_fuzz/
H A Dllvm_nvme_fuzz.c40 fuzz_build_cmd_fn fn; member
/spdk/lib/vhost/
H A Drte_vhost_user.c1387 spdk_vhost_session_fn fn, argument
1938 spdk_vhost_fini_cb fn = vhost_cb; global() local
/spdk/lib/rocksdb/
H A Denv_spdk.cc68 __send_request(fs_request_fn fn, void *arg) in __send_request()
/spdk/lib/sock/
H A Dsock.c979 spdk_sock_group_register_interrupt(struct spdk_sock_group * group,uint32_t events,spdk_interrupt_fn fn,void * arg,const char * name) spdk_sock_group_register_interrupt() argument
/spdk/lib/iscsi/
H A Discsi_rpc.c801 iscsi_change_portal_grp_fn fn) in _rpc_iscsi_change_portal_group()
1862 spdk_msg_fn fn; in rpc_iscsi_enable_histogram() local
/spdk/test/accel/dif/
H A Ddif.c44 execute_spdk_function(spdk_msg_fn fn,void * arg) execute_spdk_function() argument
/spdk/lib/scsi/
H A Dscsi_bdev.c1360 int (*fn)(struct spdk_bdev_scsi_split_ctx *ctx); member

12