| /kernel/bpf/ |
| A D | bpf_lru_list.c | 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() 176 struct bpf_lru_node *node; in __bpf_lru_list_rotate_inactive() local 311 struct bpf_lru_node *node) in bpf_lru_list_push_free() 368 struct bpf_lru_node *node; in __local_list_pop_free() local 382 struct bpf_lru_node *node; in __local_list_pop_pending() local 408 struct bpf_lru_node *node = NULL; in bpf_percpu_lru_pop_free() local 441 struct bpf_lru_node *node; in bpf_common_lru_pop_free() local 572 struct bpf_lru_node *node; in bpf_common_lru_populate() local [all …]
|
| A D | percpu_freelist.c | 29 struct pcpu_freelist_node *node) in pcpu_freelist_push_node() 36 struct pcpu_freelist_node *node) in ___pcpu_freelist_push() 46 struct pcpu_freelist_node *node) in __pcpu_freelist_push() 69 struct pcpu_freelist_node *node) in pcpu_freelist_push() 102 struct pcpu_freelist_node *node = NULL; in ___pcpu_freelist_pop() local
|
| A D | lpm_trie.c | 169 const struct lpm_trie_node *node, in __longest_prefix_match() 231 const struct lpm_trie_node *node, in longest_prefix_match() 241 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem() local 295 struct lpm_trie_node *node; in lpm_trie_node_alloc() local 326 struct lpm_trie_node *node, *im_node, *new_node; in trie_update_elem() local 463 struct lpm_trie_node *node, *parent; in trie_delete_elem() local 617 struct lpm_trie_node *node; in trie_free() local 658 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
|
| A D | crypto.c | 62 struct bpf_crypto_type_list *node; in bpf_crypto_register_type() local 89 struct bpf_crypto_type_list *node; in bpf_crypto_unregister_type() local 111 struct bpf_crypto_type_list *node; in bpf_crypto_get_type() local
|
| A D | range_tree.c | 107 #define START(node) ((node)->rn_start) argument 108 #define LAST(node) ((node)->rn_last) argument
|
| /kernel/trace/ |
| A D | trace_boot.c | 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 554 #define trace_boot_enable_events(tr, node) do {} while (0) argument 555 #define trace_boot_init_events(tr, node) do {} while (0) argument 588 #define trace_boot_set_ftrace_filter(tr, node) do {} while (0) argument [all …]
|
| A D | rethook.c | 23 struct llist_node *node; in rethook_flush_task() local 73 struct rethook_node *node = nod; in rethook_init_node() local 129 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu() local 142 void rethook_recycle(struct rethook_node *node) in rethook_recycle() 197 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() 209 struct llist_node *node = *cur; in __rethook_find_ret_addr() local 282 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
|
| A D | trace_stat.c | 27 struct rb_node node; member 171 struct rb_node *node; in stat_seq_start() local 195 struct rb_node *node = p; in stat_seq_next() local 307 struct stat_session *session, *node; in register_stat_tracer() local 347 struct stat_session *node, *tmp; in unregister_stat_tracer() local
|
| A D | fprobe.c | 56 struct fprobe_hlist_node *node; in find_first_fprobe_node() local 70 static void insert_fprobe_node(struct fprobe_hlist_node *node) in insert_fprobe_node() 88 static bool delete_fprobe_node(struct fprobe_hlist_node *node) in delete_fprobe_node() 252 struct fprobe_hlist_node *node, *first; in fprobe_entry() local 454 struct fprobe_hlist_node *node; in fprobe_remove_node_in_module() local
|
| /kernel/gcov/ |
| A D | fs.c | 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 542 struct gcov_node *node; in new_node() local 574 static void remove_links(struct gcov_node *node) in remove_links() 603 static void remove_node(struct gcov_node *node) in remove_node() 621 struct gcov_node *node; in get_child_by_name() local 638 struct gcov_node *node; in reset_write() local 680 struct gcov_node *node; in add_node() local [all …]
|
| /kernel/sched/ |
| A D | ext_idle.c | 60 static struct scx_idle_cpus *idle_cpumask(int node) in idle_cpumask() 79 int node = scx_cpu_node_if_enabled(cpu); in scx_idle_test_and_clear_cpu() local 200 static s32 scx_pick_idle_cpu(const struct cpumask *cpus_allowed, int node, u64 flags) in scx_pick_idle_cpu() 456 int node = scx_cpu_node_if_enabled(prev_cpu); in scx_select_cpu_dfl() local 693 int node = scx_cpu_node_if_enabled(cpu); in update_builtin_idle() local 777 int node; in reset_idle_masks() local 822 static int validate_node(int node) in validate_node() 996 __bpf_kfunc const struct cpumask *scx_bpf_get_idle_cpumask_node(int node) in scx_bpf_get_idle_cpumask_node() 1035 __bpf_kfunc const struct cpumask *scx_bpf_get_idle_smtmask_node(int node) in scx_bpf_get_idle_smtmask_node() 1127 int node, u64 flags) in scx_bpf_pick_idle_cpu_node() [all …]
|
| /kernel/locking/ |
| A D | qspinlock.c | 87 static __always_inline void __pv_init_node(struct mcs_spinlock *node) { } in __pv_init_node() 88 static __always_inline void __pv_wait_node(struct mcs_spinlock *node, in __pv_wait_node() 91 struct mcs_spinlock *node) { } in __pv_kick_node() 93 struct mcs_spinlock *node) in __pv_wait_head_or_lock() 132 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
|
| A D | qspinlock_paravirt.h | 169 struct pv_node *node; member 208 static struct qspinlock **pv_hash(struct qspinlock *lock, struct pv_node *node) in pv_hash() 240 struct pv_node *node; in pv_unhash() local 275 static void pv_init_node(struct mcs_spinlock *node) in pv_init_node() 290 static void pv_wait_node(struct mcs_spinlock *node, struct mcs_spinlock *prev) in pv_wait_node() 357 static void pv_kick_node(struct qspinlock *lock, struct mcs_spinlock *node) in pv_kick_node() 399 pv_wait_head_or_lock(struct qspinlock *lock, struct mcs_spinlock *node) in pv_wait_head_or_lock() 501 struct pv_node *node; in __pv_queued_spin_unlock_slowpath() local
|
| A D | osq_lock.c | 32 static inline int node_cpu(struct optimistic_spin_node *node) in node_cpu() 55 struct optimistic_spin_node *node, in osq_wait_next() 95 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local 212 struct optimistic_spin_node *node, *next; in osq_unlock() local
|
| A D | mcs_spinlock.h | 57 void mcs_spin_lock(struct mcs_spinlock **lock, struct mcs_spinlock *node) in mcs_spin_lock() 94 void mcs_spin_unlock(struct mcs_spinlock **lock, struct mcs_spinlock *node) in mcs_spin_unlock()
|
| /kernel/irq/ |
| A D | irqdesc.c | 55 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() 109 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks() 111 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init() 115 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults() 210 static int init_desc(struct irq_desc *desc, int irq, int node, in init_desc() 432 static struct irq_desc *alloc_desc(int irq, int node, unsigned int flags, in alloc_desc() 496 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs() 551 int i, initcnt, node = first_online_node; in early_irq_init() local 589 int count, i, node = first_online_node; in early_irq_init() local [all …]
|
| /kernel/ |
| A D | scs.c | 31 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()
|
| A D | async.c | 151 void *data, int node, in __async_schedule_node_domain() 201 int node, struct async_domain *domain) in async_schedule_node_domain() 242 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node()
|
| A D | kthread.c | 47 int node; member 59 unsigned int node; member 504 void *data, int node, in __kthread_create_on_node() 579 void *data, int node, in kthread_create_on_node() 1034 __kthread_create_worker_on_node(unsigned int flags, int node, in __kthread_create_worker_on_node() 1072 kthread_create_worker_on_node(unsigned int flags, int node, const char namefmt[], ...) in kthread_create_worker_on_node()
|
| /kernel/power/ |
| A D | wakelock.c | 29 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
|
| /kernel/module/ |
| A D | tree_lookup.c | 64 static noinline void __mod_tree_insert(struct mod_tree_node *node, struct mod_tree_root *tree) in __mod_tree_insert() 69 static void __mod_tree_remove(struct mod_tree_node *node, struct mod_tree_root *tree) in __mod_tree_remove()
|
| /kernel/events/ |
| A D | ring_buffer.c | 616 static struct page *rb_alloc_aux_page(int node, int order) in rb_alloc_aux_page() 681 int node = (event->cpu == -1) ? -1 : cpu_to_node(event->cpu); in rb_alloc_aux() local 819 int node; in perf_mmap_alloc_page() local 840 int i, node; in rb_alloc() local 923 int node; in rb_alloc() local
|
| /kernel/time/ |
| A D | timer_migration.c | 562 struct timerqueue_node *node = NULL; in tmigr_next_groupevt() local 1485 int node) in tmigr_init_group() 1523 static struct tmigr_group *tmigr_get_group(unsigned int cpu, int node, in tmigr_get_group() 1642 static int tmigr_setup_groups(unsigned int cpu, unsigned int node) in tmigr_setup_groups() 1751 int node = cpu_to_node(cpu); in tmigr_add_cpu() local
|
| /kernel/livepatch/ |
| A D | patch.h | 23 struct list_head node; member
|
| /kernel/futex/ |
| A D | core.c | 340 int node = FUTEX_NO_NODE; in __futex_key_to_node() local 367 int seq, node; in futex_key_to_node_opt() local 384 int node; in futex_mpol() local 417 int node = key->both.node; in __futex_hash() local 556 int node, err, size, ro = 0; in get_futex_key() local
|