Home
last modified time | relevance | path

Searched refs:current (Results 751 - 775 of 5849) sorted by relevance

1...<<31323334353637383940>>...234

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsignal.c174 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
230 unsigned int vl = current->thread.sve_vl; in preserve_sve_context()
252 current->thread.sve_state, in preserve_sve_context()
269 if (sve.vl != current->thread.sve_vl) in restore_sve_fpsimd_context()
289 fpsimd_flush_task_state(current); in restore_sve_fpsimd_context()
292 sve_alloc(current); in restore_sve_fpsimd_context()
293 err = __copy_from_user(current->thread.sve_state, in restore_sve_fpsimd_context()
509 err |= !valid_user_regs(&regs->user_regs, current); in restore_sigframe()
536 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE0()
567 * this task; otherwise, generates a layout for the current stat
[all...]
H A Dprocess.c318 current->thread.uw.tp_value = 0; in tls_thread_flush()
340 flush_ptrace_hw_breakpoint(current); in flush_thread()
356 if (current->mm) in arch_dup_task_struct()
406 * Read the current TLS pointer from tpidr_el0 as it may be in copy_thread()
449 *task_user_tls(current) = read_sysreg(tpidr_el0); in tls_preserve_current_state()
499 * We store our current task in sp_el0, which is clobbered by userspace. Keep a
532 erratum_1418040_thread_switch(current); in erratum_1418040_new_exec()
579 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
604 if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space) in arch_align_stack()
614 current in arch_setup_new_exec()
[all...]
/kernel/linux/linux-6.6/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()
533 struct thread_struct *t = &current->thread; in fixup_iopl_exception()
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()
619 current in gp_try_fixup_and_notify()
[all...]
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c79 /* current value, ie. by how many did the counter increase in last
82 float current[MAX_CNTR_PER_GROUP]; member
303 group->current[ctr] = (float)dval * 1000000.0 / (float)dt; in resample_counter()
453 redraw_counter_value_cycles(win, group->current[ctr]); in redraw_counter()
455 redraw_counter_value_raw(win, group->current[ctr]); in redraw_counter()
504 redraw_counter_value_raw(win, dev.groups[0].current[0] / 1000000.0); in redraw()
554 int cnt = 0, current = 0, scroll; in counter_dialog() local
563 * so the selected value does not map 1:1 to current idx) in counter_dialog()
568 current = i; in counter_dialog()
585 if ((current in counter_dialog()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h101 RootIt current; member in llvm::mapped_iterator
118 inline const RootIt &getCurrent() const { return current; } in getCurrent()
122 : current(I), Fn(F) {} in mapped_iterator()
125 return Fn(*current); // little change in operator *()
129 ++current; in operator ++()
133 --current; in operator --()
138 ++current; in operator ++()
143 --current; in operator --()
147 return mapped_iterator(current + n, Fn); in operator +()
150 current in operator +=()
[all...]
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c308 current->thread.uw.tp_value = 0; in tls_thread_flush()
331 flush_ptrace_hw_breakpoint(current); in flush_thread()
347 if (current->mm) { in arch_dup_task_struct()
398 * Read the current TLS pointer from tpidr_el0 as it may be in copy_thread()
445 *task_user_tls(current) = read_sysreg(tpidr_el0); in tls_preserve_current_state()
499 * We store our current task in sp_el0, which is clobbered by userspace. Keep a
534 erratum_1418040_thread_switch(current); in erratum_1418040_new_exec()
580 if (!p || p == current || p->state == TASK_RUNNING) { in get_wchan()
608 if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space) { in arch_align_stack()
619 current in arch_setup_new_exec()
[all...]
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_process.h27 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in ProcessTransaction() local
28 if (current == nullptr) { in ProcessTransaction()
72 auto *stub = current->QueryStubByIndex(tr->cookie); in ProcessTransaction()
103 current->DetachRawData(listenFd); in ProcessTransaction()
122 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in ProcessReply() local
123 if (current == nullptr) { in ProcessReply()
129 std::shared_ptr<ThreadMessageInfo> messageInfo = current->QueryThreadBySeqNumber(tr->seqNumber); in ProcessReply()
140 messageInfo = current->QueryThreadBySeqNumber(tr->seqNumber); in ProcessReply()
150 current->WakeUpThreadBySeqNumber(tr->seqNumber, listenFd); in ProcessReply()
163 current in ProcessReply()
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dptrace_32.c55 if (target == current) { in regwindow32_get()
73 if (target == current) { in regwindow32_set()
91 if (target == current) in genregs32_get()
117 if (target == current) in genregs32_set()
171 if (target == current) in fpregs32_get()
191 if (target == current) in fpregs32_set()
250 if (target == current) in getregs_get()
269 if (target == current) in setregs_set()
292 if (target == current) in getfpregs_get()
309 if (target == current) in setfpregs_set()
[all...]
/kernel/linux/linux-6.6/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()
236 * page. Only called for current mm, hence foreign == 0 in access_pkey_error()
316 current->comm, current->pid, address, in sanity_check_fault()
409 struct mm_struct *mm = current in ___do_page_fault()
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dptrace_32.c54 if (target == current) { in regwindow32_get()
72 if (target == current) { in regwindow32_set()
90 if (target == current) in genregs32_get()
116 if (target == current) in genregs32_set()
171 if (target == current) in fpregs32_get()
191 if (target == current) in fpregs32_set()
250 if (target == current) in getregs_get()
269 if (target == current) in setregs_set()
292 if (target == current) in getfpregs_get()
309 if (target == current) in setfpregs_set()
[all...]
/third_party/gn/src/gn/
H A Dohos_components.cc141 const struct OhosComponentTree *OhosComponentsImpl::findChildByPath(const struct OhosComponentTree *current, in findChildByPath() argument
144 if (current->child == nullptr) { in findChildByPath()
147 const struct OhosComponentTree *item = current->child; in findChildByPath()
164 const struct OhosComponentTree *current = pathTree; in matchComponentByLabel() local
192 child = findChildByPath(current, label, len); in matchComponentByLabel()
197 // No children, return current matched item in matchComponentByLabel()
209 current = child; in matchComponentByLabel()
220 void OhosComponentsImpl::addComponentToTree(struct OhosComponentTree *current, OhosComponent *component) in addComponentToTree() argument
235 struct OhosComponentTree *child = (struct OhosComponentTree *)findChildByPath(current, path, len); in addComponentToTree()
239 child->next = current in addComponentToTree()
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js50 this.current = this.edge.to
68 // if the current location has a peerDep on it, then we can't place here
103 // a given node we're trying to place, but there actually is no current
161 // if we have a current, then we treat CONFLICT as a KEEP.
523 expl.current = curNode && curNode.explain(edge)
524 expl.peerConflict = this.current && this.current.explain(this.edge)
526 expl.current = curNode && curNode.explain()
531 if (peer.current) {
533 current
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtabs_composed_element.cpp169 auto current = node; in GetRenderBox() local
170 while (current) { in GetRenderBox()
171 auto renderBox = AceType::DynamicCast<RenderBox>(current); in GetRenderBox()
175 current = current->GetParent().Upgrade(); in GetRenderBox()
/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dmessage_queue.cpp37 InternalMessagePtr current = pMessageQueue; in ~MessageQueue() local
39 while (current != nullptr) { in ~MessageQueue()
40 next = current->GetNextMsg(); in ~MessageQueue()
41 current = nullptr; in ~MessageQueue()
42 current = next; in ~MessageQueue()
66 * If the queue is empty, the current message needs to be executed in AddMessageToQueue()
138 /* Obtains the current time, accurate to milliseconds. */ in GetNextMessage()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dmmap.c30 if (current->personality & ADDR_COMPAT_LAYOUT) in mmap_is_legacy()
55 if (!(current->flags & PF_RANDOMIZE)) in stack_maxrandom_size()
94 struct mm_struct *mm = current->mm; in radix__arch_get_unmapped_area()
138 struct mm_struct *mm = current->mm; in radix__arch_get_unmapped_area_topdown()
211 if (current->flags & PF_RANDOMIZE) in arch_pick_mmap_layout()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dmmap.c24 if (!(current->flags & PF_RANDOMIZE)) in stack_maxrandom_size()
31 if (current->personality & ADDR_COMPAT_LAYOUT) in mmap_is_legacy()
78 struct mm_struct *mm = current->mm; in arch_get_unmapped_area()
118 struct mm_struct *mm = current->mm; in arch_get_unmapped_area_topdown()
176 if (current->flags & PF_RANDOMIZE) in arch_pick_mmap_layout()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dprocess.c83 fstate_restore(current, regs); in start_thread()
97 fstate_off(current, task_pt_regs(current)); in flush_thread()
98 memset(&current->thread.fstate, 0, sizeof(current->thread.fstate)); in flush_thread()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dtraps.c37 printk("Process: %s (pid: %d, stack limit = %p)\n", current->comm, in die()
38 task_pid_nr(current), task_stack_page(current) + 1); in die()
42 THREAD_SIZE + (unsigned long)task_stack_page(current)); in die()
51 if (kexec_should_crash(current)) in die()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dtraps.c37 printk("Process: %s (pid: %d, stack limit = %p)\n", current->comm, in die()
38 task_pid_nr(current), task_stack_page(current) + 1); in die()
42 THREAD_SIZE + (unsigned long)task_stack_page(current)); in die()
51 if (kexec_should_crash(current)) in die()
/kernel/linux/linux-5.10/fs/
H A Dfs_struct.c135 struct fs_struct *fs = current->fs; in unshare_fs_struct()
142 task_lock(current); in unshare_fs_struct()
145 current->fs = new_fs; in unshare_fs_struct()
147 task_unlock(current); in unshare_fs_struct()
158 return current->fs->umask; in current_umask()
/kernel/linux/linux-6.6/fs/
H A Dfs_struct.c135 struct fs_struct *fs = current->fs; in unshare_fs_struct()
142 task_lock(current); in unshare_fs_struct()
145 current->fs = new_fs; in unshare_fs_struct()
147 task_unlock(current); in unshare_fs_struct()
158 return current->fs->umask; in current_umask()
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dfault.c33 struct mm_struct *act_mm = current->active_mm; in vmalloc_fault()
91 struct mm_struct *mm = current->mm; in do_page_fault()
124 current->comm, current->pid, in do_page_fault()
244 current->comm, regs->pc, entry->fixup); in bad_page_fault()
/third_party/ffmpeg/libavfilter/
H A Daf_aderivative.c43 const type current = src[n]; \
45 dst[n] = current - prv[0]; \
46 prv[0] = current; \
68 const type current = src[n]; \
70 dst[n] = current + prv[0]; \
/third_party/libuv/src/win/
H A Dreq-inl.h97 uv_req_t* current = loop->pending_reqs_tail; in uv__insert_pending_req() local
99 assert(req != current); in uv__insert_pending_req()
100 current = current->next_req; in uv__insert_pending_req()
101 } while(current != loop->pending_reqs_tail); in uv__insert_pending_req()
/third_party/node/lib/internal/
H A Derror_serdes.js83 for (let current = object;
84 current !== null;
85 current = ObjectGetPrototypeOf(current)) {
86 const desc = ObjectGetOwnPropertyDescriptor(current, 'constructor');

Completed in 15 milliseconds

1...<<31323334353637383940>>...234