Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/Linux-v4.19/include/linux/
Dpid.h57 struct pid struct
61 /* lists of tasks that use this pid */ argument
64 struct upid numbers[1]; argument
67 extern struct pid init_struct_pid; argument
69 static inline struct pid *get_pid(struct pid *pid) in get_pid()
128 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
142 static inline bool is_child_reaper(struct pid *pid) in is_child_reaper()
158 static inline pid_t pid_nr(struct pid *pid) in pid_nr()
169 #define do_each_pid_task(pid, type, task) \ argument
179 #define while_each_pid_task(pid, type, task) \ argument
[all …]
/Linux-v4.19/arch/x86/um/os-Linux/
Dregisters.c21 int save_i387_registers(int pid, unsigned long *fp_regs) in save_i387_registers()
28 int save_fp_registers(int pid, unsigned long *fp_regs) in save_fp_registers()
44 int restore_i387_registers(int pid, unsigned long *fp_regs) in restore_i387_registers()
51 int restore_fp_registers(int pid, unsigned long *fp_regs) in restore_fp_registers()
68 int save_fpx_registers(int pid, unsigned long *fp_regs) in save_fpx_registers()
75 int restore_fpx_registers(int pid, unsigned long *fp_regs) in restore_fpx_registers()
82 int get_fp_registers(int pid, unsigned long *regs) in get_fp_registers()
90 int put_fp_registers(int pid, unsigned long *regs) in put_fp_registers()
98 void arch_init_registers(int pid) in arch_init_registers()
115 int get_fp_registers(int pid, unsigned long *regs) in get_fp_registers()
[all …]
/Linux-v4.19/kernel/
Dpid.c101 void put_pid(struct pid *pid) in put_pid()
119 struct pid *pid = container_of(rhp, struct pid, rcu); in delayed_put_pid() local
123 void free_pid(struct pid *pid) in free_pid()
161 struct pid *pid; in alloc_pid() local
280 struct pid *pid = *task_pid_ptr(task, type); in attach_pid() local
288 struct pid *pid; in __change_pid() local
309 struct pid *pid) in change_pid()
324 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task()
368 struct pid *pid; in get_task_pid() local
376 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task()
[all …]
/Linux-v4.19/drivers/pinctrl/mvebu/
Dpinctrl-dove.c68 unsigned pid, unsigned long *config) in dove_pmu_mpp_ctrl_get()
86 unsigned pid, unsigned long config) in dove_pmu_mpp_ctrl_set()
107 static int dove_mpp4_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_mpp4_ctrl_get()
138 static int dove_mpp4_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_mpp4_ctrl_set()
173 static int dove_nand_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_nand_ctrl_get()
184 static int dove_nand_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_nand_ctrl_set()
193 static int dove_audio0_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_audio0_ctrl_get()
203 static int dove_audio0_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_audio0_ctrl_set()
216 static int dove_audio1_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_audio1_ctrl_get()
247 static int dove_audio1_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, in dove_audio1_ctrl_set()
[all …]
/Linux-v4.19/arch/powerpc/mm/
Dtlb-radix.c33 unsigned int pid, in tlbiel_radix_set_isa300()
93 static inline void __tlbiel_pid(unsigned long pid, int set, in __tlbiel_pid()
109 static inline void __tlbie_pid(unsigned long pid, unsigned long ric) in __tlbie_pid()
170 static inline void __tlbiel_va(unsigned long va, unsigned long pid, in __tlbiel_va()
186 static inline void __tlbie_va(unsigned long va, unsigned long pid, in __tlbie_va()
220 unsigned long pid = 0; in fixup_tlbie() local
242 static inline void _tlbiel_pid(unsigned long pid, unsigned long ric) in _tlbiel_pid()
268 static inline void _tlbie_pid(unsigned long pid, unsigned long ric) in _tlbie_pid()
373 unsigned long pid, unsigned long page_size, in __tlbiel_va_range()
383 static inline void _tlbiel_va(unsigned long va, unsigned long pid, in _tlbiel_va()
[all …]
Dmmu_decl.h34 static inline void _tlbil_pid(unsigned int pid) in _tlbil_pid()
38 #define _tlbil_pid_noind(pid) _tlbil_pid(pid) argument
46 #define _tlbil_pid_noind(pid) _tlbil_pid(pid) argument
54 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va()
64 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va()
75 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, in _tlbivax_bcast()
/Linux-v4.19/drivers/media/common/b2c2/
Dflexcop-hw-filter.c47 u16 pid, u16 mask) in flexcop_pid_group_filter()
75 u16 pid, int onoff) in flexcop_pid_Stream1_PID_ctrl()
82 u16 pid, int onoff) in flexcop_pid_Stream2_PID_ctrl()
89 u16 pid, int onoff) in flexcop_pid_PCR_PID_ctrl()
95 u16 pid, int onoff) in flexcop_pid_PMT_PID_ctrl()
101 u16 pid, int onoff) in flexcop_pid_EMM_PID_ctrl()
107 u16 pid, int onoff) in flexcop_pid_ECM_PID_ctrl()
113 int index, u16 pid, int onoff) in flexcop_pid_control()
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c26 int is_skas_winch(int pid, int fd, void *data) in is_skas_winch()
31 static int ptrace_dump_regs(int pid) in ptrace_dump_regs()
55 void wait_stub_done(int pid) in wait_stub_done()
91 static void get_skas_faultinfo(int pid, struct faultinfo *fi, unsigned long *aux_fp_regs) in get_skas_faultinfo()
123 static void handle_segv(int pid, struct uml_pt_regs *regs, unsigned long *aux_fp_regs) in handle_segv()
133 static void handle_trap(int pid, struct uml_pt_regs *regs, in handle_trap()
268 int pid, status, n, flags, err; in start_userspace() local
336 int err, status, op, pid = userspace_pid[0]; in userspace() local
467 int copy_context_skas0(unsigned long new_stack, int pid) in copy_context_skas0()
/Linux-v4.19/arch/um/os-Linux/
Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child() local
95 int pid, n, status; in start_ptraced_child() local
121 static int stop_ptraced_child(int pid, int exitcode, int mustexit) in stop_ptraced_child()
167 int pid, n, status, count=0; in check_sysemu() local
261 int pid, syscall, n, status; in check_ptrace() local
326 int pid; in os_early_checks() local
Dprocess.c27 unsigned long os_process_pc(int pid) in os_process_pc()
59 int os_process_parent(int pid) in os_process_parent()
93 void os_alarm_process(int pid) in os_alarm_process()
98 void os_stop_process(int pid) in os_stop_process()
103 void os_kill_process(int pid, int reap_child) in os_kill_process()
115 void os_kill_ptraced_process(int pid, int reap_child) in os_kill_ptraced_process()
Dregisters.c14 int save_registers(int pid, struct uml_pt_regs *regs) in save_registers()
24 int restore_registers(int pid, struct uml_pt_regs *regs) in restore_registers()
39 int init_registers(int pid) in init_registers()
/Linux-v4.19/tools/perf/scripts/python/
Dnetdev-times.py228 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
234 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
240 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
246 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
252 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
256 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument
262 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
268 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
274 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
280 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
Dsched-migration.py35 def thread_name(pid): argument
212 def wake_up(self, ts_list, pid, cpu, fork): argument
353 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument
357 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
376 common_callchain, comm, pid, runtime, vruntime): argument
381 common_callchain, comm, pid, delay): argument
386 common_callchain, comm, pid, delay): argument
391 common_callchain, comm, pid, delay): argument
401 common_callchain, comm, pid, prio): argument
406 common_callchain, comm, pid, prio): argument
[all …]
/Linux-v4.19/fs/f2fs/
Dtrace.c38 static int __file_type(struct inode *inode, pid_t pid) in __file_type()
59 pid_t pid = task_pid_nr(current); in f2fs_trace_pid() local
87 pid_t pid; in f2fs_trace_ios() local
149 pid_t pid[PIDVEC_SIZE]; in f2fs_destroy_trace_ios() local
/Linux-v4.19/tools/perf/util/
Dthread_map.c55 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid()
117 pid_t pid = strtol(dirent->d_name, &end, 10); in __thread_map__new_all_cpus() local
192 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new()
210 pid_t pid, prev_pid = INT_MAX; in thread_map__new_by_pid_str() local
326 struct thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str()
378 static int get_comm(char **comm, pid_t pid) in get_comm()
404 pid_t pid = thread_map__pid(map, i); in comm_init() local
457 bool thread_map__has(struct thread_map *threads, pid_t pid) in thread_map__has()
/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat414 def _perf_event_open(self, attr, pid, cpu, group_fd, flags): argument
499 def __init__(self, pid): argument
526 def __init__(self, pid, fields_filter): argument
682 def pid(self): member in TracepointProvider
686 def pid(self, pid): argument
718 def __init__(self, pid, fields_filter, include_past): argument
751 def pid(self): member in DebugfsProvider
755 def pid(self, pid): argument
899 def pid_filter(self, pid): argument
1063 def get_gname_from_pid(pid): argument
[all …]
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-command.c12 unsigned int pid, u8 *format, unsigned int len) in avc_stream_set_format()
54 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format()
114 unsigned short pid) in avc_general_inquiry_sig_fmt()
/Linux-v4.19/mm/
Dprocess_vm_access.c155 static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter, in process_vm_rw_core()
258 static ssize_t process_vm_rw(pid_t pid, in process_vm_rw()
298 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec, in SYSCALL_DEFINE6() argument
305 SYSCALL_DEFINE6(process_vm_writev, pid_t, pid, in SYSCALL_DEFINE6() argument
316 compat_process_vm_rw(compat_pid_t pid, in compat_process_vm_rw()
354 COMPAT_SYSCALL_DEFINE6(process_vm_readv, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE6() argument
365 COMPAT_SYSCALL_DEFINE6(process_vm_writev, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v4.19/arch/x86/um/
Dptrace_user.c9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs()
16 int ptrace_setregs(long pid, unsigned long *regs) in ptrace_setregs()
/Linux-v4.19/scripts/gdb/linux/
Dtasks.py42 def get_task_by_pid(pid): argument
58 def invoke(self, pid): argument
130 def invoke(self, pid): argument
/Linux-v4.19/arch/nios2/mm/
Dtlb.c30 static void get_misc_and_pid(unsigned long *misc, unsigned long *pid) in get_misc_and_pid()
68 unsigned long pid; in flush_tlb_one_pid() local
206 void flush_tlb_pid(unsigned long pid) in flush_tlb_pid()
271 void set_mmu_pid(unsigned long pid) in set_mmu_pid()
/Linux-v4.19/arch/mips/kernel/
Dmips-mt-fpaff.c41 static inline struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid()
65 asmlinkage long mipsmt_sys_sched_setaffinity(pid_t pid, unsigned int len, in mipsmt_sys_sched_setaffinity()
157 asmlinkage long mipsmt_sys_sched_getaffinity(pid_t pid, unsigned int len, in mipsmt_sys_sched_getaffinity()
/Linux-v4.19/fs/proc/
Darray.c153 struct pid *pid, struct task_struct *p) in task_state()
396 struct pid *pid, struct task_struct *task) in proc_pid_status()
421 struct pid *pid, struct task_struct *task, int whole) in do_task_stat()
614 struct pid *pid, struct task_struct *task) in proc_tid_stat()
620 struct pid *pid, struct task_struct *task) in proc_tgid_stat()
626 struct pid *pid, struct task_struct *task) in proc_pid_statm()
658 struct pid *pid = NULL; in get_children_pid() local
725 struct pid *pid; in children_seq_next() local
/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-dig.c65 int open_proc(int pid, char *file) in open_proc()
87 int __pid_load_vaddrs(int pid) in __pid_load_vaddrs()
129 int pid_load_vaddrs(int pid) in pid_load_vaddrs()
413 int inspect_pid(int pid) in inspect_pid()
469 int pid; in main() local
493 int pid = getpid(); in inspect_me() local
/Linux-v4.19/tools/testing/selftests/proc/
Dthread-self.c30 pid_t pid, tid; in f() local
50 pid_t pid; in main() local

12345678910>>...24