/third_party/ltp/testcases/kernel/include/ |
H A D | numa_helper.h | 34 int get_allowed_nodes_arr(int flag, int *num_nodes, int **nodes);
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.c | 506 * Splits a node by creating a sibling node and shifting half the nodes 593 s->nodes[1] = left; in btree_split_sibling() 596 s->nodes[1] = right; in btree_split_sibling() 1002 struct cursor_node *n = c->nodes + c->depth - 1; in prefetch_values() 1017 struct cursor_node *n = c->nodes + c->depth - 1; in leaf_node() 1026 struct cursor_node *n = c->nodes + c->depth; in push_node() 1049 unlock_block(c->info, c->nodes[c->depth].b); in pop_node() 1061 n = c->nodes + c->depth - 1; in inc_or_backtrack() 1082 n = c->nodes + c->depth - 1; in find_leaf() 1154 struct cursor_node *n = c->nodes in dm_btree_cursor_get_value() [all...] |
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | vfio_main.c | 1001 struct interval_tree_node *nodes; in vfio_ioctl_device_feature_logging_start() local 1026 nodes = kmalloc_array(nnodes, sizeof(struct interval_tree_node), in vfio_ioctl_device_feature_logging_start() 1028 if (!nodes) in vfio_ioctl_device_feature_logging_start() 1048 nodes[i].start = range.iova; in vfio_ioctl_device_feature_logging_start() 1049 nodes[i].last = range.iova + range.length - 1; in vfio_ioctl_device_feature_logging_start() 1050 if (interval_tree_iter_first(&root, nodes[i].start, in vfio_ioctl_device_feature_logging_start() 1051 nodes[i].last)) { in vfio_ioctl_device_feature_logging_start() 1056 interval_tree_insert(nodes + i, &root); in vfio_ioctl_device_feature_logging_start() 1070 kfree(nodes); in vfio_ioctl_device_feature_logging_start()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cputopo.h | 25 struct numa_topology_node nodes[]; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | huffman.h | 45 Node *nodes, HuffCmp cmp, int flags);
|
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/ |
H A D | spu_task_sync.c | 447 int nodes = 0; in number_of_online_nodes() local 450 if (tmp > nodes) in number_of_online_nodes() 451 nodes++; in number_of_online_nodes() 453 return nodes; in number_of_online_nodes()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | dynack.c | 130 list_for_each_entry(an, &da->nodes, list) in ath_dynack_compute_ackto() 329 list_add_tail(&an->list, &da->nodes); in ath_dynack_node_init() 370 list_for_each_entry(an, &da->nodes, list) in ath_dynack_reset() 392 INIT_LIST_HEAD(&da->nodes); in ath_dynack_init()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | xattr.c | 48 leaf = path->nodes[0]; in btrfs_getxattr() 141 btrfs_assert_tree_locked(path->nodes[0]); in btrfs_setxattr() 169 struct extent_buffer *leaf = path->nodes[0]; in btrfs_setxattr() 310 leaf = path->nodes[0]; in btrfs_listxattr()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | verity.c | 150 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in drop_verity_items() 258 leaf = path->nodes[0]; in write_key_bytes() 336 leaf = path->nodes[0]; in read_key_bytes() 393 if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) { in read_key_bytes()
|
H A D | xattr.c | 52 leaf = path->nodes[0]; in btrfs_getxattr() 145 btrfs_assert_tree_write_locked(path->nodes[0]); in btrfs_setxattr() 173 struct extent_buffer *leaf = path->nodes[0]; in btrfs_setxattr() 310 leaf = path->nodes[0]; in btrfs_listxattr()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | dynack.c | 129 list_for_each_entry(an, &da->nodes, list) in ath_dynack_compute_ackto() 332 list_add_tail(&an->list, &da->nodes); in ath_dynack_node_init() 373 list_for_each_entry(an, &da->nodes, list) in ath_dynack_reset() 395 INIT_LIST_HEAD(&da->nodes); in ath_dynack_init()
|
/kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
H A D | icc-rpm.c | 295 * qcom_icc_bus_aggregate - calculate bus clock rates by traversing all nodes 307 * Iterate nodes on the provider, aggregate bandwidth requests for in qcom_icc_bus_aggregate() 310 list_for_each_entry(node, &provider->nodes, node_list) { in qcom_icc_bus_aggregate() 423 qnodes = desc->nodes; in qnoc_probe() 456 data = devm_kzalloc(dev, struct_size(data, nodes, num_nodes), in qnoc_probe() 546 data->nodes[i] = node; in qnoc_probe()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | idtracking.py | 10 def find_symbols(nodes, parent_symbols=None): 13 for node in nodes: 230 def inner_visit(nodes): 232 for subnode in nodes:
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 588 def __init__(self, nodes): 589 self.nodes = nodes 592 return "CycleError: cycle involving: " + str(self.nodes)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | idtracking.py | 11 def find_symbols(nodes, parent_symbols=None): 14 for node in nodes: 226 def inner_visit(nodes): 228 for subnode in nodes:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 582 def __init__(self, nodes): 583 self.nodes = nodes 586 return "CycleError: cycle involving: " + str(self.nodes)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | idtracking.py | 10 def find_symbols(nodes, parent_symbols=None): 13 for node in nodes: 230 def inner_visit(nodes): 232 for subnode in nodes:
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 405 nodes = [node] 406 while nodes: 407 node = nodes.pop() 409 nodes.extend(node.children)
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.cc | 142 cleanup_ptr_ = &list->nodes[0]; in AddCleanupFallback() 143 cleanup_limit_ = &list->nodes[size]; in AddCleanupFallback() 299 size_t n = cleanup_ptr_ - &cleanup_->nodes[0]; in CleanupListFallback() 302 CleanupNode* node = &list->nodes[0]; in CleanupListFallback()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 633 struct drm_mm_node *nodes = mem->mm_node; in amdgpu_mem_visible() local 642 if (nodes->size != mem->num_pages) in amdgpu_mem_visible() 645 return ((nodes->start + nodes->size) << PAGE_SHIFT) in amdgpu_mem_visible() 1642 struct drm_mm_node *nodes; in amdgpu_ttm_access_memory() local 1652 nodes = amdgpu_find_mm_node(&abo->tbo.mem, &pos); in amdgpu_ttm_access_memory() 1653 pos += (nodes->start << PAGE_SHIFT); in amdgpu_ttm_access_memory() 1683 bytes = (nodes->start + nodes->size) << PAGE_SHIFT; in amdgpu_ttm_access_memory() 1694 if (pos >= (nodes in amdgpu_ttm_access_memory() [all...] |
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 208 "bind the first N tasks to these specific memory nodes (the rest is unbound)", 224 * To get number of numa nodes present. 704 printf("\nTest not applicable, system has only %d nodes.\n", g->p.nr_nodes); in parse_setup_node_list() 882 * Count the number of nodes a process's threads 892 int nodes; in count_process_nodes() local 910 nodes = 0; in count_process_nodes() 913 nodes += node_present[n]; in count_process_nodes() 915 return nodes; in count_process_nodes() 922 * process. If all nodes on the system contain at most one 959 unsigned int nodes in calc_convergence_compression() local 983 int nodes[MAX_NR_NODES]; calc_convergence() local [all...] |
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
H A D | bcm-voter.h | 20 .nodes = { __VA_ARGS__ }, \
|
/kernel/linux/linux-5.10/drivers/interconnect/imx/ |
H A D | imx.h | 57 struct imx_icc_node_desc *nodes,
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_event.h | 88 struct event_node nodes[C2HEVENT_SZ]; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_event.h | 94 struct event_node nodes[C2HEVENT_SZ]; member
|