/spdk/include/spdk/ |
H A D | queue_extras.h | 134 #define STAILQ_HEAD_INITIALIZER(head) \ argument 140 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument 142 #define STAILQ_FIRST(head) ((head)->stqh_first) argument 144 #define STAILQ_FOREACH_FROM(var, head, field) \ argument 149 #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument 154 #define STAILQ_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument 159 #define STAILQ_LAST(head, type, field) \ argument 165 #define STAILQ_REMOVE_AFTER(head, elm, field) do { \ argument 192 #define LIST_HEAD_INITIALIZER(head) \ argument 206 #define QMD_LIST_CHECK_HEAD(head, field) do { \ argument [all …]
|
H A D | tree.h | 93 #define SPLAY_ROOT(head) (head)->sph_root argument 94 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument 97 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 103 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 109 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 115 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument 121 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument 301 #define SPLAY_FOREACH(x, name, head) \ argument 352 #define _RB_ROOT(head) (head)->rbh_root argument 353 #define RB_EMPTY(head) (_RB_ROOT(head) == NULL) argument [all …]
|
H A D | queue.h | 32 #define TAILQ_REMOVE(head, elm, field) do { \ argument
|
H A D | gpt_spec.h | 30 uint8_t head; member
|
/spdk/test/unit/lib/bdev/gpt/gpt.c/ |
H A D | gpt_ut.c | 64 struct spdk_gpt_header *head; in test_read_header() local 132 struct spdk_gpt_header *head; in test_read_partitions() local 191 struct spdk_gpt_header *head; in test_parse_mbr_and_primary() local 263 struct spdk_gpt_header *head; in test_parse_secondary() local
|
/spdk/module/bdev/gpt/ |
H A D | gpt.c | 83 struct spdk_gpt_header *head = gpt->header; in gpt_read_partitions() local 121 gpt_lba_range_check(struct spdk_gpt_header *head, uint64_t lba_end) in gpt_lba_range_check() 155 struct spdk_gpt_header *head; in gpt_read_header() local
|
/spdk/lib/env_ocf/ |
H A D | ocf_env_list.h | 76 struct list_head *head) in list_move_tail() 84 struct list_head *head) in list_move() 134 #define _list_entry_helper(item, head, field_name) list_entry(head, typeof(*item), field_name) argument
|
/spdk/lib/notify/ |
H A D | notify.c | 87 uint64_t head; in spdk_notify_send() local
|
/spdk/lib/ioat/ |
H A D | ioat_internal.h | 34 uint32_t head; member
|
/spdk/lib/trace/ |
H A D | trace_flags.c | 18 uint32_t head; member
|
/spdk/module/bdev/aio/ |
H A D | bdev_aio.c | 77 uint32_t head; global() member 370 uint32_t head, tail, count; bdev_user_io_getevents() local [all...] |
/spdk/test/unit/lib/accel/dpdk_compressdev.c/ |
H A D | accel_dpdk_compressdev_ut.c | 71 mock_rte_pktmbuf_chain(struct rte_mbuf *head, struct rte_mbuf *tail) in mock_rte_pktmbuf_chain() argument
|
/spdk/lib/ublk/ |
H A D | ublk.c | 1433 unsigned head, tag; ublk_io_recv() local
|
/spdk/lib/nvmf/ |
H A D | vfio_user.c | 122 uint32_t head; global() member 309 uint32_t head; global() member [all...] |