Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 52) sorted by relevance

123

/kernel/gcov/
Dfs.c145 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info()
157 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info()
180 struct gcov_node *node = inode->i_private; in gcov_seq_open() local
240 struct gcov_node *node; in get_node_by_name() local
255 static void reset_node(struct gcov_node *node) in reset_node()
277 struct gcov_node *node; in gcov_seq_write() local
366 static void add_links(struct gcov_node *node, struct dentry *parent) in add_links()
410 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node()
432 struct gcov_node *node; in new_node() local
464 static void remove_links(struct gcov_node *node) in remove_links()
[all …]
/kernel/bpf/
Dbpf_lru_list.c42 static bool bpf_lru_node_is_ref(const struct bpf_lru_node *node) in bpf_lru_node_is_ref()
62 struct bpf_lru_node *node, in __bpf_lru_node_move_to_free()
83 struct bpf_lru_node *node, in __bpf_lru_node_move_in()
101 struct bpf_lru_node *node, in __bpf_lru_node_move()
143 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() local
171 struct bpf_lru_node *node; in __bpf_lru_list_rotate_inactive() local
213 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink_inactive() local
262 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink() local
293 struct bpf_lru_node *node, *tmp_node; in __local_list_flush() local
306 struct bpf_lru_node *node) in bpf_lru_list_push_free()
[all …]
Dpercpu_freelist.c29 struct pcpu_freelist_node *node) in ___pcpu_freelist_push()
38 struct pcpu_freelist_node *node) in __pcpu_freelist_push()
46 struct pcpu_freelist_node *node) in pcpu_freelist_push()
87 struct pcpu_freelist_node *node; in __pcpu_freelist_pop() local
Dlpm_trie.c165 const struct lpm_trie_node *node, in longest_prefix_match()
230 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem() local
279 struct lpm_trie_node *node; in lpm_trie_node_alloc() local
304 struct lpm_trie_node *node, *im_node = NULL, *new_node = NULL; in trie_update_elem() local
436 struct lpm_trie_node *node, *parent; in trie_delete_elem() local
590 struct lpm_trie_node *node; in trie_free() local
632 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
Dxskmap.c35 struct xsk_map_node *node; in xsk_map_node_alloc() local
53 static void xsk_map_node_free(struct xsk_map_node *node) in xsk_map_node_free()
59 static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node) in xsk_map_sock_add()
221 struct xsk_map_node *node; in xsk_map_update_elem() local
/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
Dosq_lock.c25 static inline int node_cpu(struct optimistic_spin_node *node) in node_cpu()
43 struct optimistic_spin_node *node, in osq_wait_next()
92 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local
208 struct optimistic_spin_node *node, *next; in osq_unlock() local
Dqspinlock.c271 static __always_inline void __pv_init_node(struct mcs_spinlock *node) { } in __pv_init_node()
272 static __always_inline void __pv_wait_node(struct mcs_spinlock *node, in __pv_wait_node()
275 struct mcs_spinlock *node) { } in __pv_kick_node()
277 struct mcs_spinlock *node) in __pv_wait_head_or_lock()
316 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
Dmcs_spinlock.h65 void mcs_spin_lock(struct mcs_spinlock **lock, struct mcs_spinlock *node) in mcs_spin_lock()
102 void mcs_spin_unlock(struct mcs_spinlock **lock, struct mcs_spinlock *node) in mcs_spin_unlock()
/kernel/irq/
Dirqdesc.c55 static int alloc_masks(struct irq_desc *desc, int node) in alloc_masks()
81 static void desc_smp_init(struct irq_desc *desc, int node, in desc_smp_init()
98 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks()
100 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init()
103 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults()
387 static struct irq_desc *alloc_desc(int irq, int node, unsigned int flags, in alloc_desc()
466 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
521 int i, initcnt, node = first_online_node; in early_irq_init() local
560 int count, i, node = first_online_node; in early_irq_init() local
597 static inline int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
[all …]
Daffinity.c46 int node; in alloc_node_to_cpumask() local
68 int node; in free_node_to_cpumask() local
/kernel/trace/
Dtrace_stat.c27 struct rb_node node; member
176 struct rb_node *node; in stat_seq_start() local
200 struct rb_node *node = p; in stat_seq_next() local
308 struct stat_session *session, *node; in register_stat_tracer() local
352 struct stat_session *node, *tmp; in unregister_stat_tracer() local
/kernel/
Daudit_tree.c33 struct node { struct
34 struct list_head list;
35 struct audit_tree *owner;
36 unsigned index; /* index; upper bit indicates 'will prune' */
621 struct node *node = list_entry(p, struct node, list); in trim_marked() local
689 struct node *node; in audit_trim_trees() local
845 struct node *node; in audit_add_tree_rule() local
947 struct node *node; in audit_tag_tree() local
Dscs.c50 static void *scs_alloc(int node) in scs_alloc()
121 static inline void *scs_alloc(int node) in scs_alloc()
173 int scs_prepare(struct task_struct *tsk, int node) in scs_prepare()
Dasync.c166 int node, struct async_domain *domain) in async_schedule_node_domain()
231 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node()
Dworkqueue.c150 int node; /* I: the associated node ID */ member
565 int node) in unbound_pwq_by_node()
1537 static int workqueue_select_cpu_near(int node) in workqueue_select_cpu_near()
1581 bool queue_work_node(int node, struct workqueue_struct *wq, in queue_work_node()
1817 static struct worker *alloc_worker(int node) in alloc_worker()
3589 int node; in get_unbound_pool() local
3819 static bool wq_calc_node_cpumask(const struct workqueue_attrs *attrs, int node, in wq_calc_node_cpumask()
3851 int node, in numa_pwq_tbl_install()
3880 int node; in apply_wqattrs_cleanup() local
3899 int node; in apply_wqattrs_prepare() local
[all …]
Dcpu.c65 struct hlist_node *node; member
148 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback()
719 struct hlist_node *node) in cpuhp_invoke_ap_callback()
1624 struct hlist_node *node) in cpuhp_issue_call()
1658 struct hlist_node *node) in cpuhp_rollback_install()
1677 struct hlist_node *node, in __cpuhp_state_add_instance_cpuslocked()
1721 int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node, in __cpuhp_state_add_instance()
1826 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance()
Dkthread.c37 int node; member
294 void *data, int node, in __kthread_create_on_node()
380 void *data, int node, in kthread_create_on_node()
687 int node = NUMA_NO_NODE; in __kthread_create_worker() local
Dworkqueue_internal.h41 struct list_head node; /* A: anchored at pool->workers */ member
Dfork.c169 static inline struct task_struct *alloc_task_struct_node(int node) in alloc_task_struct_node()
215 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node()
305 int node) in alloc_thread_stack_node()
863 static struct task_struct *dup_task_struct(struct task_struct *orig, int node) in dup_task_struct()
1774 int node, in copy_process()
/kernel/power/
Dwakelock.c29 struct rb_node node; member
40 struct rb_node *node; in pm_show_wakelocks() local
153 struct rb_node **node = &wakelocks_tree.rb_node; in wakelock_lookup_add() local
Dsnapshot.c372 struct rtree_node *node; member
406 struct rtree_node *node; in alloc_rtree_node() local
431 struct rtree_node *node, *block, **dst; in add_rtree_block() local
539 struct rtree_node *node; in free_zone_bm_rtree() local
711 struct rtree_node *node; in memory_bm_find_bit() local
916 struct rtree_node *node; in recycle_zone_bm_rtree() local
Dqos.c104 struct plist_node *node; in pm_qos_get_value() local
214 int pm_qos_update_target(struct pm_qos_constraints *c, struct plist_node *node, in pm_qos_update_target()
/kernel/livepatch/
Dpatch.h23 struct list_head node; member
/kernel/events/
Dring_buffer.c567 static struct page *rb_alloc_aux_page(int node, int order) in rb_alloc_aux_page()
633 int node = (event->cpu == -1) ? -1 : cpu_to_node(event->cpu); in rb_alloc_aux() local
747 int node; in perf_mmap_alloc_page() local

123