Home
last modified time | relevance | path

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

123

/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
284 struct lpm_trie_node *node; in lpm_trie_node_alloc() local
309 struct lpm_trie_node *node, *im_node = NULL, *new_node = NULL; in trie_update_elem() local
441 struct lpm_trie_node *node, *parent; in trie_delete_elem() local
582 struct lpm_trie_node *node; in trie_free() local
619 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
/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()
301 struct xbc_node *node; in trace_boot_hist_add_handlers() local
348 struct xbc_node *node, *knode; in trace_boot_compose_hist_cmd() local
422 struct xbc_node *node; in trace_boot_init_histograms() local
518 trace_boot_init_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_events()
[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/gcov/
Dfs.c255 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info()
267 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info()
290 struct gcov_node *node = inode->i_private; in gcov_seq_open() local
350 struct gcov_node *node; in get_node_by_name() local
365 static void reset_node(struct gcov_node *node) in reset_node()
387 struct gcov_node *node; in gcov_seq_write() local
476 static void add_links(struct gcov_node *node, struct dentry *parent) in add_links()
520 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node()
542 struct gcov_node *node; in new_node() local
574 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
/kernel/
Dscs.c31 static void *__scs_alloc(int node) in __scs_alloc()
54 void *scs_alloc(int node) in scs_alloc()
114 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
842 struct node *node; in audit_add_tree_rule() local
941 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
586 int node) in unbound_pwq_by_node()
1584 static int workqueue_select_cpu_near(int node) in workqueue_select_cpu_near()
1628 bool queue_work_node(int node, struct workqueue_struct *wq, in queue_work_node()
1864 static struct worker *alloc_worker(int node) in alloc_worker()
3664 int node; in get_unbound_pool() local
3907 static bool wq_calc_node_cpumask(const struct workqueue_attrs *attrs, int node, in wq_calc_node_cpumask()
3939 int node, in numa_pwq_tbl_install()
3968 int node; in apply_wqattrs_cleanup() local
3987 int node; in apply_wqattrs_prepare() local
[all …]
Dcpu.c75 struct hlist_node *node; member
168 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback()
847 struct hlist_node *node) in cpuhp_invoke_ap_callback()
1974 struct hlist_node *node) in cpuhp_issue_call()
2007 struct hlist_node *node) in cpuhp_rollback_install()
2026 struct hlist_node *node, in __cpuhp_state_add_instance_cpuslocked()
2070 int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node, in __cpuhp_state_add_instance()
2176 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance()
Dkthread.c43 int node; member
358 void *data, int node, in __kthread_create_on_node()
445 void *data, int node, in kthread_create_on_node()
786 int node = NUMA_NO_NODE; in __kthread_create_worker() local
Dfork.c176 static inline struct task_struct *alloc_task_struct_node(int node) in alloc_task_struct_node()
222 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node()
313 int node) in alloc_thread_stack_node()
931 static struct task_struct *dup_task_struct(struct task_struct *orig, int node) in dup_task_struct()
1999 int node, in copy_process()
2595 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread()
Dworkqueue_internal.h42 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.c405 struct rtree_node *node; member
439 struct rtree_node *node; in alloc_rtree_node() local
464 struct rtree_node *node, *block, **dst; in add_rtree_block() local
572 struct rtree_node *node; in free_zone_bm_rtree() local
744 struct rtree_node *node; in memory_bm_find_bit() local
949 struct rtree_node *node; in recycle_zone_bm_rtree() local
/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
793 int node; in perf_mmap_alloc_page() local
815 int i, node; in rb_alloc() local
913 int node; in rb_alloc() local
/kernel/livepatch/
Dpatch.h23 struct list_head node; member
/kernel/dma/
Dmap_benchmark.c37 __s32 node; /* which numa node this benchmark will run on */ member
126 int node = map->bparam.node; in do_map_benchmark() local

123