Home
last modified time | relevance | path

Searched refs:me (Results 1 – 4 of 4) sorted by relevance

/kernel/
Dsys.c2236 static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr) in prctl_get_tid_address() argument
2238 return put_user(me->clear_child_tid, tid_addr); in prctl_get_tid_address()
2241 static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr) in prctl_get_tid_address() argument
2426 struct task_struct *me = current; in SYSCALL_DEFINE5() local
2427 unsigned char comm[sizeof(me->comm)]; in SYSCALL_DEFINE5()
2441 me->pdeath_signal = arg2; in SYSCALL_DEFINE5()
2444 error = put_user(me->pdeath_signal, (int __user *)arg2); in SYSCALL_DEFINE5()
2447 error = get_dumpable(me->mm); in SYSCALL_DEFINE5()
2454 set_dumpable(me->mm, arg2); in SYSCALL_DEFINE5()
2458 error = SET_UNALIGN_CTL(me, arg2); in SYSCALL_DEFINE5()
[all …]
Dpid_namespace.c186 struct task_struct *task, *me = current; in zap_pid_ns_processes() local
187 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
198 spin_lock_irq(&me->sighand->siglock); in zap_pid_ns_processes()
199 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
200 spin_unlock_irq(&me->sighand->siglock); in zap_pid_ns_processes()
Dmodule.c3636 struct module *me) in module_finalize() argument
/kernel/rcu/
Drcuperf.c326 long me = (long)arg; in rcu_perf_reader() local
329 set_cpus_allowed_ptr(current, cpumask_of(me % nr_cpu_ids)); in rcu_perf_reader()
361 long me = (long)arg; in rcu_perf_writer() local
367 u64 *wdpp = writer_durations[me]; in rcu_perf_writer()
371 set_cpus_allowed_ptr(current, cpumask_of(me % nr_cpu_ids)); in rcu_perf_writer()
438 perf_type, PERF_FLAG, me, MIN_MEAS); in rcu_perf_writer()
470 writer_n_durations[me] = i_max; in rcu_perf_writer()