/kernel/debug/kdb/ |
D | kdb_support.c | 749 struct debug_alloc_header *best, *bestprev, *prev, *h; in debug_kmalloc() local 755 h = (struct debug_alloc_header *)(debug_alloc_pool + dah_first); in debug_kmalloc() 757 h->size = sizeof(debug_alloc_pool_aligned) - dah_overhead; in debug_kmalloc() 763 if (h->size >= size && (!best || h->size < best->size)) { in debug_kmalloc() 764 best = h; in debug_kmalloc() 766 if (h->size == size) in debug_kmalloc() 769 if (!h->next) in debug_kmalloc() 771 prev = h; in debug_kmalloc() 772 h = (struct debug_alloc_header *)(debug_alloc_pool + h->next); in debug_kmalloc() 784 h = (struct debug_alloc_header *)(debug_alloc_pool + h_offset); in debug_kmalloc() [all …]
|
/kernel/trace/ |
D | trace_events_filter_test.h | 12 TP_PROTO(int a, int b, int c, int d, int e, int f, int g, int h), 14 TP_ARGS(a, b, c, d, e, f, g, h), 24 __field(int, h) 35 __entry->h = h; 40 __entry->e, __entry->f, __entry->g, __entry->h)
|
D | trace_events_filter.c | 2201 .e = ve, .f = vf, .g = vg, .h = vh }, \
|
/kernel/ |
D | softirq.c | 265 struct softirq_action *h; in __do_softirq() local 291 h = softirq_vec; in __do_softirq() 297 h += softirq_bit - 1; in __do_softirq() 299 vec_nr = h - softirq_vec; in __do_softirq() 305 h->action(h); in __do_softirq() 309 vec_nr, softirq_to_name[vec_nr], h->action, in __do_softirq() 313 h++; in __do_softirq()
|
D | gen_kheaders.sh | 44 headers_md5="$(find $all_dirs -name "*.h" | 45 grep -v "include/generated/compile.h" | 46 grep -v "include/generated/autoconf.h" |
|
D | audit_watch.c | 287 int h = audit_hash_ino((u32)ino); in audit_update_watch() local 298 list_add_rcu(&nentry->list, &audit_inode_hash[h]); in audit_update_watch() 404 int h, ret = 0; in audit_add_watch() local 438 h = audit_hash_ino((u32)watch->ino); in audit_add_watch() 439 *list = &audit_inode_hash[h]; in audit_add_watch()
|
D | auditfilter.c | 896 int h; in audit_find_rule() local 899 h = audit_hash_ino(entry->rule.inode_f->val); in audit_find_rule() 900 *p = list = &audit_inode_hash[h]; in audit_find_rule() 903 for (h = 0; h < AUDIT_INODE_BUCKETS; h++) { in audit_find_rule() 904 list = &audit_inode_hash[h]; in audit_find_rule()
|
D | .gitignore | 4 timeconst.h
|
D | auditsc.c | 840 int h = audit_hash_ino((u32)n->ino); in audit_filter_inode_name() local 841 struct list_head *list = &audit_inode_hash[h]; in audit_filter_inode_name()
|
/kernel/irq/ |
D | irqdomain.c | 399 struct irq_domain *h, *found = NULL; in irq_find_matching_fwspec() local 413 list_for_each_entry(h, &irq_domain_list, link) { in irq_find_matching_fwspec() 414 if (h->ops->select && fwspec->param_count) in irq_find_matching_fwspec() 415 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec() 416 else if (h->ops->match) in irq_find_matching_fwspec() 417 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec() 419 rc = ((fwnode != NULL) && (h->fwnode == fwnode) && in irq_find_matching_fwspec() 421 (h->bus_token == bus_token))); in irq_find_matching_fwspec() 424 found = h; in irq_find_matching_fwspec() 442 struct irq_domain *h; in irq_domain_check_msi_remap() local [all …]
|
/kernel/bpf/preload/iterators/ |
D | Makefile | 30 all: iterators.skel.h 36 iterators.skel.h: $(OUTPUT)/iterators.bpf.o | $(BPFTOOL)
|
D | README | 2 If you change "iterators.bpf.c" do "make -j" in this directory to rebuild "iterators.skel.h".
|
/kernel/time/ |
D | timeconst.bc | 51 print "#include <linux/param.h>\n" 52 print "#include <linux/types.h>\n\n" 55 print "#error \qinclude/generated/timeconst.h has the wrong HZ value!\q\n"
|
D | timer.c | 1768 static __latent_entropy void run_timer_softirq(struct softirq_action *h) in run_timer_softirq() argument
|
D | hrtimer.c | 1654 static __latent_entropy void hrtimer_run_softirq(struct softirq_action *h) in hrtimer_run_softirq() argument
|
/kernel/bpf/preload/ |
D | .gitignore | 2 /bpf_helper_defs.h
|
D | Makefile | 18 clean-files := $(userprogs) bpf_helper_defs.h FEATURE-DUMP.libbpf staticobjs/ feature/
|
/kernel/power/ |
D | Kconfig | 234 functions from <linux/resume-trace.h> as well as the 235 <asm/resume-trace.h> header with a TRACE_RESUME() macro.
|
/kernel/locking/ |
D | lockdep.c | 946 static bool in_list(struct list_head *e, struct list_head *h) in in_list() argument 950 list_for_each(f, h) { in in_list() 976 static bool class_lock_list_valid(struct lock_class *c, struct list_head *h) in class_lock_list_valid() argument 980 list_for_each_entry(e, h, entry) { in class_lock_list_valid()
|
/kernel/rcu/ |
D | tree.c | 2746 static void rcu_core_si(struct softirq_action *h) in rcu_core_si() argument
|
/kernel/sched/ |
D | fair.c | 11065 static __latent_entropy void run_rebalance_domains(struct softirq_action *h) in run_rebalance_domains() argument
|