Home
last modified time | relevance | path

Searched refs:PIDTYPE_TGID (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c119 type = PIDTYPE_TGID; in f_setown()
146 f_modown(filp, NULL, PIDTYPE_TGID, 1); in f_delown()
183 type = PIDTYPE_TGID; in f_setown_ex()
221 case PIDTYPE_TGID: in f_getown_ex()
802 if (type <= PIDTYPE_TGID) { in send_sigio()
843 if (type <= PIDTYPE_TGID) { in send_sigurg()
H A Dexec.c1133 transfer_pid(leader, tsk, PIDTYPE_TGID); in de_thread()
H A Dlocks.c603 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in lease_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpid.h12 PIDTYPE_TGID, enumerator
H A Dsched.h1484 return __task_pid_nr_ns(tsk, PIDTYPE_TGID, ns); in task_tgid_nr_ns()
1489 return __task_pid_nr_ns(tsk, PIDTYPE_TGID, NULL); in task_tgid_vnr()
/OK3568_Linux_fs/kernel/mm/
H A Doom_kill.c938 do_send_sig_info(SIGKILL, SEND_SIG_PRIV, victim, PIDTYPE_TGID); in __oom_kill_process()
978 do_send_sig_info(SIGKILL, SEND_SIG_PRIV, p, PIDTYPE_TGID); in __oom_kill_process()
1214 task = get_pid_task(pid, PIDTYPE_TGID); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c39 [PIDTYPE_TGID] = &init_struct_pid,
/OK3568_Linux_fs/kernel/fs/notify/dnotify/
H A Ddnotify.c351 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
/OK3568_Linux_fs/kernel/kernel/time/
H A Ditimer.c160 struct pid *leader_pid = sig->pids[PIDTYPE_TGID]; in it_real_fn()
H A Dposix-cpu-timers.c87 return pid_has_task(pid, PIDTYPE_TGID) ? pid : NULL; in pid_for_clock()
103 return CPUCLOCK_PERTHREAD(clock) ? PIDTYPE_PID : PIDTYPE_TGID; in clock_pid_type()
H A Dposix-timers.c353 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_event()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsignal.h653 return task->signal->pids[PIDTYPE_TGID]; in task_tgid()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dasm-offsets.c70 DEFINE(IA64_SIGNAL_PIDS_TGID_OFFSET, offsetof (struct signal_struct, pids[PIDTYPE_TGID])); in foo()
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c78 detach_pid(p, PIDTYPE_TGID); in __unhash_process()
633 PIDTYPE_TGID); in forget_original_parent()
H A Dpid.c600 if (pid_has_task(p, PIDTYPE_TGID)) in SYSCALL_DEFINE2()
H A Dsignal.c1171 if (type > PIDTYPE_TGID) { in __send_signal()
1284 return send_signal(sig, info, p, PIDTYPE_TGID); in __group_send_sig_info()
1460 error = group_send_sig_info(sig, info, p, PIDTYPE_TGID); in kill_pid_info()
1551 ret = __send_signal(sig, &info, p, PIDTYPE_TGID, false); in kill_pid_usb_asyncio()
2010 __send_signal(sig, &info, tsk->parent, PIDTYPE_TGID, false); in do_notify_parent()
H A Dfork.c2336 init_task_pid(p, PIDTYPE_TGID, pid); in copy_process()
2355 attach_pid(p, PIDTYPE_TGID); in copy_process()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c820 task = pid_task(info->notify_owner, PIDTYPE_TGID); in __do_notify()
824 &sig_i, task, PIDTYPE_TGID); in __do_notify()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_sf.c679 data->tid_entry.pid = cpumsf_pid_type(event, pid, PIDTYPE_TGID); in cpumsf_output_event_pid()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1103 return bpf_send_signal_common(sig, PIDTYPE_TGID); in BPF_CALL_1()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_io.c2222 type = PIDTYPE_TGID; in __tty_fasync()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c3418 iter.task = pid_task(pid, PIDTYPE_TGID); in next_tgid()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c3427 __f_setown(file, task_pid(current), PIDTYPE_TGID, 0); in tun_chr_fasync()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c1417 return perf_event_pid_type(event, p, PIDTYPE_TGID); in perf_event_pid()