Home
last modified time | relevance | path

Searched defs:node (Results 51 – 75 of 2490) sorted by relevance

12345678910>>...100

/Linux-v5.15/scripts/gdb/linux/
Drbtree.py45 def rb_parent(node): argument
50 def rb_empty_node(node): argument
54 def rb_next(node): argument
77 def rb_prev(node): argument
149 def invoke(self, node): argument
169 def invoke(self, node): argument
/Linux-v5.15/drivers/gpu/drm/
Ddrm_vma_manager.c144 struct drm_mm_node *node, *best; in drm_vma_offset_lookup_locked() local
202 struct drm_vma_offset_node *node, unsigned long pages) in drm_vma_offset_add()
230 struct drm_vma_offset_node *node) in drm_vma_offset_remove()
263 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow()
325 void drm_vma_node_revoke(struct drm_vma_offset_node *node, in drm_vma_node_revoke()
366 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node, in drm_vma_node_is_allowed()
/Linux-v5.15/include/linux/
Dnodemask.h127 #define node_set(node, dst) __node_set((node), &(dst)) argument
128 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set()
133 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
134 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
152 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument
154 #define node_test_and_set(node, nodemask) \ argument
156 static inline int __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set()
281 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node()
287 #define nodemask_of_node(node) \ argument
378 #define for_each_node_mask(node, mask) \ argument
[all …]
Dtopology.h39 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument
42 #define for_each_node_with_cpus(node) \ argument
101 static inline void set_numa_node(int node) in set_numa_node()
108 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node()
136 static inline void set_numa_mem(int node) in set_numa_mem()
158 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem()
Dtimerqueue.h10 struct rb_node node; member
41 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init()
46 static inline bool timerqueue_node_queued(struct timerqueue_node *node) in timerqueue_node_queued()
51 static inline bool timerqueue_node_expires(struct timerqueue_node *node) in timerqueue_node_expires()
/Linux-v5.15/fs/ocfs2/cluster/
Dquorum.c162 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold()
174 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold()
195 void o2quo_hb_up(u8 node) in o2quo_hb_up()
219 void o2quo_hb_down(u8 node) in o2quo_hb_down()
244 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up()
263 void o2quo_conn_up(u8 node) in o2quo_conn_up()
289 void o2quo_conn_err(u8 node) in o2quo_conn_err()
/Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/
Dutil.c19 struct qtnf_sta_node *node; in qtnf_sta_list_lookup() local
35 struct qtnf_sta_node *node; in qtnf_sta_list_lookup_index() local
52 struct qtnf_sta_node *node; in qtnf_sta_list_add() local
78 struct qtnf_sta_node *node; in qtnf_sta_list_del() local
96 struct qtnf_sta_node *node, *tmp; in qtnf_sta_list_free() local
/Linux-v5.15/fs/nilfs2/
Dbtree.c73 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags()
79 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags()
84 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root()
89 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level()
95 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level()
100 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren()
106 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren()
122 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys()
130 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs()
136 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key()
[all …]
/Linux-v5.15/drivers/i2c/
Di2c-core-of.c22 int of_i2c_get_board_info(struct device *dev, struct device_node *node, in of_i2c_get_board_info()
66 struct device_node *node) in of_i2c_register_device()
87 struct device_node *bus, *node; in of_i2c_register_devices() local
128 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node()
146 struct i2c_adapter *of_find_i2c_adapter_by_node(struct device_node *node) in of_find_i2c_adapter_by_node()
165 struct i2c_adapter *of_get_i2c_adapter_by_node(struct device_node *node) in of_get_i2c_adapter_by_node()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.c54 struct mlx5e_qos_node *node; in mlx5e_sw_node_create_leaf() local
75 struct mlx5e_qos_node *node; in mlx5e_sw_node_create_root() local
90 struct mlx5e_qos_node *node = NULL; in mlx5e_sw_node_find() local
102 struct mlx5e_qos_node *node = NULL; in mlx5e_sw_node_find_rcu() local
112 static void mlx5e_sw_node_delete(struct mlx5e_priv *priv, struct mlx5e_qos_node *node) in mlx5e_sw_node_delete()
140 struct mlx5e_qos_node *node; in mlx5e_get_txq_by_classid() local
181 struct mlx5e_qos_node *node) in mlx5e_open_qos_sq()
256 static void mlx5e_activate_qos_sq(struct mlx5e_priv *priv, struct mlx5e_qos_node *node) in mlx5e_activate_qos_sq()
383 struct mlx5e_qos_node *node = NULL; in mlx5e_qos_open_queues() local
408 struct mlx5e_qos_node *node = NULL; in mlx5e_qos_activate_queues() local
[all …]
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c28 struct device_node *node; member
44 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop()
80 static void __init omapdss_omapify_node(struct device_node *node) in omapdss_omapify_node()
111 static void __init omapdss_add_to_list(struct device_node *node, bool root) in omapdss_add_to_list()
122 static bool __init omapdss_list_contains(const struct device_node *node) in omapdss_list_contains()
134 static void __init omapdss_walk_device(struct device_node *node, bool root) in omapdss_walk_device()
/Linux-v5.15/tools/perf/util/
Dintlist.c18 struct int_node *node = malloc(sizeof(*node)); in intlist__node_new() local
37 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_delete() local
45 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_cmp() local
60 void intlist__remove(struct intlist *ilist, struct int_node *node) in intlist__remove()
68 struct int_node *node = NULL; in __intlist__findnew() local
142 struct int_node *node = NULL; in intlist__entry() local
/Linux-v5.15/drivers/block/drbd/
Ddrbd_interval.c10 sector_t interval_end(struct rb_node *node) in interval_end()
16 #define NODE_END(node) ((node)->sector + ((node)->size >> 9)) argument
72 struct rb_node *node = root->rb_node; in drbd_contains_interval() local
116 struct rb_node *node = root->rb_node; in drbd_find_overlap() local
147 struct rb_node *node; in drbd_next_overlap() local
/Linux-v5.15/kernel/locking/
Dqspinlock_paravirt.h173 struct pv_node *node; member
212 static struct qspinlock **pv_hash(struct qspinlock *lock, struct pv_node *node) in pv_hash()
243 struct pv_node *node; in pv_unhash() local
278 static void pv_init_node(struct mcs_spinlock *node) in pv_init_node()
293 static void pv_wait_node(struct mcs_spinlock *node, struct mcs_spinlock *prev) in pv_wait_node()
360 static void pv_kick_node(struct qspinlock *lock, struct mcs_spinlock *node) in pv_kick_node()
403 pv_wait_head_or_lock(struct qspinlock *lock, struct mcs_spinlock *node) in pv_wait_head_or_lock()
495 struct pv_node *node; in __pv_queued_spin_unlock_slowpath() local
/Linux-v5.15/drivers/of/
Dfdt.c83 static bool of_fdt_device_is_available(const void *blob, unsigned long node) in of_fdt_device_is_available()
498 static int __init __reserved_mem_reserve_reg(unsigned long node, in __reserved_mem_reserve_reg()
546 static int __init __reserved_mem_check_root(unsigned long node) in __reserved_mem_check_root()
567 static int __init __fdt_scan_reserved_mem(unsigned long node, const char *uname, in __fdt_scan_reserved_mem()
676 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt()
707 int (*it)(unsigned long node, in of_scan_flat_dt_subnodes()
713 int node; in of_scan_flat_dt_subnodes() local
735 int __init of_get_flat_dt_subnode_by_name(unsigned long node, const char *uname) in of_get_flat_dt_subnode_by_name()
754 const void *__init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop()
771 unsigned long node, const char *compat) in of_fdt_is_compatible()
[all …]
/Linux-v5.15/lib/
Dbtree.c95 unsigned long *node; in btree_node_alloc() local
148 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey()
153 static void *bval(struct btree_geo *geo, unsigned long *node, int n) in bval()
158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey()
164 static void setval(struct btree_geo *geo, unsigned long *node, int n, in setval()
170 static void clearpair(struct btree_geo *geo, unsigned long *node, int n) in clearpair()
211 unsigned long *node = head->node; in btree_last() local
224 static int keycmp(struct btree_geo *geo, unsigned long *node, int pos, in keycmp()
245 unsigned long *node = head->node; in btree_lookup() local
275 unsigned long *node = head->node; in btree_update() local
[all …]
/Linux-v5.15/drivers/staging/media/ipu3/
Dipu3-v4l2.c56 unsigned int node; in imgu_subdev_s_stream() local
310 struct imgu_video_device *node = in imgu_vb2_buf_init() local
326 struct imgu_video_device *node = in imgu_vb2_buf_cleanup() local
340 struct imgu_video_device *node = in imgu_vb2_buf_queue() local
385 struct imgu_video_device *node = in imgu_vb2_queue_setup() local
419 struct imgu_video_device *node; in imgu_all_nodes_streaming() local
445 struct imgu_video_device *node, in imgu_return_all_buffers()
464 struct imgu_video_device *node = in imgu_vb2_start_streaming() local
525 struct imgu_video_device *node = in imgu_vb2_stop_streaming() local
595 struct imgu_video_device *node = file_to_intel_imgu_node(file); in imgu_vidioc_querycap() local
[all …]
/Linux-v5.15/arch/mips/netlogic/xlp/
Dnlm_hal.c52 void nlm_node_init(int node) in nlm_node_init()
228 static unsigned int nlm_xlp2_get_core_frequency(int node, int core) in nlm_xlp2_get_core_frequency()
274 static unsigned int nlm_xlp_get_core_frequency(int node, int core) in nlm_xlp_get_core_frequency()
295 unsigned int nlm_get_core_frequency(int node, int core) in nlm_get_core_frequency()
308 static unsigned int nlm_xlp2_get_pic_frequency(int node) in nlm_xlp2_get_pic_frequency()
449 unsigned int nlm_get_pic_frequency(int node) in nlm_get_pic_frequency()
466 int nlm_get_dram_map(int node, uint64_t *dram_map, int nentries) in nlm_get_dram_map()
/Linux-v5.15/fs/hfsplus/
Dbrec.c20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff()
32 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen()
66 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local
182 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
238 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local
359 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
464 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
/Linux-v5.15/fs/hfs/
Dbrec.c19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff()
31 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen()
68 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local
180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
234 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local
355 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
460 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
/Linux-v5.15/tools/perf/tests/
Dmem2node.c13 static struct node { struct
14 int node; member
17 { .node = 0, .map = "0" }, argument
/Linux-v5.15/drivers/gpu/drm/selftests/
Dtest-drm_mm.c109 struct drm_mm_node *node, *check, *found; in assert_continuous() local
158 static u64 misalignment(struct drm_mm_node *node, u64 alignment) in misalignment()
169 static bool assert_node(struct drm_mm_node *node, struct drm_mm *mm, in assert_node()
300 static struct drm_mm_node *set_node(struct drm_mm_node *node, in set_node()
308 static bool expect_reserve_fail(struct drm_mm *mm, struct drm_mm_node *node) in expect_reserve_fail()
376 struct drm_mm_node tmp, *nodes, *node, *next; in __igt_reserve() local
526 static bool expect_insert(struct drm_mm *mm, struct drm_mm_node *node, in expect_insert()
574 struct drm_mm_node *nodes, *node, *next; in __igt_insert() local
763 static bool expect_insert_in_range(struct drm_mm *mm, struct drm_mm_node *node, in expect_insert_in_range()
821 struct drm_mm_node *node; in assert_contiguous_in_range() local
[all …]
/Linux-v5.15/drivers/clk/sunxi/
Dclk-sun9i-core.c76 static void __init sun9i_a80_pll4_setup(struct device_node *node) in sun9i_a80_pll4_setup()
130 static void __init sun9i_a80_gt_setup(struct device_node *node) in sun9i_a80_gt_setup()
185 static void __init sun9i_a80_ahb_setup(struct device_node *node) in sun9i_a80_ahb_setup()
211 static void __init sun9i_a80_apb0_setup(struct device_node *node) in sun9i_a80_apb0_setup()
268 static void __init sun9i_a80_apb1_setup(struct device_node *node) in sun9i_a80_apb1_setup()
/Linux-v5.15/drivers/clk/
Dclk-nspire.c63 static void __init nspire_ahbdiv_setup(struct device_node *node, in nspire_ahbdiv_setup()
90 static void __init nspire_ahbdiv_setup_cx(struct device_node *node) in nspire_ahbdiv_setup_cx()
95 static void __init nspire_ahbdiv_setup_classic(struct device_node *node) in nspire_ahbdiv_setup_classic()
105 static void __init nspire_clk_setup(struct device_node *node, in nspire_clk_setup()
137 static void __init nspire_clk_setup_cx(struct device_node *node) in nspire_clk_setup_cx()
142 static void __init nspire_clk_setup_classic(struct device_node *node) in nspire_clk_setup_classic()
/Linux-v5.15/drivers/acpi/acpica/
Dnsnames.c30 char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node) in acpi_ns_get_external_pathname()
52 acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node) in acpi_ns_get_pathname_length()
87 struct acpi_namespace_node *node; in acpi_ns_handle_to_name() local
135 struct acpi_namespace_node *node; in acpi_ns_handle_to_pathname() local
193 acpi_ns_build_normalized_path(struct acpi_namespace_node *node, in acpi_ns_build_normalized_path()
289 char *acpi_ns_get_normalized_pathname(struct acpi_namespace_node *node, in acpi_ns_get_normalized_pathname()

12345678910>>...100