Home
last modified time | relevance | path

Searched refs:current (Results 226 – 250 of 4686) sorted by relevance

12345678910>>...188

/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml115 adi,sensor-oc-current-microamp:
177 adi,excitation-current-microamp:
181 excitation current will be 8 times value.
235 adi,excitation-current-microamp:
274 adi,current-rotate:
281 adi,current-rotate: [ "adi,rsense-share" ]
326 adi,current-rotate:
332 adi,excitation-current-nanoamp:
365 adi,current-rotate: [ "adi,rsense-share" ]
374 adi,excitation-current-nanoamp:
[all …]
/openbmc/linux/drivers/staging/most/Documentation/ABI/
H A Dsysfs-class-most.txt15 current AIM.
24 current AIM.
50 Indicates the type of peripheral interface the current device
152 Indicates the current network interface state.
160 Indicates the current node address.
168 Indicates the current node position.
204 Indicates the data types the current channel can transport.
272 This is to configure the direction of the current channel.
283 This is to configure the data type of the current channel.
305 the current channel. This is only needed network interface
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dtraps.c226 tsk = current; in dump_backtrace()
231 } else if (tsk != current) { in dump_backtrace()
280 struct task_struct *tsk = current; in __die()
384 current->thread.error_code = err; in arm_notify_die()
385 current->thread.trap_no = trap; in arm_notify_die()
494 current->comm, task_pid_nr(current), pc); in do_undefinstr()
549 send_sig(SIGSEGV, current, 1); in bad_syscall()
556 task_pid_nr(current), current->comm, n); in bad_syscall()
577 if (fatal_signal_pending(current)) in __do_cache_op()
676 task_pid_nr(current), current->comm, no); in arm_syscall()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dqcom-wled.yaml45 enable current sink output.
60 qcom,current-limit:
62 mA; per-string current limit.
69 qcom,current-limit-microamp:
71 uA; per-string current limit.
77 qcom,current-boost-limit:
79 mA; boost current limit.
179 qcom,current-boost-limit:
200 qcom,current-boost-limit:
257 qcom,current-limit = <20>;
[all …]
/openbmc/linux/arch/powerpc/mm/
H A Dfault.c76 struct mm_struct *mm = current->mm; in __bad_area()
90 struct mm_struct *mm = current->mm; in bad_access_pkey()
138 current->thread.trap_nr = BUS_ADRERR; in do_sigbus()
144 current->comm, current->pid, address); in do_sigbus()
167 if (fatal_signal_pending(current) && !user_mode(regs)) in mm_fault_error()
316 current->comm, current->pid, address, in sanity_check_fault()
409 struct mm_struct *mm = current->mm; in ___do_page_fault()
551 mmap_read_unlock(current->mm); in ___do_page_fault()
634 if (task_stack_end_corrupted(current)) in __bad_page_fault()
/openbmc/linux/arch/csky/kernel/
H A Dtraps.c98 show_stack(current, (unsigned long *)regs->regs[4], KERN_INFO); in die()
117 struct task_struct *tsk = current; in do_trap()
134 current->thread.trap_no = trap_no(regs); in do_trap_error()
162 current->thread.trap_no = trap_no(regs); in do_trap_misaligned()
179 send_sig(SIGTRAP, current, 0); in do_trap_bkpt()
189 current->thread.trap_no = trap_no(regs); in do_trap_illinsn()
201 send_sig(SIGTRAP, current, 0); in do_trap_illinsn()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c76 u64 current, overhead; in determine_overhead() local
84 current = events[0].result.value; in determine_overhead()
85 if (current < overhead) { in determine_overhead()
86 printf("Replacing overhead %llu with %llu\n", overhead, current); in determine_overhead()
87 overhead = current; in determine_overhead()
/openbmc/linux/arch/sh/kernel/
H A Dsys_sh.c72 mmap_read_lock(current->mm); in sys_cacheflush()
73 vma = find_vma (current->mm, addr); in sys_cacheflush()
75 mmap_read_unlock(current->mm); in sys_cacheflush()
94 mmap_read_unlock(current->mm); in sys_cacheflush()
/openbmc/linux/security/integrity/
H A Dintegrity_audit.c51 task_pid_nr(current), in integrity_audit_message()
53 from_kuid(&init_user_ns, audit_get_loginuid(current)), in integrity_audit_message()
54 audit_get_sessionid(current)); in integrity_audit_message()
57 audit_log_untrustedstring(ab, get_task_comm(name, current)); in integrity_audit_message()
/openbmc/qemu/hw/misc/
H A Dpci-testdev.c90 int current; member
138 if (d->current == -1) { in pci_testdev_reset()
141 pci_testdev_stop(&d->tests[d->current]); in pci_testdev_reset()
142 d->current = -1; in pci_testdev_reset()
169 d->current = t; in pci_testdev_write()
172 if (d->current < 0) { in pci_testdev_write()
175 test = &d->tests[d->current]; in pci_testdev_write()
194 if (d->current < 0) { in pci_testdev_read()
197 test = &d->tests[d->current]; in pci_testdev_read()
270 d->current = -1; in pci_testdev_realize()
/openbmc/linux/mm/
H A Dmlock.c482 VMA_ITERATOR(vmi, current->mm, start); in apply_vma_lock_flags()
593 if (mmap_write_lock_killable(current->mm)) in do_mlock()
596 locked += current->mm->locked_vm; in do_mlock()
612 mmap_write_unlock(current->mm); in do_mlock()
649 if (mmap_write_lock_killable(current->mm)) in SYSCALL_DEFINE2()
652 mmap_write_unlock(current->mm); in SYSCALL_DEFINE2()
669 VMA_ITERATOR(vmi, current->mm, 0); in apply_mlockall_flags()
673 current->mm->def_flags &= ~VM_LOCKED_MASK; in apply_mlockall_flags()
675 current->mm->def_flags |= VM_LOCKED; in apply_mlockall_flags()
727 mmap_write_unlock(current->mm); in SYSCALL_DEFINE1()
[all …]
/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c240 lsi_request *current; member
417 assert(!s->current); in lsi_soft_reset()
624 if (!s->current || !s->current->dma_len) { in lsi_do_dma()
651 s->current->dma_buf = scsi_req_get_buf(s->current->req); in lsi_do_dma()
679 s->current = NULL; in lsi_queue_command()
703 s->current = p; in lsi_reselect()
742 if (p == s->current) { in lsi_request_free()
866 s->current->req = scsi_req_new(dev, s->current->tag, s->current_lun, buf, in lsi_do_command()
971 if (s->current) { in lsi_do_msgout()
1118 if (s->current) { in lsi_wait_reselect()
[all …]
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dkup-booke.h41 mtspr(SPRN_PID, current->thread.pid); in kuap_user_restore()
49 mtspr(SPRN_PID, current->thread.pid); in __kuap_kernel_restore()
79 uaccess_begin_booke(current->thread.pid); in allow_user_access()
99 uaccess_begin_booke(current->thread.pid); in restore_user_access()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_task_pt_regs.c20 struct task_struct *current; in handle_uprobe() local
23 current = bpf_get_current_task_btf(); in handle_uprobe()
24 regs = (struct pt_regs *) bpf_task_pt_regs(current); in handle_uprobe()
/openbmc/linux/Documentation/hwmon/
H A Ddps920ab.rst41 curr1_input Measured input current
42 curr1_alarm Input current high alarm
45 curr2_input Measured output current
46 curr2_max Maximum output current
47 curr2_rated_max Maximum rated output current
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dqcom,spmi-iadc.yaml7 title: Qualcomm's SPMI PMIC current ADC
13 QPNP PMIC current ADC (IADC) provides interface to clients to read current.
14 A 16 bit ADC is used for current measurements. IADC can measure the current
/openbmc/hiomapd/
H A Dwindows.c168 flash_offset = context->current->flash_offset + offset_bytes; in window_flush_v1()
190 if (low_mem.flash_offset < context->current->flash_offset) { in window_flush_v1()
204 (context->current->flash_offset + context->current->size)) { in window_flush_v1()
241 context->current->mem + offset_bytes, count_bytes); in window_flush_v1()
259 context->current->mem + offset_bytes + in window_flush_v1()
290 flash_offset = context->current->flash_offset + offset_bytes; in window_flush()
320 context->current->mem + offset_bytes, in window_flush()
400 context->current->age = 0; in windows_close_current()
403 context->current = NULL; in windows_close_current()
432 bool closed = context->current; in windows_reset_all()
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c151 struct task_struct *tsk = current; in do_trap()
353 struct task_struct *tsk = current; in DEFINE_IDTENTRY_DF()
551 current->comm, task_pid_nr(current), ip); in fixup_iopl_exception()
591 if (!mm_valid_pasid(current->mm)) in try_fixup_enqcmd_gp()
594 pasid = current->mm->pasid; in try_fixup_enqcmd_gp()
600 if (current->pasid_activated) in try_fixup_enqcmd_gp()
604 current->pasid_activated = 1; in try_fixup_enqcmd_gp()
620 current->thread.trap_nr = trapnr; in gp_try_fixup_and_notify()
637 current->thread.trap_nr = trapnr; in gp_user_force_sig_segv()
1073 dr6 |= current->thread.virtual_dr6; in exc_debug_user()
[all …]
/openbmc/linux/kernel/
H A Dkthread.c209 if (unlikely(freezing(current))) in kthread_freezable_should_stop()
351 self = to_kthread(current); in kthread()
374 create->result = current; in kthread()
663 if (k != current) { in kthread_park()
738 struct task_struct *tsk = current; in kthreadd()
746 current->flags |= PF_NOFREEZE; in kthreadd()
811 worker->task = current; in kthread_worker_fn()
847 } else if (!freezing(current)) in kthread_worker_fn()
1431 struct task_struct *tsk = current; in kthread_use_mm()
1521 kthread = to_kthread(current); in kthread_associate_blkcg()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dbq24190.yaml54 - precharge-current-microamp: maximum charge current during precharge phase
56 - charge-term-current-microamp: a charge cycle terminates when the battery voltage is
57 above recharge threshold, and the current is below this
74 precharge-current-microamp = <256000>;
75 charge-term-current-microamp = <128000>;
/openbmc/linux/kernel/time/
H A Dposix-stubs.c116 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE4()
117 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
118 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
199 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE4()
200 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
201 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
/openbmc/linux/drivers/misc/lkdtm/
H A Dstackleak.c30 const unsigned long task_stack_base = (unsigned long)task_stack_page(current); in check_stackleak_irqoff()
31 const unsigned long task_stack_low = stackleak_task_low_bound(current); in check_stackleak_irqoff()
32 const unsigned long task_stack_high = stackleak_task_high_bound(current); in check_stackleak_irqoff()
34 const unsigned long lowest_sp = current->lowest_stack; in check_stackleak_irqoff()
/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c165 flash_offset = context->current->flash_offset + offset_bytes; in write_from_window_v1()
187 if (low_mem.flash_offset < context->current->flash_offset) { in write_from_window_v1()
201 (context->current->flash_offset + context->current->size)) { in write_from_window_v1()
238 context->current->mem + offset_bytes, count_bytes); in write_from_window_v1()
256 context->current->mem + offset_bytes + in write_from_window_v1()
287 flash_offset = context->current->flash_offset + offset_bytes; in write_from_window()
305 flash_offset = context->current->flash_offset + offset_bytes; in write_from_window()
315 context->current->mem + offset_bytes, in write_from_window()
401 context->current->age = 0; in close_current_window()
404 context->current = NULL; in close_current_window()
[all …]
/openbmc/linux/kernel/locking/
H A Dspinlock_rt.c40 if (unlikely(!rt_mutex_cmpxchg_acquire(rtm, NULL, current))) in rtlock_lock()
82 if (unlikely(!rt_mutex_cmpxchg_release(&lock->lock, current, NULL))) in rt_spin_unlock()
103 if (unlikely(!rt_mutex_cmpxchg_acquire(&lock->lock, NULL, current))) in __rt_spin_trylock()
157 if (unlikely(!rt_mutex_cmpxchg_acquire(rtm, NULL, current))) in rwbase_rtmutex_lock_state()
171 if (likely(rt_mutex_cmpxchg_acquire(rtm, current, NULL))) in rwbase_rtmutex_unlock()
179 if (likely(rt_mutex_cmpxchg_acquire(rtm, NULL, current))) in rwbase_rtmutex_trylock()
185 #define rwbase_signal_pending_state(state, current) (0) argument
/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h158 struct task_struct *t = current; in rcu_preempt_ctxt_queue()
314 struct task_struct *t = current; in rcu_note_context_switch()
359 rcu_tasks_qs(current, preempt); in rcu_note_context_switch()
379 WRITE_ONCE(current->rcu_read_lock_nesting, READ_ONCE(current->rcu_read_lock_nesting) + 1); in rcu_preempt_read_enter()
420 struct task_struct *t = current; in __rcu_read_unlock()
661 set_tsk_need_resched(current); in rcu_read_unlock_special()
721 struct task_struct *t = current; in rcu_flavor_sched_clock_irq()
758 struct task_struct *t = current; in exit_rcu()
770 rcu_preempt_deferred_qs(current); in exit_rcu()
904 rcu_tasks_qs(current, preempt); in rcu_note_context_switch()
[all …]

12345678910>>...188