Searched refs:nr_values (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/mm/ |
| D | workingset.c | 380 if (node->count && node->count == node->nr_values) { in workingset_update_node() 490 if (WARN_ON_ONCE(!node->nr_values)) in shadow_lru_isolate() 492 if (WARN_ON_ONCE(node->count != node->nr_values)) in shadow_lru_isolate() 494 mapping->nrexceptional -= node->nr_values; in shadow_lru_isolate()
|
| /Linux-v5.4/drivers/video/backlight/ |
| D | ili9320.h | 64 int nr_values);
|
| D | ili9320.c | 60 int nr_values) in ili9320_write_regs() argument 65 for (index = 0; index < nr_values; index++, values++) { in ili9320_write_regs()
|
| /Linux-v5.4/lib/ |
| D | radix-tree.c | 245 unsigned int count, unsigned int nr_values) in radix_tree_node_alloc() argument 292 ret->nr_values = nr_values; in radix_tree_node_alloc() 458 node->nr_values = 1; in radix_tree_extend() 699 node->nr_values++; in insert_entries() 837 node->nr_values += values; in replace_slot()
|
| D | xarray.c | 387 node->nr_values = 0; in xas_alloc() 457 node->nr_values = 0; in xas_shrink() 540 node->nr_values = 0; in xas_free_nodes() 583 node->nr_values = 1; in xas_expand() 747 node->nr_values += values; in update_node() 749 XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE); in update_node() 2001 node->parent, node->shift, node->count, node->nr_values, in xa_dump_node()
|
| D | test_xarray.c | 581 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store() 591 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store() 603 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 4); in check_multi_store() 1458 if (node->count && node->count == node->nr_values) { in test_update_node() 1532 XA_BUG_ON(xa, xas.xa_node->nr_values != 0); in check_account() 1537 XA_BUG_ON(xa, xas.xa_node->count != xas.xa_node->nr_values * 2); in check_account() 1540 XA_BUG_ON(xa, xas.xa_node->nr_values != 0); in check_account()
|
| /Linux-v5.4/include/linux/ |
| D | xarray.h | 1091 unsigned char nr_values; /* Value entry count */ member
|