Home
last modified time | relevance | path

Searched refs:xa_node (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/lib/
A Dxarray.c363 struct xa_node *parent = xas->xa_node; in xas_alloc()
442 struct xa_node *node = xas->xa_node; in xas_shrink()
485 struct xa_node *node = xas->xa_node; in xas_delete_node()
646 struct xa_node *node = xas->xa_node; in xas_create()
727 struct xa_node *node = xas->xa_node; in xas_create_range()
880 struct xa_node *node = xas->xa_node; in xas_set_mark()
909 struct xa_node *node = xas->xa_node; in xas_clear_mark()
1124 struct xa_node *node = xas->xa_node; in xas_pause()
1168 xas->xa_node = xa_parent(xas->xa, xas->xa_node); in __xas_prev()
1207 xas->xa_node = xa_parent(xas->xa, xas->xa_node); in __xas_next()
[all …]
A Dtest_xarray.c117 XA_BUG_ON(xa, xas.xa_node != XAS_RESTART); in check_xas_retry()
119 XA_BUG_ON(xa, xas.xa_node != NULL); in check_xas_retry()
126 xas.xa_node = XAS_RESTART; in check_xas_retry()
327 struct xa_node *node; in check_xa_shrink()
341 node = xas.xa_node; in check_xa_shrink()
345 XA_BUG_ON(xa, xas.xa_node != XAS_BOUNDS); in check_xa_shrink()
1088 xas.xa_node != XAS_RESTART); in check_find_3()
1665 struct xa_node *node; in shadow_remove()
1669 struct xa_node, private_list))) { in shadow_remove()
1721 XA_BUG_ON(xa, xas.xa_node->count == 0); in check_account()
[all …]
A Didr.c569 struct xa_node *node = xa_to_node(entry); in ida_dump_entry()
/linux-6.3-rc2/include/linux/
A Dxarray.h1140 struct xa_node { struct
1333 struct xa_node *xa_node; member
1334 struct xa_node *xa_alloc;
1489 xas->xa_node = XAS_RESTART; in xas_reset()
1569 struct xa_node *node = xas->xa_node; in xas_reload()
1599 xas->xa_node = XAS_RESTART; in xas_set()
1633 xas->xa_node = XAS_RESTART; in xas_set_order()
1672 struct xa_node *node = xas->xa_node; in xas_next_entry()
1730 struct xa_node *node = xas->xa_node; in xas_next_marked()
1828 struct xa_node *node = xas->xa_node; in xas_prev()
[all …]
A Dradix-tree.h26 #define radix_tree_node xa_node
A Dswap.h362 void workingset_update_node(struct xa_node *node);
/linux-6.3-rc2/mm/
A Dworkingset.c545 void workingset_update_node(struct xa_node *node) in workingset_update_node()
635 struct xa_node *node = container_of(item, struct xa_node, private_list); in shadow_lru_isolate()
/linux-6.3-rc2/drivers/infiniband/core/
A Dib_core_uverbs.c295 if (xas.xa_node == XAS_RESTART) in rdma_user_mmap_entry_insert_range()
309 if (xas.xa_node == XAS_BOUNDS || xas.xa_index >= xa_last) in rdma_user_mmap_entry_insert_range()
/linux-6.3-rc2/tools/testing/radix-tree/
A Dmultiorder.c63 assert(xas.xa_node->shift == shift); in multiorder_iteration()
/linux-6.3-rc2/fs/cachefiles/
A Dondemand.c375 if (xas.xa_node == XAS_RESTART) in cachefiles_ondemand_send_req()
/linux-6.3-rc2/fs/
A Ddax.c663 if (xas->xa_node == XA_ERROR(-ENOMEM)) in grab_mapping_entry()

Completed in 26 milliseconds