Searched refs:current (Results 301 - 325 of 2004) sorted by relevance

<<11121314151617181920>>

/linux-master/lib/
H A Dis_single_threaded.c17 struct task_struct *task = current;
/linux-master/tools/testing/selftests/arm64/signal/
H A Dsignals.S42 * Here saving a last minute SP to current->token acts as a marker:
48 * For simplicity this assumes that current field 'token' is laid out
51 ldr x0, current
/linux-master/arch/hexagon/kernel/
H A Dstacktrace.c29 low = (unsigned long)task_stack_page(current);
46 * current frame.
/linux-master/arch/nios2/kernel/
H A Dsys_nios2.c25 struct mm_struct *mm = current->mm;
/linux-master/include/linux/
H A Diocontext.h124 if (!current->io_context)
/linux-master/arch/parisc/include/asm/
H A Dtlbflush.h58 if (mm == current->active_mm)
/linux-master/arch/powerpc/perf/
H A Dcallchain_32.c62 if (current->mm->context.vdso &&
63 nip == VDSO32_SYMBOL(current->mm->context.vdso, sigtramp32))
73 if (current->mm->context.vdso &&
74 nip == VDSO32_SYMBOL(current->mm->context.vdso, sigtramp_rt32))
/linux-master/fs/proc/
H A Dloadavg.c25 idr_get_cursor(&task_active_pid_ns(current)->idr) - 1);
/linux-master/arch/arm/include/asm/
H A Dstacktrace.h38 frame->tsk = current;
/linux-master/arch/arm/kernel/
H A Dreturn_address.c48 frame.tsk = current;
/linux-master/arch/x86/kernel/
H A Duprobes.c473 struct uprobe_task *utask = current->utask;
484 struct uprobe_task *utask = current->utask;
556 struct uprobe_task *utask = current->utask;
914 * @regs: reflects the saved user state of current task.
918 struct uprobe_task *utask = current->utask;
927 utask->autask.saved_trap_nr = current->thread.trap_nr;
928 current->thread.trap_nr = UPROBE_TRAP_NR;
932 if (test_tsk_thread_flag(current, TIF_BLOCKSTEP))
933 set_task_blockstep(current, false);
965 struct uprobe_task *utask = current
[all...]
/linux-master/arch/loongarch/kernel/
H A Dftrace.c58 if (unlikely(atomic_read(&current->tracing_graph_pause)))
H A Dvdso.c43 current->mm->context.vdso = (void *)(new_vma->vm_start);
153 if (current->flags & PF_RANDOMIZE) {
165 struct mm_struct *mm = current->mm;
167 struct loongarch_vdso_info *info = current->thread.vdso;
/linux-master/arch/alpha/include/asm/
H A Dcacheflush.h43 if (current->active_mm == mm)
/linux-master/fs/bcachefs/
H A Dfs-io.h145 return (void *) (((unsigned long) current->faults_disabled_mapping) & ~1UL);
150 current->faults_disabled_mapping =
151 (void *) (((unsigned long) current->faults_disabled_mapping)|1);
156 return ((unsigned long) current->faults_disabled_mapping) & 1;
/linux-master/arch/m68k/include/asm/
H A Dtlbflush.h8 #include <asm/current.h>
80 if (mm == current->active_mm)
86 if (vma->vm_mm == current->active_mm)
93 if (vma->vm_mm == current->active_mm)
/linux-master/net/core/
H A Dstream.c59 struct task_struct *tsk = current;
106 } while (!signal_pending(current) && timeout);
137 if (signal_pending(current))
191 send_sig(SIGPIPE, current, 0);
/linux-master/block/
H A Dioprio.c86 p = current;
94 pgrp = task_pgrp(current);
197 p = current;
205 pgrp = task_pgrp(current);
/linux-master/arch/x86/include/asm/
H A Dentry-common.h42 WARN_ON_ONCE(regs != task_pt_regs(current));
/linux-master/arch/arm64/kernel/
H A Dperf_callchain.c39 arch_stack_walk(callchain_trace, entry, current, regs);
/linux-master/kernel/power/
H A Dprocess.c54 if (p == current || !freeze_task(p))
101 if (p != current && freezing(p) && !frozen(p))
116 * The current thread will not be frozen. The same process that calls
130 current->flags |= PF_SUSPEND_TASK;
182 struct task_struct *curr = current;
/linux-master/arch/x86/mm/
H A Dmmap.c44 if (current->flags & PF_RANDOMIZE) {
64 if (current->personality & ADDR_COMPAT_LAYOUT)
72 if (!(current->flags & PF_RANDOMIZE))
155 struct mm_struct *mm = current->mm;
/linux-master/mm/
H A Dmprotect.c605 error = walk_page_range(current->mm, start, end,
689 const bool rier = (current->personality & READ_IMPLIES_EXEC) &&
713 if (mmap_write_lock_killable(current->mm))
721 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey))
724 vma_iter_init(&vmi, current->mm, start);
752 if (unlikely(!can_modify_mm(current->mm, start, end))) {
761 tlb_gather_mmu(&tlb, current->mm);
834 mmap_write_unlock(current->mm);
864 mmap_write_lock(current->mm);
865 pkey = mm_pkey_alloc(current
[all...]
H A Dmseal.c144 VMA_ITERATOR(vmi, current->mm, start);
169 VMA_ITERATOR(vmi, current->mm, start);
218 * 2> Moving or expanding a different vma into the current location,
256 struct mm_struct *mm = current->mm;
299 mmap_write_unlock(current->mm);
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c54 if (target == current) {
72 if (target == current) {
90 if (target == current)
116 if (target == current)
171 if (target == current)
191 if (target == current)
250 if (target == current)
269 if (target == current)
292 if (target == current)
309 if (target == current)
[all...]

Completed in 186 milliseconds

<<11121314151617181920>>