| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | perf-record.c | 17 static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp) in sched__get_first_possible_cpu()
|
| H A D | dwarf-unwind.c | 38 pid_t pid = getpid(); in init_live_machine() local
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 934 int pid; in SYSCALL_DEFINE0() local 1030 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2() argument 1101 static int do_getpgid(pid_t pid) in do_getpgid() 1129 SYSCALL_DEFINE1(getpgid, pid_t, pid) in SYSCALL_DEFINE1() argument 1143 SYSCALL_DEFINE1(getsid, pid_t, pid) in SYSCALL_DEFINE1() argument 1171 static void set_special_pids(struct pid *pid) in set_special_pids() 1632 SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource, in SYSCALL_DEFINE4() argument
|
| H A D | audit.c | 106 struct pid *pid; member 269 pid_t pid; in auditd_pid_vnr() local 498 static int auditd_set(struct pid *pid, u32 portid, struct net *net) in auditd_set() 1082 pid_t pid = task_tgid_nr(current); in audit_log_common_recv_msg() local 1194 static int audit_replace(struct pid *pid) in audit_replace()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/ |
| H A D | clone3_selftests.h | 58 pid_t pid; in test_clone3_supported() local
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_in.c | 102 unsigned char pid; in ax25_rx_iframe() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-fault.c | 69 struct pid *pid; in update_csb() local
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | run-command.h | 20 pid_t pid; member
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | check-perf-trace.py | 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | osdep_service_linux.h | 387 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1) argument 389 #define rtw_signal_process(pid, sig) kill_proc((pid), (sig), 1) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | osdep_service_linux.h | 384 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)),(sig), 1) argument 386 #define rtw_signal_process(pid, sig) kill_proc((pid), (sig), 1) argument
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm_pm81.c | 186 struct wf_pid_state pid; member 252 struct wf_cpu_pid_state pid; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | osdep_service_linux.h | 382 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)),(sig), 1) argument 384 #define rtw_signal_process(pid, sig) kill_proc((pid), (sig), 1) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_lru_map.c | 132 static int sched_next_online(int pid, int *next_to_try) in sched_next_online() 593 pid_t pid; in test_lru_sanity5() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | posix-timers.h | 39 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock() 73 struct pid *pid; member
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | signal.c | 157 int err, pid; in copy_sc_from_user() local 242 int err, pid; in copy_sc_to_user() local
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder_alloc.c | 342 static bool debug_low_async_space_locked(struct binder_alloc *alloc, int pid) in debug_low_async_space_locked() 391 int pid) in binder_alloc_new_buf_locked() 583 int pid) in binder_alloc_new_buf()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | target.h | 9 const char *pid; member
|
| H A D | perf_api_probe.c | 20 static pid_t pid = -1; in perf_do_probe_api() local
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | kfence.h | 38 pid_t pid; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_pci.c | 255 const struct pci_device_id *pid; in drm_legacy_pci_init() local
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw-edma/ |
| H A D | dw-edma-pcie.c | 67 const struct pci_device_id *pid) in dw_edma_pcie_probe()
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | tmon.c | 340 pid_t sid, pid = fork(); in start_daemon_mode() local
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 5420 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() 5860 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler() 5944 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3() argument 5959 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument 5970 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 6013 SYSCALL_DEFINE1(sched_getscheduler, pid_t, pid) in SYSCALL_DEFINE1() argument 6042 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument 6123 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument 6169 long sched_setaffinity(pid_t pid, const struct cpumask *in_mask) in sched_setaffinity() 6284 SYSCALL_DEFINE3(sched_setaffinity, pid_t, pid, unsigned int, len, in SYSCALL_DEFINE3() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | osdep_service_linux.h | 413 #define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1) argument 415 #define rtw_signal_process(pid, sig) kill_proc((pid), (sig), 1) argument
|