| /f-stack/dpdk/examples/qos_sched/ |
| H A D | cfg_file.c | 49 char *next; in cfg_load_pipe() local 260 char *next; in cfg_load_subport() local 275 char *next; in cfg_load_subport() local 290 char *next; in cfg_load_subport() local 306 char *next; in cfg_load_subport() local 333 char *next; in cfg_load_subport() local
|
| /f-stack/freebsd/kern/ |
| H A D | subr_module.c | 60 int next; in preload_search_by_name() local 91 int next; in preload_search_by_type() local 127 int next; in preload_search_next_name() local 169 int next; in preload_search_info() local 215 int next; in preload_delete_name() local 286 int next; in preload_bootstrap_relocate() local
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | iq_chunk.h | 16 struct sw_queue_chunk *next; member 51 struct sw_queue_chunk *next; in iq_free_chunk_list() local 93 struct sw_queue_chunk *next = iq->head->next; in iq_pop() local 124 struct sw_queue_chunk *next; in iq_dequeue_burst() local 141 struct sw_queue_chunk *next = current->next; in iq_dequeue_burst() local
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | rte_graph_worker.h | 57 rte_graph_off_t next; /**< Index to next node. */ member 244 __rte_node_next_node_get(struct rte_node *node, rte_edge_t next) in __rte_node_next_node_get() 272 rte_edge_t next, void **objs, uint16_t nb_objs) in rte_node_enqueue() 299 rte_edge_t next, void *obj) in rte_node_enqueue_x1() 329 rte_edge_t next, void *obj0, void *obj1) in rte_node_enqueue_x2() 364 rte_edge_t next, void *obj0, void *obj1, void *obj2, in rte_node_enqueue_x4() 428 rte_edge_t next, uint16_t nb_objs) in rte_node_next_stream_get() 459 rte_edge_t next, uint16_t idx) in rte_node_next_stream_put() 488 rte_edge_t next) in rte_node_next_stream_move()
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_hp_fifo.h | 49 struct ck_hp_fifo_entry *next; member 83 struct ck_hp_fifo_entry *tail, *next; in ck_hp_fifo_enqueue_mpmc() local 114 struct ck_hp_fifo_entry *tail, *next; in ck_hp_fifo_tryenqueue_mpmc() local 142 struct ck_hp_fifo_entry *head, *tail, *next; in ck_hp_fifo_dequeue_mpmc() local 176 struct ck_hp_fifo_entry *head, *tail, *next; in ck_hp_fifo_trydequeue_mpmc() local
|
| H A D | ck_fifo.h | 41 struct ck_fifo_spsc_entry *next; member 213 struct ck_fifo_mpmc_pointer next; member 249 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_enqueue() local 306 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_tryenqueue() local 359 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_dequeue() local 414 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_trydequeue() local
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | mylist.h | 11 struct list_head *prev, *next; member 18 struct list_head *next) in __list_add() 36 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_queue.c | 20 ngx_queue_t *middle, *next; in ngx_queue_middle() local 54 ngx_queue_t *q, *prev, *next; in ngx_queue_sort() local
|
| H A D | ngx_palloc.h | 37 ngx_pool_cleanup_t *next; member 44 ngx_pool_large_t *next; member 52 ngx_pool_t *next; member
|
| H A D | ngx_radix_tree.c | 113 ngx_radix_node_t *node, *next; in ngx_radix32tree_insert() local 274 ngx_radix_node_t *node, *next; in ngx_radix128tree_insert() local
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cavium_crypto.c | 100 #define CVM_LOAD_SHA_UNIT(dat, next) { \ argument 128 #define CVM_LOAD2_SHA_UNIT(dat1, dat2, next) { \ argument 166 #define CVM_LOAD_MD5_UNIT(dat, next) { \ argument 194 #define CVM_LOAD2_MD5_UNIT(dat1, dat2, next) { \ argument 470 int next = 0; in octo_null_sha1_encrypt() local 571 int next = 0; in octo_aes_cbc_sha1_encrypt() local 762 int next = 0; in octo_aes_cbc_sha1_decrypt() local
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | parser.c | 82 char *next; in softnic_parser_read_int32() local 100 char *next; in softnic_parser_read_uint64() local 140 char *next; in softnic_parser_read_uint64_hex() local 326 char *next; in softnic_parse_mpls_labels() local 440 const char *next = skip_white_spaces(entry); in softnic_parse_cpu_core() local
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 59 struct mem_item *next; /* pointer to next item in list, or NULL */ member 114 struct mem_item *item, *next; in mem_free() local 203 struct mem_item *item, *next; in mem_done() local 248 unsigned next, val; in h2b() local 449 static unsigned int next = 0; in pull() local 622 code *next, table[ENOUGH_DISTS]; in cover_trees() local
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | parser.c | 83 char *next; in parser_read_uint64() local 123 char *next; in parser_read_uint64_hex() local 309 char *next; in parse_mpls_labels() local 423 const char *next = skip_white_spaces(entry); in parse_cpu_core() local
|
| /f-stack/freebsd/contrib/ck/include/spinlock/ |
| H A D | mcs.h | 40 struct ck_spinlock_mcs *next; member 119 struct ck_spinlock_mcs *next; in ck_spinlock_mcs_unlock() local
|
| H A D | anderson.h | 53 unsigned int next; member 106 unsigned int position, next; in ck_spinlock_anderson_lock() local
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | parser.c | 81 char *next; in parser_read_uint64() local 121 char *next; in parser_read_int32() local 139 char *next; in parser_read_uint64_hex() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | uu_list.c | 66 uu_list_pool_t *pp, *next, *prev; in uu_list_pool_create() local 182 uu_list_t *lp, *next, *prev; in uu_list_create() local 264 uu_list_node_impl_t *next) in list_insert() 399 uu_list_walk_t *next, *prev; in list_walk_init() local 430 uu_list_node_impl_t *next; in list_walk_advance() local
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | hellotype.c | 55 struct HelloTypeNode *next; member 72 struct HelloTypeNode *next = o->head, *newnode, *prev = NULL; in HelloTypeInsert() local 90 struct HelloTypeNode *cur, *next; in HelloTypeReleaseObject() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_rlock.c | 314 zfs_locked_range_t *next; in zfs_rangelock_add_reader() local 406 zfs_locked_range_t *prev, *next; in zfs_rangelock_enter_reader() local 586 zfs_locked_range_t *next = NULL; in zfs_rangelock_exit_reader() local
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_pool.h | 48 struct qnode *next; member 144 struct qnode *next = tail->next; in _pool_remove() local
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | infback.c | 93 static code *next; local 258 z_const unsigned char FAR *next; /* next input */ local
|
| /f-stack/freebsd/net/ |
| H A D | if_llatbl.c | 141 struct llentry *lle, *next; in htable_foreach_lle() local 242 struct llentry *lle, *next; in htable_prefix_free() local 273 struct llentry *lle, *next; in llentries_unlink() local 288 struct mbuf *next; in lltable_drop_entry_queue() local 492 struct llentry *lle, *next; in lltable_free() local
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | adlist.h | 38 struct listNode *next; member 43 listNode *next; member
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | ll.h | 14 struct ll_entry *next; member
|