Home
last modified time | relevance | path

Searched refs:nr_values (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dworkingset.c507 if (node->count && node->count == node->nr_values) { in workingset_update_node()
620 if (WARN_ON_ONCE(!node->nr_values)) in shadow_lru_isolate()
622 if (WARN_ON_ONCE(node->count != node->nr_values)) in shadow_lru_isolate()
624 mapping->nrexceptional -= node->nr_values; in shadow_lru_isolate()
/kernel/linux/linux-5.10/drivers/video/backlight/
Dili9320.h64 int nr_values);
Dili9320.c60 int nr_values) in ili9320_write_regs() argument
65 for (index = 0; index < nr_values; index++, values++) { in ili9320_write_regs()
/kernel/linux/linux-5.10/lib/
Dradix-tree.c234 unsigned int count, unsigned int nr_values) in radix_tree_node_alloc() argument
281 ret->nr_values = nr_values; in radix_tree_node_alloc()
447 node->nr_values = 1; in radix_tree_extend()
688 node->nr_values++; in insert_entries()
826 node->nr_values += values; in replace_slot()
Dxarray.c391 node->nr_values = 0; in xas_alloc()
461 node->nr_values = 0; in xas_shrink()
544 node->nr_values = 0; in xas_free_nodes()
587 node->nr_values = 1; in xas_expand()
751 node->nr_values += values; in update_node()
753 XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE); in update_node()
1073 child->nr_values = xa_is_value(entry) ? in xas_split()
1094 node->nr_values += values; in xas_split()
2234 node->parent, node->shift, node->count, node->nr_values, in xa_dump_node()
Dtest_xarray.c610 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store()
620 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store()
632 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 4); in check_multi_store()
1632 if (node->count && node->count == node->nr_values) { in test_update_node()
1701 XA_BUG_ON(xa, xas.xa_node->nr_values != 0); in check_account()
1706 XA_BUG_ON(xa, xas.xa_node->count != xas.xa_node->nr_values * 2); in check_account()
1709 XA_BUG_ON(xa, xas.xa_node->nr_values != 0); in check_account()
/kernel/linux/linux-5.10/include/linux/
Dxarray.h1126 unsigned char nr_values; /* Value entry count */ member