Home
last modified time | relevance | path

Searched refs:nnodes (Results 1 – 13 of 13) sorted by relevance

/linux/lib/
H A Dinterval_tree_test.c16 __param(int, nnodes, 100, "Number of nodes in the interval tree");
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()
140 intxn1 = bitmap_alloc(nnodes, GFP_KERNEL); in intersection_range_check()
146 intxn2 = bitmap_alloc(nnodes, GFP_KERNEL); in intersection_range_check()
156 for (j = 0; j < nnodes; j++) in intersection_range_check()
171 bitmap_zero(intxn1, nnodes); in intersection_range_check()
[all …]
H A Drbtree_test.c14 __param(int, nnodes, 100, "Number of nodes in the rb-tree");
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()
331 for (j = 0; j < nnodes; j++) { in basic_check()
335 for (j = 0; j < nnodes; j++) { in basic_check()
[all …]
/linux/fs/btrfs/
H A Dulist.c52 ulist->nnodes = 0; in ulist_init()
158 BUG_ON(ulist->nnodes == 0); in ulist_rbtree_erase()
159 ulist->nnodes--; in ulist_rbtree_erase()
233 ulist->nnodes++; in ulist_add_merge()
H A Dulist.h40 unsigned long nnodes; member
H A Dqgroup.c2936 if (!roots || roots->nnodes == 0) in maybe_fs_roots()
2974 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
2979 nr_old_roots = old_roots->nnodes; in btrfs_qgroup_account_extent()
H A Dbackref.c1915 const unsigned long prev_ref_count = ctx->refs.nnodes; in btrfs_is_data_extent_shared()
1962 if ((ctx->refs.nnodes - prev_ref_count) > 1) in btrfs_is_data_extent_shared()
/linux/drivers/clk/zynqmp/
H A Dclkc.c412 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/drivers/vfio/pci/pds/
H A Ddirty.c243 struct rb_root_cached *ranges, u32 nnodes, in pds_vfio_dirty_enable() argument
253 u32 num_ranges = nnodes; in pds_vfio_dirty_enable()
283 vfio_combine_iova_ranges(ranges, nnodes, max_regions); in pds_vfio_dirty_enable()
618 struct rb_root_cached *ranges, u32 nnodes, in pds_vfio_dma_logging_start() argument
628 err = pds_vfio_dirty_enable(pds_vfio, ranges, nnodes, page_size); in pds_vfio_dma_logging_start()
H A Ddirty.h38 struct rb_root_cached *ranges, u32 nnodes,
/linux/mm/
H A Dmempolicy.c2251 unsigned int target, nnodes; in interleave_nid() local
2255 nnodes = read_once_policy_nodemask(pol, &nodemask); in interleave_nid()
2256 if (!nnodes) in interleave_nid()
2258 target = ilx % nnodes; in interleave_nid()
2645 int nnodes, node; in alloc_pages_bulk_weighted_interleave() local
2657 nnodes = read_once_policy_nodemask(pol, &nodes); in alloc_pages_bulk_weighted_interleave()
2661 if (!nnodes) in alloc_pages_bulk_weighted_interleave()
2716 for (i = 0; i < nnodes; i++) { in alloc_pages_bulk_weighted_interleave()
/linux/kernel/time/
H A Dtimer_migration.c1974 unsigned int nnodes = num_possible_nodes(); in tmigr_init() local
1999 cpus_per_node = DIV_ROUND_UP(ncpus, nnodes); in tmigr_init()
2006 nodelvl = DIV_ROUND_UP(order_base_2(nnodes), in tmigr_init()
/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot44 label="Able to free\ntarget_free\nnodes?"]
/linux/samples/vfio-mdev/
H A Dmtty.c1286 u32 nnodes, u64 *page_size)
1289 mtty_log_start(struct vfio_device * vdev,struct rb_root_cached * ranges,u32 nnodes,u64 * page_size) mtty_log_start() argument