Searched refs:this (Results 1 – 11 of 11) sorted by relevance
/kernel/irq/ |
D | devres.c | 16 struct irq_devres *this = res; in devm_irq_release() local 18 free_irq(this->irq, this->dev_id); in devm_irq_release() 23 struct irq_devres *this = res, *match = data; in devm_irq_match() local 25 return this->irq == match->irq && this->dev_id == match->dev_id; in devm_irq_match()
|
/kernel/ |
D | lockdep.c | 870 static int add_lock_to_list(struct lock_class *class, struct lock_class *this, in add_lock_to_list() argument 885 entry->class = this; in add_lock_to_list() 959 struct lock_list this; in print_circular_bug_tail() local 964 this.class = hlock_class(check_source); in print_circular_bug_tail() 965 if (!save_trace(&this.trace)) in print_circular_bug_tail() 968 print_circular_bug_entry(&this, 0); in print_circular_bug_tail() 1793 print_usage_bug(struct task_struct *curr, struct held_lock *this, in print_usage_bug() argument 1813 print_lock(this); in print_usage_bug() 1816 print_stack_trace(hlock_class(this)->usage_traces + prev_bit, 1); in print_usage_bug() 1832 valid_state(struct task_struct *curr, struct held_lock *this, in valid_state() argument [all …]
|
D | futex.c | 524 struct futex_q *this, *next; in lookup_pi_state() local 531 plist_for_each_entry_safe(this, next, head, list) { in lookup_pi_state() 532 if (match_futex(&this->key, key)) { in lookup_pi_state() 537 pi_state = this->pi_state; in lookup_pi_state() 633 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this) in wake_futex_pi() argument 636 struct futex_pi_state *pi_state = this->pi_state; in wake_futex_pi() 652 new_owner = this->task; in wake_futex_pi() 734 struct futex_q *this, *next; in futex_wake() local 750 plist_for_each_entry_safe(this, next, head, list) { in futex_wake() 751 if (match_futex (&this->key, &key)) { in futex_wake() [all …]
|
D | resource.c | 301 struct resource *this = root->child; in find_resource() local 308 if (this && this->start == 0) { in find_resource() 309 new->start = this->end + 1; in find_resource() 310 this = this->sibling; in find_resource() 313 if (this) in find_resource() 314 new->end = this->start - 1; in find_resource() 328 if (!this) in find_resource() 330 new->start = this->end + 1; in find_resource() 331 this = this->sibling; in find_resource() 752 struct region_devres *this = res; in devm_region_release() local [all …]
|
D | Kconfig.preempt | 14 Select this option if you are building a kernel for a server or 34 Select this if you are building a kernel for a desktop system. 49 Select this if you are building a kernel for a desktop or
|
D | softlockup.c | 48 softlock_panic(struct notifier_block *this, unsigned long event, void *ptr) in softlock_panic() argument
|
D | sched.c | 2104 struct sched_group *idlest = NULL, *this = NULL, *group = sd->groups; in find_idlest_group() local 2141 this = group; in find_idlest_group() 3108 struct sched_group *busiest = NULL, *this = NULL, *group = sd->groups; in find_busiest_group() local 3223 this = group; in find_busiest_group() 3336 (avg_load - this_load) * this->__cpu_power) in find_busiest_group() 3373 pwr_now += this->__cpu_power * in find_busiest_group() 3387 tmp = sg_div_cpu_power(this, in find_busiest_group() 3390 tmp = sg_div_cpu_power(this, in find_busiest_group() 3392 pwr_move += this->__cpu_power * in find_busiest_group() 3408 if (this == group_leader && group_leader != group_min) { in find_busiest_group()
|
/kernel/power/ |
D | Kconfig | 7 being used. There are two competing standards for doing this: APM 45 reboot. The architecture needs to support this, x86 for 67 To use this debugging feature you should attempt to suspend the 72 CAUTION: this option will cause your machine's real-time clock to be 103 Enable this with a kernel parameter like "test_suspend=mem". 106 linked, ensuring that it's available when this test runs. 114 This allows you to turn off the freezer for suspend. If this is 117 Turning OFF this setting is NOT recommended! If in doubt, say Y. 220 suspending. Also in this case you must not use the filesystems 270 much point in using this driver and you should say N. If you get [all …]
|
/kernel/trace/ |
D | Kconfig | 22 variable at the mcount call site. Otherwise, this variable 100 (Note that kernel size and overhead increases with this option 122 (Note that kernel size and overhead increases with this option 168 ( Note that tracing self tests can't be enabled if this tracer is 182 Note: this will add a significant overhead, only turn this 217 calls in the kernel. The difference between this and the 218 "Trace likely/unlikely profiler" is that this is not a 249 stack-trace saved. If this is configured with DYNAMIC_FTRACE
|
D | trace.c | 3694 static int trace_panic_handler(struct notifier_block *this, argument
|
/kernel/time/ |
D | Kconfig | 22 hardware is not capable then this option only increases
|