| /linux-6.15/lib/ |
| H A D | interval_tree_test.c | 48 for (i = 0; i < nnodes; i++) { in init() 77 for (j = 0; j < nnodes; j++) in basic_check() 79 for (j = 0; j < nnodes; j++) in basic_check() 102 for (j = 0; j < nnodes; j++) in search_check() 124 for (j = 0; j < nnodes; j++) in search_check() 156 for (j = 0; j < nnodes; j++) in intersection_range_check() 171 bitmap_zero(intxn1, nnodes); in intersection_range_check() 188 for (j = 0; j < nnodes; j++) in intersection_range_check() 255 for (j = 0; j < nnodes; j++) in span_iteration_check() 262 for (j = 0; j < nnodes; j++) in span_iteration_check() [all …]
|
| H A D | rbtree_test.c | 153 for (i = 0; i < nnodes; i++) { in init() 256 for (j = 0; j < nnodes; j++) in basic_check() 258 for (j = 0; j < nnodes; j++) in basic_check() 272 for (j = 0; j < nnodes; j++) in basic_check() 274 for (j = 0; j < nnodes; j++) in basic_check() 285 for (i = 0; i < nnodes; i++) in basic_check() 325 for (i = 0; i < nnodes; i++) in basic_check() 336 check(nnodes - j); in basic_check() 357 for (j = 0; j < nnodes; j++) in augmented_check() 359 for (j = 0; j < nnodes; j++) in augmented_check() [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | ulist.c | 52 ulist->nnodes = 0; in ulist_init() 154 BUG_ON(ulist->nnodes == 0); in ulist_rbtree_erase() 155 ulist->nnodes--; in ulist_rbtree_erase() 234 ulist->nnodes++; in ulist_add_merge()
|
| H A D | ulist.h | 40 unsigned long nnodes; member
|
| H A D | qgroup.c | 2922 if (!roots || roots->nnodes == 0) in maybe_fs_roots() 2960 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent() 2965 nr_old_roots = old_roots->nnodes; in btrfs_qgroup_account_extent()
|
| H A D | backref.c | 1919 const unsigned long prev_ref_count = ctx->refs.nnodes; in btrfs_is_data_extent_shared() 1966 if ((ctx->refs.nnodes - prev_ref_count) > 1) in btrfs_is_data_extent_shared()
|
| /linux-6.15/drivers/clk/zynqmp/ |
| H A D | clkc.c | 412 u32 *nnodes) in __zynqmp_clock_get_topology() argument 421 topology[*nnodes].type = type; in __zynqmp_clock_get_topology() 422 topology[*nnodes].flag = FIELD_GET(CLK_TOPOLOGY_FLAGS, in __zynqmp_clock_get_topology() 424 topology[*nnodes].type_flag = in __zynqmp_clock_get_topology() 427 topology[*nnodes].custom_type_flag = in __zynqmp_clock_get_topology() 430 (*nnodes)++; in __zynqmp_clock_get_topology()
|
| /linux-6.15/drivers/vfio/pci/pds/ |
| H A D | dirty.c | 245 struct rb_root_cached *ranges, u32 nnodes, in pds_vfio_dirty_enable() argument 255 u32 num_ranges = nnodes; in pds_vfio_dirty_enable() 285 vfio_combine_iova_ranges(ranges, nnodes, max_regions); in pds_vfio_dirty_enable() 617 struct rb_root_cached *ranges, u32 nnodes, in pds_vfio_dma_logging_start() argument 627 err = pds_vfio_dirty_enable(pds_vfio, ranges, nnodes, page_size); in pds_vfio_dma_logging_start()
|
| H A D | dirty.h | 38 struct rb_root_cached *ranges, u32 nnodes,
|
| /linux-6.15/tools/testing/rbtree/ |
| H A D | rbtree_test.c | 35 nnodes = strtoul(optarg, NULL, 0); in main()
|
| H A D | interval_tree_test.c | 38 nnodes = strtoul(optarg, NULL, 0); in main()
|
| /linux-6.15/drivers/vfio/ |
| H A D | vfio_main.c | 1059 u32 nnodes; in vfio_ioctl_device_feature_logging_start() local 1074 nnodes = control.num_ranges; in vfio_ioctl_device_feature_logging_start() 1075 if (!nnodes) in vfio_ioctl_device_feature_logging_start() 1078 if (nnodes > LOG_MAX_RANGES) in vfio_ioctl_device_feature_logging_start() 1082 nodes = kmalloc_array(nnodes, sizeof(struct interval_tree_node), in vfio_ioctl_device_feature_logging_start() 1087 for (i = 0; i < nnodes; i++) { in vfio_ioctl_device_feature_logging_start() 1115 ret = device->log_ops->log_start(device, &root, nnodes, in vfio_ioctl_device_feature_logging_start()
|
| /linux-6.15/kernel/time/ |
| H A D | timer_migration.c | 1794 unsigned int nnodes = num_possible_nodes(); in tmigr_init() local 1814 cpus_per_node = DIV_ROUND_UP(ncpus, nnodes); in tmigr_init() 1821 nodelvl = DIV_ROUND_UP(order_base_2(nnodes), in tmigr_init()
|
| /linux-6.15/drivers/vfio/pci/mlx5/ |
| H A D | cmd.h | 236 struct rb_root_cached *ranges, u32 nnodes, u64 *page_size);
|
| H A D | cmd.c | 855 struct rb_root_cached *ranges, u32 nnodes) in mlx5vf_create_tracker() argument 864 u32 num_ranges = nnodes; in mlx5vf_create_tracker() 875 vfio_combine_iova_ranges(ranges, nnodes, max_num_range); in mlx5vf_create_tracker() 1510 struct rb_root_cached *ranges, u32 nnodes, in mlx5vf_start_page_tracker() argument 1599 err = mlx5vf_create_tracker(mdev, mvdev, ranges, nnodes); in mlx5vf_start_page_tracker()
|
| /linux-6.15/mm/ |
| H A D | mempolicy.c | 2062 unsigned int target, nnodes; in interleave_nid() local 2066 nnodes = read_once_policy_nodemask(pol, &nodemask); in interleave_nid() 2067 if (!nnodes) in interleave_nid() 2069 target = ilx % nnodes; in interleave_nid() 2455 int nnodes, node; in alloc_pages_bulk_weighted_interleave() local 2467 nnodes = read_once_policy_nodemask(pol, &nodes); in alloc_pages_bulk_weighted_interleave() 2471 if (!nnodes) in alloc_pages_bulk_weighted_interleave() 2524 for (i = 0; i < nnodes; i++) { in alloc_pages_bulk_weighted_interleave()
|
| /linux-6.15/include/linux/ |
| H A D | vfio.h | 243 struct rb_root_cached *ranges, u32 nnodes, u64 *page_size);
|
| /linux-6.15/Documentation/bpf/ |
| H A D | map_lru_hash_update.dot | 44 label="Able to free\nLOCAL_FREE_TARGET\nnodes?"]
|
| /linux-6.15/samples/vfio-mdev/ |
| H A D | mtty.c | 1289 u32 nnodes, u64 *page_size) in mtty_log_start() argument
|