/kernel/gcov/ |
D | fs.c | 145 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() 412 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node() 434 struct gcov_node *node; in new_node() local 471 static void remove_links(struct gcov_node *node) in remove_links() [all …]
|
/kernel/locking/ |
D | qspinlock_paravirt.h | 61 struct pv_node *node; member 99 static struct qspinlock **pv_hash(struct qspinlock *lock, struct pv_node *node) in pv_hash() 127 struct pv_node *node; in pv_unhash() local 149 static void pv_init_node(struct mcs_spinlock *node) in pv_init_node() 164 static void pv_wait_node(struct mcs_spinlock *node) in pv_wait_node() 218 static void pv_kick_node(struct qspinlock *lock, struct mcs_spinlock *node) in pv_kick_node() 248 static void pv_wait_head(struct qspinlock *lock, struct mcs_spinlock *node) in pv_wait_head() 317 struct pv_node *node; in __pv_queued_spin_unlock() local
|
D | osq_lock.c | 37 struct optimistic_spin_node *node, in osq_wait_next() 86 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local 200 struct optimistic_spin_node *node, *next; in osq_unlock() local
|
D | qspinlock.c | 240 static __always_inline void __pv_init_node(struct mcs_spinlock *node) { } in __pv_init_node() 241 static __always_inline void __pv_wait_node(struct mcs_spinlock *node) { } in __pv_wait_node() 243 struct mcs_spinlock *node) { } in __pv_kick_node() 245 struct mcs_spinlock *node) { } in __pv_wait_head() 343 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
|
D | mcs_spinlock.h | 62 void mcs_spin_lock(struct mcs_spinlock **lock, struct mcs_spinlock *node) in mcs_spin_lock() 99 void mcs_spin_unlock(struct mcs_spinlock **lock, struct mcs_spinlock *node) in mcs_spin_unlock()
|
/kernel/irq/ |
D | irqdesc.c | 39 static int alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) in alloc_masks() 54 static void desc_smp_init(struct irq_desc *desc, int node) in desc_smp_init() 67 alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) { return 0; } in alloc_masks() 68 static inline void desc_smp_init(struct irq_desc *desc, int node) { } in desc_smp_init() 71 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults() 144 static struct irq_desc *alloc_desc(int irq, int node, struct module *owner) in alloc_desc() 195 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs() 231 int i, initcnt, node = first_online_node; in early_irq_init() local 269 int count, i, node = first_online_node; in early_irq_init() local 305 static inline int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs() [all …]
|
D | irqdomain.c | 837 irq_hw_number_t hwirq, int node) in irq_domain_alloc_descs() 1170 unsigned int nr_irqs, int node, void *arg, in __irq_domain_alloc_irqs()
|
D | manage.c | 345 int node = irq_desc_get_node(desc); in setup_affinity() local
|
/kernel/trace/ |
D | trace_stat.c | 26 struct rb_node node; member 175 struct rb_node *node; in stat_seq_start() local 199 struct rb_node *node = p; in stat_seq_next() local 304 struct stat_session *session, *node; in register_stat_tracer() local 347 struct stat_session *node, *tmp; in unregister_stat_tracer() local
|
/kernel/ |
D | audit_tree.c | 31 struct node { struct 32 struct list_head list; 33 struct audit_tree *owner; 34 unsigned index; /* index; upper bit indicates 'will prune' */ 521 struct node *node = list_entry(p, struct node, list); in trim_marked() local 530 struct node *node; in trim_marked() local 595 struct node *node; in audit_trim_trees() local 752 struct node *node; in audit_add_tree_rule() local 854 struct node *node; in audit_tag_tree() local
|
D | fork.c | 142 static inline struct task_struct *alloc_task_struct_node(int node) in alloc_task_struct_node() 165 int node) in alloc_thread_stack_node() 184 int node) in alloc_thread_stack_node() 341 static struct task_struct *dup_task_struct(struct task_struct *orig, int node) in dup_task_struct() 1306 int node) in copy_process()
|
D | workqueue.c | 148 int node; /* I: the associated node ID */ member 569 int node) in unbound_pwq_by_node() 1641 static struct worker *alloc_worker(int node) in alloc_worker() 3240 int node; in get_unbound_pool() local 3479 static bool wq_calc_node_cpumask(const struct workqueue_attrs *attrs, int node, in wq_calc_node_cpumask() 3504 int node, in numa_pwq_tbl_install() 3533 int node; in apply_wqattrs_cleanup() local 3552 int node; in apply_wqattrs_prepare() local 3620 int node; in apply_wqattrs_commit() local 3736 int node = cpu_to_node(cpu); in wq_update_unbound_numa() local [all …]
|
D | workqueue_internal.h | 41 struct list_head node; /* A: anchored at pool->workers */ member
|
D | profile.c | 334 int node, cpu = (unsigned long)__cpu; in profile_cpu_callback() local 544 int node = cpu_to_mem(cpu); in create_hash_tables() local
|
D | kthread.c | 33 int node; member 273 void *data, int node, in kthread_create_on_node()
|
D | cpuset.c | 2582 int __cpuset_node_allowed(int node, gfp_t gfp_mask) in __cpuset_node_allowed() 2645 int node; in cpuset_spread_node() local
|
D | sysctl_binary.c | 1164 unsigned long area, node; in bin_dn_node_address() local
|
/kernel/power/ |
D | wakelock.c | 28 struct rb_node node; member 39 struct rb_node *node; in pm_show_wakelocks() local 148 struct rb_node **node = &wakelocks_tree.rb_node; in wakelock_lookup_add() local
|
D | qos.c | 151 struct plist_node *node; in pm_qos_get_value() local 273 int pm_qos_update_target(struct pm_qos_constraints *c, struct plist_node *node, in pm_qos_update_target()
|
D | snapshot.c | 300 struct rtree_node *node; member 335 struct rtree_node *node; in alloc_rtree_node() local 360 struct rtree_node *node, *block, **dst; in add_rtree_block() local 467 struct rtree_node *node; in free_zone_bm_rtree() local 638 struct rtree_node *node; in memory_bm_find_bit() local
|
D | swap.c | 123 struct rb_node node; member 198 struct rb_node *node; in free_all_swap_pages() local
|
/kernel/events/ |
D | ring_buffer.c | 468 static struct page *rb_alloc_aux_page(int node, int order) in rb_alloc_aux_page() 526 int node = (event->cpu == -1) ? -1 : cpu_to_node(event->cpu); in rb_alloc_aux() local 653 int node; in perf_mmap_alloc_page() local
|
/kernel/time/ |
D | hrtimer.c | 1300 struct timerqueue_node *node; in __hrtimer_run_queues() local 1640 struct timerqueue_node *node; in migrate_hrtimer_list() local
|
/kernel/sched/ |
D | debug.c | 512 void print_numa_stats(struct seq_file *m, int node, unsigned long tsf, in print_numa_stats()
|
/kernel/livepatch/ |
D | core.c | 46 struct list_head node; member
|