Searched refs:get_node (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/sbus/char/ |
| H A D | openprom.c | 363 static struct device_node *get_node(phandle n, DATA *data) in get_node() function 396 dp = get_node(op.op_nodeid, data); in opiocget() 428 dp = get_node(op.op_nodeid, data); in opiocnextprop() 473 dp = get_node(op.op_nodeid, data); in opiocset()
|
| /linux/drivers/md/ |
| H A D | dm-table.c | 60 static inline sector_t *get_node(struct dm_table *t, in get_node() function 78 return get_node(t, l, n)[KEYS_PER_NODE - 1]; in high() 91 node = get_node(t, l, n); in setup_btree_index() 1597 node = get_node(t, l, n); in dm_table_find_target()
|
| /linux/mm/ |
| H A D | slub.c | 507 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() function 518 struct kmem_cache_node *n = get_node(s, numa_mem_id()); in get_barn() 532 if ((__n = get_node(__s, __node))) 1665 struct kmem_cache_node *n = get_node(s, node); in inc_slabs_node() 1672 struct kmem_cache_node *n = get_node(s, node); in dec_slabs_node() 3445 struct kmem_cache_node *n = get_node(s, nid); in alloc_single_from_new_slab() 3596 n = get_node(s, zone_to_nid(zone)); in get_any_partial() 3630 slab = get_partial_node(s, get_node(s, searchnode), pc); in get_partial() 3735 struct kmem_cache_node *n = get_node(s, slab_nid(slab)); in deactivate_slab() 3860 n2 = get_node( in __put_partials() [all...] |
| /linux/drivers/android/binder/ |
| H A D | process.rs | 737 let node_ref = self.get_node(ptr, cookie, flags as _, true, thread)?; in set_as_manager() 783 pub(crate) fn get_node( in get_node() method
|
| H A D | thread.rs | 661 .get_node(ptr, cookie, flags, strong, self)?; in translate_object()
|