Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 207) sorted by relevance

123456789

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h50 typedef struct list { struct
51 size_t list_size; argument
52 size_t list_offset; argument
53 list_node_t list_head; argument
60 list_is_empty(list_t *list) in list_is_empty()
81 list_destroy(list_t *list) in list_destroy()
123 list_remove_head(list_t *list) in list_remove_head()
134 list_remove_tail(list_t *list) in list_remove_tail()
145 list_head(list_t *list) in list_head()
154 list_tail(list_t *list) in list_tail()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/
H A Dlist.c74 list_destroy(list_t *list) in list_destroy()
108 list_insert_head(list_t *list, void *object) in list_insert_head()
115 list_insert_tail(list_t *list, void *object) in list_insert_tail()
122 list_remove(list_t *list, void *object) in list_remove()
131 list_remove_head(list_t *list) in list_remove_head()
141 list_remove_tail(list_t *list) in list_remove_tail()
151 list_head(list_t *list) in list_head()
159 list_tail(list_t *list) in list_tail()
167 list_next(list_t *list, void *object) in list_next()
178 list_prev(list_t *list, void *object) in list_prev()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c75 list_destroy(list_t *list) in list_destroy()
109 list_insert_head(list_t *list, void *object) in list_insert_head()
116 list_insert_tail(list_t *list, void *object) in list_insert_tail()
123 list_remove(list_t *list, void *object) in list_remove()
132 list_remove_head(list_t *list) in list_remove_head()
142 list_remove_tail(list_t *list) in list_remove_tail()
152 list_head(list_t *list) in list_head()
160 list_tail(list_t *list) in list_tail()
168 list_next(list_t *list, void *object) in list_next()
179 list_prev(list_t *list, void *object) in list_prev()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dadlist.c43 struct list *list; in listCreate() local
56 void listEmpty(list *list) in listEmpty() argument
76 void listRelease(list *list) in listRelease() argument
88 list *listAddNodeHead(list *list, void *value) in listAddNodeHead() argument
114 list *listAddNodeTail(list *list, void *value) in listAddNodeTail() argument
167 void listDelNode(list *list, listNode *node) in listDelNode() argument
205 void listRewind(list *list, listIter *li) { in listRewind() argument
210 void listRewindTail(list *list, listIter *li) { in listRewindTail() argument
290 listNode *listSearchKey(list *list, void *key) in listSearchKey() argument
315 listNode *listIndex(list *list, long index) { in listIndex() argument
[all …]
H A Dadlist.h47 typedef struct list { struct
48 listNode *head; argument
49 listNode *tail; argument
54 } list; argument
/f-stack/freebsd/kern/
H A Dsubr_eventhandler.c73 struct eventhandler_list *list, *new_list; in eventhandler_find_or_create_list() local
109 eventhandler_register_internal(struct eventhandler_list *list, in eventhandler_register_internal()
145 eventhandler_register(struct eventhandler_list *list, const char *name, in eventhandler_register()
169 vimage_eventhandler_register(struct eventhandler_list *list, const char *name, in vimage_eventhandler_register()
188 _eventhandler_deregister(struct eventhandler_list *list, eventhandler_tag tag, in _eventhandler_deregister()
229 eventhandler_deregister(struct eventhandler_list *list, eventhandler_tag tag) in eventhandler_deregister()
236 eventhandler_deregister_nowait(struct eventhandler_list *list, in eventhandler_deregister_nowait()
249 struct eventhandler_list *list; in _eventhandler_find_list() local
265 struct eventhandler_list *list; in eventhandler_find_list() local
284 eventhandler_prune_list(struct eventhandler_list *list) in eventhandler_prune_list()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dlist_impl.h41 struct list { struct
42 size_t list_size; argument
43 size_t list_offset; argument
44 struct list_node list_head; argument
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dlist_impl.h41 struct list { struct
42 size_t list_size; argument
43 size_t list_offset; argument
44 struct list_node list_head; argument
H A Dmhd.h71 mhioc_resv_key_t *list; member
83 caddr32_t list; member
102 mhioc_resv_desc_t *list; member
114 caddr32_t list; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dobjlist.c25 objlist_t *list = kmem_alloc(sizeof (*list), KM_SLEEP); in objlist_create() local
33 objlist_destroy(objlist_t *list) in objlist_destroy()
52 objlist_exists(objlist_t *list, uint64_t object) in objlist_exists()
73 objlist_insert(objlist_t *list, uint64_t object) in objlist_insert()
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c91 struct internal_list *list; in find_internal_resource_by_vdev() local
114 struct internal_list *list; in find_internal_resource_by_dev() local
882 struct internal_list *list; in ifcvf_dev_config() local
909 struct internal_list *list; in ifcvf_dev_close() local
949 struct internal_list *list; in ifcvf_set_features() local
982 struct internal_list *list; in ifcvf_get_vfio_group_fd() local
998 struct internal_list *list; in ifcvf_get_vfio_device_fd() local
1014 struct internal_list *list; in ifcvf_get_notify_area() local
1045 struct internal_list *list; in ifcvf_get_queue_num() local
1061 struct internal_list *list; in ifcvf_get_vdpa_features() local
[all …]
/f-stack/dpdk/lib/librte_stack/
H A Drte_stack_lf_stubs.h19 __rte_stack_lf_push_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_push_elems()
31 __rte_stack_lf_pop_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_pop_elems()
H A Drte_stack_lf_c11.h34 __rte_stack_lf_push_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_push_elems()
73 __rte_stack_lf_pop_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_pop_elems()
H A Drte_stack_lf_generic.h34 __rte_stack_lf_push_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_push_elems()
75 __rte_stack_lf_pop_elems(struct rte_stack_lf_list *list, in __rte_stack_lf_pop_elems()
/f-stack/tools/libmemstat/
H A Dmemstat.c88 memstat_mtl_first(struct memory_type_list *list) in memstat_mtl_first()
102 _memstat_mtl_empty(struct memory_type_list *list) in _memstat_mtl_empty()
115 memstat_mtl_free(struct memory_type_list *list) in memstat_mtl_free()
123 memstat_mtl_geterror(struct memory_type_list *list) in memstat_mtl_geterror()
135 memstat_mtl_find(struct memory_type_list *list, int allocator, in memstat_mtl_find()
156 _memstat_mt_allocate(struct memory_type_list *list, int allocator, in _memstat_mt_allocate()
/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c215 pf_osfp_match(struct pf_osfp_enlist *list, pf_osfp_t os) in pf_osfp_match()
351 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, in pf_osfp_find()
426 pf_osfp_find_exact(struct pf_osfp_list *list, struct pf_os_fingerprint *find) in pf_osfp_find_exact()
447 pf_osfp_insert(struct pf_osfp_list *list, struct pf_os_fingerprint *ins) in pf_osfp_insert()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c223 mlx5_clist_default_create_cb(struct mlx5_cache_list *list, in mlx5_clist_default_create_cb()
238 mlx5_cache_list_init(struct mlx5_cache_list *list, const char *name, in mlx5_cache_list_init()
261 __cache_lookup(struct mlx5_cache_list *list, void *ctx, bool reuse) in __cache_lookup()
280 cache_lookup(struct mlx5_cache_list *list, void *ctx, bool reuse) in cache_lookup()
291 mlx5_cache_lookup(struct mlx5_cache_list *list, void *ctx) in mlx5_cache_lookup()
297 mlx5_cache_register(struct mlx5_cache_list *list, void *ctx) in mlx5_cache_register()
335 mlx5_cache_unregister(struct mlx5_cache_list *list, in mlx5_cache_unregister()
357 mlx5_cache_list_destroy(struct mlx5_cache_list *list) in mlx5_cache_list_destroy()
374 mlx5_cache_list_get_entry_num(struct mlx5_cache_list *list) in mlx5_cache_list_get_entry_num()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h339 extent_list_init(extent_list_t *list) { in extent_list_init()
344 extent_list_first(const extent_list_t *list) { in extent_list_first()
349 extent_list_last(const extent_list_t *list) { in extent_list_last()
354 extent_list_append(extent_list_t *list, extent_t *extent) { in extent_list_append()
359 extent_list_prepend(extent_list_t *list, extent_t *extent) { in extent_list_prepend()
364 extent_list_replace(extent_list_t *list, extent_t *to_remove, in extent_list_replace()
371 extent_list_remove(extent_list_t *list, extent_t *extent) { in extent_list_remove()
/f-stack/freebsd/netinet/
H A Dsctp_auth.c77 sctp_free_chunklist(sctp_auth_chklist_t *list) in sctp_free_chunklist()
84 sctp_copy_chunklist(sctp_auth_chklist_t *list) in sctp_copy_chunklist()
105 sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list) in sctp_auth_add_chunk()
131 sctp_auth_delete_chunk(uint8_t chunk, sctp_auth_chklist_t *list) in sctp_auth_delete_chunk()
147 sctp_auth_get_chklist_size(const sctp_auth_chklist_t *list) in sctp_auth_get_chklist_size()
210 sctp_auth_chklist_t *list) in sctp_unpack_auth_chunks()
648 sctp_free_hmaclist(sctp_hmaclist_t *list) in sctp_free_hmaclist()
656 sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id) in sctp_auth_add_hmacid()
684 sctp_copy_hmaclist(sctp_hmaclist_t *list) in sctp_copy_hmaclist()
749 sctp_serialize_hmaclist(sctp_hmaclist_t *list, uint8_t *ptr) in sctp_serialize_hmaclist()
[all …]
/f-stack/tools/libutil/
H A Dproperty.c235 property_find(properties list, const char *name) in property_find()
248 properties_free(properties list) in properties_free()
/f-stack/dpdk/drivers/net/igc/
H A Digc_flow.c678 igc_append_flow(struct igc_flow_list *list, struct rte_flow *flow) in igc_append_flow()
688 igc_remove_flow(struct igc_flow_list *list, struct rte_flow *flow) in igc_remove_flow()
696 igc_is_flow_in_list(struct igc_flow_list *list, struct rte_flow *flow) in igc_is_flow_in_list()
865 struct igc_flow_list *list = IGC_DEV_PRIVATE_FLOW_LIST(dev); in igc_flow_destroy() local
901 struct igc_flow_list *list = IGC_DEV_PRIVATE_FLOW_LIST(dev); in igc_flow_flush() local
/f-stack/app/micro_thread/
H A Dheap.h324 inline int HeapEntry::InsertIntoHeap(HeapList* list) { in InsertIntoHeap()
328 inline int HeapEntry::DeleteFromHeap(HeapList* list) { in DeleteFromHeap()
/f-stack/freebsd/ddb/
H A Dddb.h130 #define _DB_SET(_suffix, _name, _func, list, _flag, _more) \ argument
157 #define _DB_FUNC(_suffix, _name, _func, list, _flag, _more) \ argument
164 #define DB_FUNC(_name, _func, list, _flag, _more) \ argument
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c120 static int need_value (FuncState *fs, int list) { in need_value()
142 static void removevalues (FuncState *fs, int list) { in removevalues()
148 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux()
167 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist()
177 LUAI_FUNC void luaK_patchclose (FuncState *fs, int list, int level) { in luaK_patchclose()
190 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere()
201 int list = *l1; in luaK_concat() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_list.c15 ngx_list_t *list; in ngx_list_create() local

123456789