Home
last modified time | relevance | path

Searched refs:h (Results 1 – 18 of 18) sorted by relevance

/kernel/debug/kdb/
Dkdb_support.c748 struct debug_alloc_header *best, *bestprev, *prev, *h; in debug_kmalloc() local
754 h = (struct debug_alloc_header *)(debug_alloc_pool + dah_first); in debug_kmalloc()
756 h->size = sizeof(debug_alloc_pool_aligned) - dah_overhead; in debug_kmalloc()
762 if (h->size >= size && (!best || h->size < best->size)) { in debug_kmalloc()
763 best = h; in debug_kmalloc()
765 if (h->size == size) in debug_kmalloc()
768 if (!h->next) in debug_kmalloc()
770 prev = h; in debug_kmalloc()
771 h = (struct debug_alloc_header *)(debug_alloc_pool + h->next); in debug_kmalloc()
783 h = (struct debug_alloc_header *)(debug_alloc_pool + h_offset); in debug_kmalloc()
[all …]
/kernel/trace/
Dtrace_events_filter_test.h12 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)
Dtrace_events_filter.c2108 .e = ve, .f = vf, .g = vg, .h = vh }, \
/kernel/
Dgen_kheaders.sh31 src_files_md5="$(find $dir_list -name "*.h" |
32 grep -v "include/generated/compile.h" |
33 grep -v "include/generated/autoconf.h" |
36 obj_files_md5="$(find $dir_list -name "*.h" |
37 grep -v "include/generated/compile.h" |
38 grep -v "include/generated/autoconf.h" |
Dsoftirq.c254 struct softirq_action *h; in __do_softirq() local
278 h = softirq_vec; in __do_softirq()
284 h += softirq_bit - 1; in __do_softirq()
286 vec_nr = h - softirq_vec; in __do_softirq()
292 h->action(h); in __do_softirq()
296 vec_nr, softirq_to_name[vec_nr], h->action, in __do_softirq()
300 h++; in __do_softirq()
Daudit_watch.c287 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()
406 int h, ret = 0; in audit_add_watch() local
440 h = audit_hash_ino((u32)watch->ino); in audit_add_watch()
441 *list = &audit_inode_hash[h]; in audit_add_watch()
Dauditfilter.c889 int h; in audit_find_rule() local
892 h = audit_hash_ino(entry->rule.inode_f->val); in audit_find_rule()
893 *p = list = &audit_inode_hash[h]; in audit_find_rule()
896 for (h = 0; h < AUDIT_INODE_BUCKETS; h++) { in audit_find_rule()
897 list = &audit_inode_hash[h]; in audit_find_rule()
D.gitignore5 timeconst.h
Dauditsc.c811 int h = audit_hash_ino((u32)n->ino); in audit_filter_inode_name() local
812 struct list_head *list = &audit_inode_hash[h]; in audit_filter_inode_name()
/kernel/irq/
Dirqdomain.c387 struct irq_domain *h, *found = NULL; in irq_find_matching_fwspec() local
401 list_for_each_entry(h, &irq_domain_list, link) { in irq_find_matching_fwspec()
402 if (h->ops->select && fwspec->param_count) in irq_find_matching_fwspec()
403 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec()
404 else if (h->ops->match) in irq_find_matching_fwspec()
405 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec()
407 rc = ((fwnode != NULL) && (h->fwnode == fwnode) && in irq_find_matching_fwspec()
409 (h->bus_token == bus_token))); in irq_find_matching_fwspec()
412 found = h; in irq_find_matching_fwspec()
430 struct irq_domain *h; in irq_domain_check_msi_remap() local
[all …]
/kernel/time/
Dtimeconst.bc51 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"
Dtimer.c1782 static __latent_entropy void run_timer_softirq(struct softirq_action *h) in run_timer_softirq() argument
Dhrtimer.c1586 static __latent_entropy void hrtimer_run_softirq(struct softirq_action *h) in hrtimer_run_softirq() argument
/kernel/power/
DKconfig222 functions from <linux/resume-trace.h> as well as the
223 <asm/resume-trace.h> header with a TRACE_RESUME() macro.
/kernel/dma/
DKconfig91 For more information see <include/linux/dma-contiguous.h>.
/kernel/locking/
Dlockdep.c890 static bool in_list(struct list_head *e, struct list_head *h) in in_list() argument
894 list_for_each(f, h) { in in_list()
920 static bool class_lock_list_valid(struct lock_class *c, struct list_head *h) in class_lock_list_valid() argument
924 list_for_each_entry(e, h, entry) { in class_lock_list_valid()
/kernel/rcu/
Dtree.c2384 static void rcu_core_si(struct softirq_action *h) in rcu_core_si() argument
/kernel/sched/
Dfair.c10023 static __latent_entropy void run_rebalance_domains(struct softirq_action *h) in run_rebalance_domains() argument