Home
last modified time | relevance | path

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

123

/kernel/trace/
Dtrace_boot.c25 trace_boot_set_instance_options(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_instance_options()
83 trace_boot_enable_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_events()
102 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
130 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
139 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
167 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
228 trace_boot_init_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_events()
241 #define trace_boot_enable_events(tr, node) do {} while (0) argument
242 #define trace_boot_init_events(tr, node) do {} while (0) argument
247 trace_boot_set_ftrace_filter(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_ftrace_filter()
[all …]
Dtrace_stat.c27 struct rb_node node; member
174 struct rb_node *node; in stat_seq_start() local
198 struct rb_node *node = p; in stat_seq_next() local
310 struct stat_session *session, *node; in register_stat_tracer() local
353 struct stat_session *node, *tmp; in unregister_stat_tracer() local
/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()
47 static void bpf_lru_node_clear_ref(struct bpf_lru_node *node) in bpf_lru_node_clear_ref()
67 struct bpf_lru_node *node, in __bpf_lru_node_move_to_free()
88 struct bpf_lru_node *node, in __bpf_lru_node_move_in()
106 struct bpf_lru_node *node, in __bpf_lru_node_move()
148 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() local
176 struct bpf_lru_node *node; in __bpf_lru_list_rotate_inactive() local
218 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink_inactive() local
267 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink() local
298 struct bpf_lru_node *node, *tmp_node; in __local_list_flush() local
[all …]
Dpercpu_freelist.c31 struct pcpu_freelist_node *node) in pcpu_freelist_push_node()
38 struct pcpu_freelist_node *node) in ___pcpu_freelist_push()
46 struct pcpu_freelist_node *node) in pcpu_freelist_try_push_extra()
57 struct pcpu_freelist_node *node) in ___pcpu_freelist_push_nmi()
83 struct pcpu_freelist_node *node) in __pcpu_freelist_push()
92 struct pcpu_freelist_node *node) in pcpu_freelist_push()
126 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop() local
160 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop_nmi() 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
282 struct lpm_trie_node *node; in lpm_trie_node_alloc() local
307 struct lpm_trie_node *node, *im_node = NULL, *new_node = NULL; in trie_update_elem() local
439 struct lpm_trie_node *node, *parent; in trie_delete_elem() local
593 struct lpm_trie_node *node; in trie_free() local
630 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
/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/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
209 struct optimistic_spin_node *node, *next; in osq_unlock() local
Dqspinlock.c272 static __always_inline void __pv_init_node(struct mcs_spinlock *node) { } in __pv_init_node()
273 static __always_inline void __pv_wait_node(struct mcs_spinlock *node, in __pv_wait_node()
276 struct mcs_spinlock *node) { } in __pv_kick_node()
278 struct mcs_spinlock *node) in __pv_wait_head_or_lock()
317 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()
390 static struct irq_desc *alloc_desc(int irq, int node, unsigned int flags, in alloc_desc()
470 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
525 int i, initcnt, node = first_online_node; in early_irq_init() local
564 int count, i, node = first_online_node; in early_irq_init() local
602 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
Dirqdomain.c1076 int node, const struct irq_affinity_desc *affinity) in irq_domain_alloc_descs()
1463 unsigned int nr_irqs, int node, void *arg, in irq_domain_alloc_irqs_locked()
1531 unsigned int nr_irqs, int node, void *arg, in __irq_domain_alloc_irqs()
1908 unsigned int nr_irqs, int node, void *arg, in irq_domain_alloc_irqs_locked()
/kernel/
Dscs.c27 static void *__scs_alloc(int node) in __scs_alloc()
46 void *scs_alloc(int node) in scs_alloc()
104 int scs_prepare(struct task_struct *tsk, int node) in scs_prepare()
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' */
619 struct node *node = list_entry(p, struct node, list); in trim_marked() local
687 struct node *node; in audit_trim_trees() local
843 struct node *node; in audit_add_tree_rule() local
945 struct node *node; in audit_tag_tree() local
Dasync.c149 void *data, int node, in __async_schedule_node_domain()
199 int node, struct async_domain *domain) in async_schedule_node_domain()
240 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node()
Dworkqueue.c155 int node; /* I: the associated node ID */ member
568 int node) in unbound_pwq_by_node()
1562 static int workqueue_select_cpu_near(int node) in workqueue_select_cpu_near()
1606 bool queue_work_node(int node, struct workqueue_struct *wq, in queue_work_node()
1849 static struct worker *alloc_worker(int node) in alloc_worker()
3637 int node; in get_unbound_pool() local
3880 static bool wq_calc_node_cpumask(const struct workqueue_attrs *attrs, int node, in wq_calc_node_cpumask()
3912 int node, in numa_pwq_tbl_install()
3941 int node; in apply_wqattrs_cleanup() local
3960 int node; in apply_wqattrs_prepare() local
[all …]
Dcpu.c75 struct hlist_node *node; member
158 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback()
751 struct hlist_node *node) in cpuhp_invoke_ap_callback()
2130 struct hlist_node *node) in cpuhp_issue_call()
2164 struct hlist_node *node) in cpuhp_rollback_install()
2183 struct hlist_node *node, in __cpuhp_state_add_instance_cpuslocked()
2227 int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node, in __cpuhp_state_add_instance()
2332 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance()
Dkthread.c43 int node; member
352 void *data, int node, in __kthread_create_on_node()
439 void *data, int node, in kthread_create_on_node()
771 int node = NUMA_NO_NODE; in __kthread_create_worker() local
Dfork.c174 static inline struct task_struct *alloc_task_struct_node(int node) in alloc_task_struct_node()
220 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node()
308 int node) in alloc_thread_stack_node()
897 static struct task_struct *dup_task_struct(struct task_struct *orig, int node) in dup_task_struct()
1914 int node, in copy_process()
2500 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread()
Dworkqueue_internal.h41 struct list_head node; /* A: anchored at pool->workers */ member
/kernel/power/
Dwakelock.c29 struct rb_node node; member
40 struct rb_node *node; in pm_show_wakelocks() local
150 struct rb_node **node = &wakelocks_tree.rb_node; in wakelock_lookup_add() local
Dsnapshot.c371 struct rtree_node *node; member
405 struct rtree_node *node; in alloc_rtree_node() local
430 struct rtree_node *node, *block, **dst; in add_rtree_block() local
538 struct rtree_node *node; in free_zone_bm_rtree() local
710 struct rtree_node *node; in memory_bm_find_bit() local
915 struct rtree_node *node; in recycle_zone_bm_rtree() local
/kernel/livepatch/
Dpatch.h23 struct list_head node; member
/kernel/events/
Dring_buffer.c605 static struct page *rb_alloc_aux_page(int node, int order) in rb_alloc_aux_page()
671 int node = (event->cpu == -1) ? -1 : cpu_to_node(event->cpu); in rb_alloc_aux() local
791 int node; in perf_mmap_alloc_page() local

123