Home
last modified time | relevance | path

Searched defs:num (Results 1 – 19 of 19) sorted by relevance

/spdk/lib/json/
H A Djson_util.c79 json_number_split(const struct spdk_json_val *val, struct spdk_json_num *num) in json_number_split()
180 spdk_json_number_to_uint8(const struct spdk_json_val *val, uint8_t *num) in spdk_json_number_to_uint8()
202 spdk_json_number_to_uint16(const struct spdk_json_val *val, uint16_t *num) in spdk_json_number_to_uint16()
224 spdk_json_number_to_int32(const struct spdk_json_val *val, int32_t *num) in spdk_json_number_to_int32()
255 spdk_json_number_to_uint32(const struct spdk_json_val *val, uint32_t *num) in spdk_json_number_to_uint32()
277 spdk_json_number_to_uint64(const struct spdk_json_val *val, uint64_t *num) in spdk_json_number_to_uint64()
/spdk/include/linux/
H A Dvirtio_ring.h123 unsigned int num; member
169 vring_init(struct vring *vr, unsigned int num, void *p, in vring_init()
181 vring_size(unsigned int num, unsigned long align) in vring_size()
/spdk/test/unit/lib/jsonrpc/jsonrpc_server.c/
H A Djsonrpc_server_ut.c50 #define REQ_ID_NUM(num) \ argument
89 #define PARAM_NUM(num) \ argument
/spdk/module/scheduler/dpdk_governor/
H A Ddpdk_governor.c18 _get_core_avail_freqs(uint32_t lcore_id,uint32_t * freqs,uint32_t num) _get_core_avail_freqs() argument
/spdk/lib/iscsi/
H A Dtgt_node.h41 int num; member
H A Dconn.c709 int num = 0; iscsi_get_active_conns() local
864 int num; iscsi_drop_conns() local
/spdk/lib/virtio/
H A Dvirtio.c336 uint32_t *len, uint16_t num) in virtqueue_dequeue_burst_rx()
533 uint16_t nb_used, num; in virtio_recv_pkts() local
H A Dvirtio_vhost_user.c233 int i, num; in prepare_vhost_memory_user() local
[all...]
/spdk/lib/conf/
H A Dconf.c27 int num; member
437 int num; in parse_line() local
/spdk/test/unit/lib/json/json_parse.c/
H A Djson_parse_ut.c60 #define VAL_NUMBER(num) VAL_STRING_MATCH(num, SPDK_JSON_VAL_NUMBER) argument
/spdk/lib/nvme/
H A Dnvme_opal_internal.h202 int num; member
H A Dnvme_opal.c221 opal_add_tokens(int *err, struct opal_session *sess, int num, ...) in opal_add_tokens()
/spdk/lib/event/
H A Dapp_rpc.c574 uint32_t core, index, num; rpc_framework_get_governor() local
/spdk/test/unit/lib/blob/blob.c/
H A Desnap_dev.c131 uint64_t num; member
/spdk/test/unit/lib/nvmf/auth.c/
H A Dauth_ut.c31 __wrap_RAND_bytes(unsigned char *buf, int num) in __wrap_RAND_bytes() argument
/spdk/lib/vhost/
H A Dvhost_scsi.c966 spdk_vhost_scsi_dev_get_tgt(struct spdk_vhost_dev * vdev,uint8_t num) spdk_vhost_scsi_dev_get_tgt() argument
/spdk/test/unit/lib/nvmf/ctrlr.c/
H A Dctrlr_ut.c1619 int num = 0; num_pending_async_events() local
/spdk/python/spdk/rpc/
H A Dbdev.py1559 bdev_error_inject_error(client, name, io_type, error_type, num=None, queue_depth=None, corrupt_offset=None, corrupt_value=None) global() argument
/spdk/lib/nvmf/
H A Dnvmf_rpc.c99 if (num < 0) { in decode_hex_string_be() local