Lines Matching defs:entry

184 	void *entry;  in xas_start()  local
208 void *entry = xa_entry(xas->xa, node, offset); in xas_descend() local
239 void *entry = xas_start(xas); in xas_load() local
433 static unsigned long max_index(void *entry) in max_index()
440 static inline void *xa_zero_to_null(void *entry) in xa_zero_to_null()
451 void *entry; in xas_shrink() local
537 void *entry = xa_entry_locked(xas->xa, node, offset); in xas_free_nodes() local
650 void *entry; in xas_create() local
783 void *xas_store(struct xa_state *xas, void *entry) in xas_store()
1012 struct xa_node *node, void *entry) in __xas_init_node_for_split()
1045 void xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order, in xas_split_alloc()
1086 void xas_split(struct xa_state *xas, void *entry, unsigned int order) in xas_split()
1175 void xas_try_split(struct xa_state *xas, void *entry, unsigned int order) in xas_try_split()
1308 void *entry; in __xas_prev() local
1347 void *entry; in __xas_next() local
1395 void *entry; in xas_find() local
1466 void *entry; in xas_find_marked() local
1615 void *entry; in xa_load() local
1667 void *entry; in xa_erase() local
1692 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store()
1729 void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in xa_store()
1761 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg()
1768 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg_raw()
1804 int __xa_insert(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_insert()
1870 unsigned long last, void *entry, gfp_t gfp) in xa_store_range()
1946 void *entry; in xa_get_order() local
1979 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc()
2031 int __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, in __xa_alloc_cyclic()
2073 void *entry = xas_load(&xas); in __xa_set_mark() local
2091 void *entry = xas_load(&xas); in __xa_clear_mark() local
2113 void *entry; in xa_get_mark() local
2187 void *entry; in xa_find() local
2237 void *entry; in xa_find_after() local
2267 void *entry; in xas_extract_present() local
2286 void *entry; in xas_extract_marked() local
2381 void *entry; in xa_destroy() local
2430 void xa_dump_entry(const void *entry, unsigned long index, unsigned long shift) in xa_dump_entry()
2465 void *entry = xa->xa_head; in xa_dump() local