/kernel/irq/ |
D | devres.c | 20 struct irq_devres *this = res; in devm_irq_release() local 22 free_irq(this->irq, this->dev_id); in devm_irq_release() 27 struct irq_devres *this = res, *match = data; in devm_irq_match() local 29 return this->irq == match->irq && this->dev_id == match->dev_id; in devm_irq_match() 156 struct irq_desc_devres *this = res; in devm_irq_desc_release() local 158 irq_free_descs(this->from, this->cnt); in devm_irq_desc_release() 242 struct irq_generic_chip_devres *this = res; in devm_irq_remove_generic_chip() local 244 irq_remove_generic_chip(this->gc, this->msk, this->clr, this->set); in devm_irq_remove_generic_chip()
|
D | irq_sim.c | 221 struct irq_sim_devres *this = res; in devm_irq_domain_release_sim() local 223 irq_domain_remove_sim(this->domain); in devm_irq_domain_release_sim()
|
/kernel/ |
D | resource.c | 600 struct resource *this = root->child; in __find_resource() local 608 if (this && this->start == root->start) { in __find_resource() 609 tmp.start = (this == old) ? old->start : this->end + 1; in __find_resource() 610 this = this->sibling; in __find_resource() 613 if (this) in __find_resource() 614 tmp.end = (this == old) ? this->end : this->start - 1; in __find_resource() 641 next: if (!this || this->end == root->end) in __find_resource() 644 if (this != old) in __find_resource() 645 tmp.start = this->end + 1; in __find_resource() 646 this = this->sibling; in __find_resource() [all …]
|
D | Kconfig.preempt | 15 Select this option if you are building a kernel for a server or 36 Select this if you are building a kernel for a desktop system. 54 Select this if you are building a kernel for a desktop or 72 Select this if you are building a kernel for systems which
|
D | hung_task.c | 78 hung_task_panic(struct notifier_block *this, unsigned long event, void *ptr) in hung_task_panic() argument
|
/kernel/futex/ |
D | core.c | 709 struct futex_q *this; in futex_top_waiter() local 711 plist_for_each_entry(this, &hb->chain, list) { in futex_top_waiter() 712 if (match_futex(&this->key, key)) in futex_top_waiter() 713 return this; in futex_top_waiter() 1604 struct futex_q *this, *next; in futex_wake() local 1626 plist_for_each_entry_safe(this, next, &hb->chain, list) { in futex_wake() 1627 if (match_futex (&this->key, &key)) { in futex_wake() 1628 if (this->pi_state || this->rt_waiter) { in futex_wake() 1634 if (!(this->bitset & bitset)) in futex_wake() 1637 trace_android_vh_futex_wake_this(ret, nr_wake, target_nr, this->task); in futex_wake() [all …]
|
/kernel/locking/ |
D | lockdep.c | 1368 static int add_lock_to_list(struct lock_class *this, in add_lock_to_list() argument 1382 entry->class = this; in add_lock_to_list() 1966 static noinline void print_circular_bug(struct lock_list *this, in print_circular_bug() argument 1979 this->trace = save_trace(); in print_circular_bug() 1980 if (!this->trace) in print_circular_bug() 2022 static unsigned long __lockdep_count_forward_deps(struct lock_list *this) in __lockdep_count_forward_deps() argument 2027 __bfs_forwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_forward_deps() 2034 struct lock_list this; in lockdep_count_forward_deps() local 2036 __bfs_init_root(&this, class); in lockdep_count_forward_deps() 2040 ret = __lockdep_count_forward_deps(&this); in lockdep_count_forward_deps() [all …]
|
/kernel/dma/ |
D | Kconfig | 17 # mapping fast path should select this option and set the dma_ops_bypass 39 # Select this option if the architecture needs special handling for 42 # need to enable this. 130 Enable this option to get pernuma CMA areas so that devices like 186 for larger buffers it just a memory waste. With this parameter you can 188 buffers will be aligned only to this specified order. The order is 202 Enable this option to debug the use of the DMA API by device drivers. 203 With this option you will be able to detect common bugs in device
|
D | mapping.c | 31 struct dma_devres *this = res; in dmam_release() local 33 dma_free_attrs(dev, this->size, this->vaddr, this->dma_handle, in dmam_release() 34 this->attrs); in dmam_release() 39 struct dma_devres *this = res, *match = match_data; in dmam_match() local 41 if (this->vaddr == match->vaddr) { in dmam_match() 42 WARN_ON(this->size != match->size || in dmam_match() 43 this->dma_handle != match->dma_handle); in dmam_match()
|
/kernel/trace/ |
D | Kconfig | 203 can function trace, and this table is linked into the kernel 204 image. When this is enabled, functions can be individually 233 When a 1 is echoed into this file profiling begins, and when a 235 the trace_stat directory; this file shows the list of functions that 252 stack-trace saved. If this is configured with DYNAMIC_FTRACE 291 (Note that kernel size and overhead increase with this option 316 (Note that kernel size and overhead increase with this option 339 time, this tracer will detect it. This is useful for testing 342 Some files are created in the tracing directory when this 358 periodically non responsive. Do not run this tracer on a [all …]
|
D | trace_stat.c | 90 struct stat_node *this; in insert_stat() local 93 this = container_of(*new, struct stat_node, node); in insert_stat() 94 result = cmp(data->stat, this->stat); in insert_stat()
|
D | trace.c | 9325 static int trace_panic_handler(struct notifier_block *this, in trace_panic_handler() argument
|
/kernel/power/ |
D | Kconfig | 17 This allows you to turn off the freezer for suspend. If this is 20 Turning OFF this setting is NOT recommended! If in doubt, say Y. 28 Some systems prefer not to pay this cost on every invocation 31 at '/sys/power/sync_on_suspend' to configure this behaviour. 76 suspending. Also in this case you must not use the filesystems 90 Say N if no snapshotting from userspace is needed, this also 174 Hardware support is generally required for this functionality to work 201 Enable this with a kernel parameter like "test_suspend=mem". 204 linked, ensuring that it's available when this test runs. 230 reboot. The architecture needs to support this, x86 for [all …]
|
/kernel/rcu/ |
D | Kconfig | 28 Select this option if you are unsure. 152 (hundreds or thousands of CPUs) will instead want to set this 180 default, you can adjust this using the rcutree.rcu_idle_gp_delay 182 hand, this option increases the duration of RCU grace periods, 222 Use this option to reduce OS jitter for aggressive HPC or 232 (!PREEMPTION kernels). Nothing prevents this kthread from running 245 Use this option to further reduce the number of IPIs sent 250 of this Kconfig option is important mostly for aggressive
|
D | Kconfig.debug | 20 users are converted, we can remove this config option. 123 Select this option to build an RCU variant that is strict about 126 lifetime and kills performance. Don't try this on large
|
D | tree_stall.h | 91 static int rcu_panic(struct notifier_block *this, unsigned long ev, void *ptr) in rcu_panic() argument
|
/kernel/time/ |
D | Kconfig | 69 # are supported independent of this. 115 the CPU is running tasks. Typically this requires running a single 156 Say N otherwise, this option brings an overhead that you 173 hardware is not capable then this option only increases
|
/kernel/bpf/preload/iterators/ |
D | README | 2 If you change "iterators.bpf.c" do "make -j" in this directory to rebuild "iterators.skel.h".
|
/kernel/bpf/ |
D | local_storage.c | 110 struct bpf_cgroup_storage *this; in cgroup_storage_insert() local 112 this = container_of(*new, struct bpf_cgroup_storage, node); in cgroup_storage_insert() 115 switch (bpf_cgroup_storage_key_cmp(map, &storage->key, &this->key)) { in cgroup_storage_insert()
|
/kernel/livepatch/ |
D | Kconfig | 18 module uses the interface provided by this option to register
|
/kernel/debug/kdb/ |
D | kdb_cmds | 4 # registers) are not reliable this early. set and bp commands should
|
/kernel/debug/ |
D | debug_core.c | 1058 dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) in dbg_notify_reboot() argument
|
/kernel/sched/ |
D | fair.c | 6376 int this = smp_processor_id(); in select_idle_cpu() local 6401 time = cpu_clock(this); in select_idle_cpu() 6412 time = cpu_clock(this) - time; in select_idle_cpu()
|