/linux-4.4.14/include/linux/ |
D | pid.h | 57 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 72 struct pid *pid; member 75 static inline struct pid *get_pid(struct pid *pid) in get_pid() 134 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid() 148 static inline bool is_child_reaper(struct pid *pid) in is_child_reaper() 164 static inline pid_t pid_nr(struct pid *pid) in pid_nr() 175 #define do_each_pid_task(pid, type, task) \ argument [all …]
|
D | agpgart.h | 66 pid_t pid; /* pid of process */ member 94 pid_t pid; member 102 pid_t pid; member
|
D | blktrace_api.h | 22 u32 pid; member 98 u32 pid; member
|
D | vt_kern.h | 151 struct pid *pid; member
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | registers.c | 15 int save_fp_registers(int pid, unsigned long *fp_regs) in save_fp_registers() 22 int restore_fp_registers(int pid, unsigned long *fp_regs) in restore_fp_registers() 31 int save_fpx_registers(int pid, unsigned long *fp_regs) in save_fpx_registers() 38 int restore_fpx_registers(int pid, unsigned long *fp_regs) in restore_fpx_registers() 45 int get_fp_registers(int pid, unsigned long *regs) in get_fp_registers() 53 int put_fp_registers(int pid, unsigned long *regs) in put_fp_registers() 61 void arch_init_registers(int pid) in arch_init_registers() 78 int get_fp_registers(int pid, unsigned long *regs) in get_fp_registers() 83 int put_fp_registers(int pid, unsigned long *regs) in put_fp_registers()
|
D | tls.c | 47 int os_set_thread_area(user_desc_t *info, int pid) in os_set_thread_area() 58 int os_get_thread_area(user_desc_t *info, int pid) in os_get_thread_area()
|
D | prctl.c | 9 int os_arch_prctl(int pid, int code, unsigned long *addr) in os_arch_prctl()
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-dove.c | 69 static int dove_mpp_ctrl_get(unsigned pid, unsigned long *config) in dove_mpp_ctrl_get() 74 static int dove_mpp_ctrl_set(unsigned pid, unsigned long config) in dove_mpp_ctrl_set() 79 static int dove_pmu_mpp_ctrl_get(unsigned pid, unsigned long *config) in dove_pmu_mpp_ctrl_get() 96 static int dove_pmu_mpp_ctrl_set(unsigned pid, unsigned long config) in dove_pmu_mpp_ctrl_set() 117 static int dove_mpp4_ctrl_get(unsigned pid, unsigned long *config) in dove_mpp4_ctrl_get() 147 static int dove_mpp4_ctrl_set(unsigned pid, unsigned long config) in dove_mpp4_ctrl_set() 181 static int dove_nand_ctrl_get(unsigned pid, unsigned long *config) in dove_nand_ctrl_get() 191 static int dove_nand_ctrl_set(unsigned pid, unsigned long config) in dove_nand_ctrl_set() 199 static int dove_audio0_ctrl_get(unsigned pid, unsigned long *config) in dove_audio0_ctrl_get() 208 static int dove_audio0_ctrl_set(unsigned pid, unsigned long config) in dove_audio0_ctrl_set() [all …]
|
D | pinctrl-armada-370.c | 28 static int armada_370_mpp_ctrl_get(unsigned pid, unsigned long *config) in armada_370_mpp_ctrl_get() 33 static int armada_370_mpp_ctrl_set(unsigned pid, unsigned long config) in armada_370_mpp_ctrl_set()
|
D | pinctrl-armada-375.c | 28 static int armada_375_mpp_ctrl_get(unsigned pid, unsigned long *config) in armada_375_mpp_ctrl_get() 33 static int armada_375_mpp_ctrl_set(unsigned pid, unsigned long config) in armada_375_mpp_ctrl_set()
|
D | pinctrl-armada-38x.c | 27 static int armada_38x_mpp_ctrl_get(unsigned pid, unsigned long *config) in armada_38x_mpp_ctrl_get() 32 static int armada_38x_mpp_ctrl_set(unsigned pid, unsigned long config) in armada_38x_mpp_ctrl_set()
|
D | pinctrl-armada-39x.c | 27 static int armada_39x_mpp_ctrl_get(unsigned pid, unsigned long *config) in armada_39x_mpp_ctrl_get() 32 static int armada_39x_mpp_ctrl_set(unsigned pid, unsigned long config) in armada_39x_mpp_ctrl_set()
|
D | pinctrl-mvebu.h | 37 u8 pid; member 88 u8 pid; member 180 static inline int default_mpp_ctrl_get(void __iomem *base, unsigned int pid, in default_mpp_ctrl_get() 191 static inline int default_mpp_ctrl_set(void __iomem *base, unsigned int pid, in default_mpp_ctrl_set()
|
D | pinctrl-orion.c | 35 static int orion_mpp_ctrl_get(unsigned pid, unsigned long *config) in orion_mpp_ctrl_get() 50 static int orion_mpp_ctrl_set(unsigned pid, unsigned long config) in orion_mpp_ctrl_set()
|
D | pinctrl-armada-xp.c | 36 static int armada_xp_mpp_ctrl_get(unsigned pid, unsigned long *config) in armada_xp_mpp_ctrl_get() 41 static int armada_xp_mpp_ctrl_set(unsigned pid, unsigned long config) in armada_xp_mpp_ctrl_set()
|
D | pinctrl-kirkwood.c | 26 static int kirkwood_mpp_ctrl_get(unsigned pid, unsigned long *config) in kirkwood_mpp_ctrl_get() 31 static int kirkwood_mpp_ctrl_set(unsigned pid, unsigned long config) in kirkwood_mpp_ctrl_set()
|
/linux-4.4.14/kernel/ |
D | pid.c | 144 static void set_last_pid(struct pid_namespace *pid_ns, int base, int pid) in set_last_pid() 156 int i, offset, max_scan, pid, last = pid_ns->last_pid; in alloc_pidmap() local 237 void put_pid(struct pid *pid) in put_pid() 255 struct pid *pid = container_of(rhp, struct pid, rcu); in delayed_put_pid() local 259 void free_pid(struct pid *pid) in free_pid() 299 struct pid *pid; in alloc_pid() local 399 struct pid *pid; in __change_pid() local 421 struct pid *pid) in change_pid() 435 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 466 struct pid *pid; in get_task_pid() local [all …]
|
D | taskstats.c | 63 pid_t pid; member 193 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid() 279 static int add_del_listener(pid_t pid, const struct cpumask *mask, int isadd) in add_del_listener() 364 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply() 515 u32 pid; in cmd_attr_pid() local
|
D | exit.c | 949 pid_t pid, uid_t uid, int why, int status) in wait_noreap_copyout() 985 pid_t pid = task_pid_vnr(p); in wait_task_zombie() local 1168 pid_t pid; in wait_task_stopped() local 1250 pid_t pid; in wait_task_continued() local 1535 struct pid *pid = NULL; in SYSCALL_DEFINE5() local 1603 struct pid *pid = NULL; in SYSCALL_DEFINE4() local 1642 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) in SYSCALL_DEFINE3() argument
|
D | capability.c | 117 static inline int cap_get_target_pid(pid_t pid, kernel_cap_t *pEp, in cap_get_target_pid() 152 pid_t pid; in SYSCALL_DEFINE2() local 230 pid_t pid; in SYSCALL_DEFINE2() local
|
D | signal.c | 1288 int kill_pid_info(int sig, struct siginfo *info, struct pid *pid) in kill_pid_info() 1310 int kill_proc_info(int sig, struct siginfo *info, pid_t pid) in kill_proc_info() 1330 int kill_pid_info_as_cred(int sig, struct siginfo *info, struct pid *pid, in kill_pid_info_as_cred() 1374 static int kill_something_info(int sig, struct siginfo *info, pid_t pid) in kill_something_info() 1459 int kill_pgrp(struct pid *pid, int sig, int priv) in kill_pgrp() 1471 int kill_pid(struct pid *pid, int sig, int priv) in kill_pid() 2847 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig) in SYSCALL_DEFINE2() argument 2861 do_send_specific(pid_t tgid, pid_t pid, int sig, struct siginfo *info) in do_send_specific() 2890 static int do_tkill(pid_t tgid, pid_t pid, int sig) in do_tkill() 2913 SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid_t, pid, int, sig) in SYSCALL_DEFINE3() argument [all …]
|
D | compat.c | 537 compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE4() argument 568 int, which, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE5() argument 616 COMPAT_SYSCALL_DEFINE3(sched_setaffinity, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE3() argument 636 COMPAT_SYSCALL_DEFINE3(sched_getaffinity, compat_pid_t, pid, unsigned int, len, in COMPAT_SYSCALL_DEFINE3() argument 1087 COMPAT_SYSCALL_DEFINE6(move_pages, pid_t, pid, compat_ulong_t, nr_pages, in COMPAT_SYSCALL_DEFINE6() argument 1107 COMPAT_SYSCALL_DEFINE4(migrate_pages, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE4() argument 1142 compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE2() argument
|
D | kmod.c | 271 pid_t pid; in call_usermodehelper_exec_sync() local 329 pid_t pid; in call_usermodehelper_exec_work() local
|
D | ptrace.c | 1054 static struct task_struct *ptrace_get_task_struct(pid_t pid) in ptrace_get_task_struct() 1073 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument 1219 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
|
D | sys.c | 849 int pid; in SYSCALL_DEFINE0() local 919 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2() argument 990 SYSCALL_DEFINE1(getpgid, pid_t, pid) in SYSCALL_DEFINE1() argument 1027 SYSCALL_DEFINE1(getsid, pid_t, pid) in SYSCALL_DEFINE1() argument 1055 static void set_special_pids(struct pid *pid) in set_special_pids() 1448 SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource, in SYSCALL_DEFINE4() argument
|
D | futex_compat.c | 135 COMPAT_SYSCALL_DEFINE3(get_robust_list, int, pid, in COMPAT_SYSCALL_DEFINE3() argument
|
/linux-4.4.14/arch/powerpc/mm/ |
D | mmu_decl.h | 35 static inline void _tlbil_pid(unsigned int pid) in _tlbil_pid() 39 #define _tlbil_pid_noind(pid) _tlbil_pid(pid) argument 47 #define _tlbil_pid_noind(pid) _tlbil_pid(pid) argument 55 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va() 65 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va() 76 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, in _tlbivax_bcast()
|
D | tlb_nohash.c | 182 unsigned int pid; in local_flush_tlb_mm() local 195 unsigned int pid; in __local_flush_tlb_page() local 226 unsigned int pid; member 264 unsigned int pid; in flush_tlb_mm() local 286 unsigned int pid; in __flush_tlb_page() local
|
D | icswx_pid.c | 60 int pid; in get_cop_pid() local
|
D | hugetlbpage-book3e.c | 54 static inline int book3e_tlb_exists(unsigned long ea, unsigned long pid) in book3e_tlb_exists()
|
/linux-4.4.14/drivers/media/common/b2c2/ |
D | flexcop-hw-filter.c | 46 u16 pid, u16 mask) in flexcop_pid_group_filter() 74 u16 pid, int onoff) in flexcop_pid_Stream1_PID_ctrl() 81 u16 pid, int onoff) in flexcop_pid_Stream2_PID_ctrl() 88 u16 pid, int onoff) in flexcop_pid_PCR_PID_ctrl() 94 u16 pid, int onoff) in flexcop_pid_PMT_PID_ctrl() 100 u16 pid, int onoff) in flexcop_pid_EMM_PID_ctrl() 106 u16 pid, int onoff) in flexcop_pid_ECM_PID_ctrl() 112 int index, u16 pid, int onoff) in flexcop_pid_control()
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 25 int is_skas_winch(int pid, int fd, void *data) in is_skas_winch() 30 static int ptrace_dump_regs(int pid) in ptrace_dump_regs() 54 void wait_stub_done(int pid) in wait_stub_done() 90 static void get_skas_faultinfo(int pid, struct faultinfo *fi) in get_skas_faultinfo() 123 static void handle_segv(int pid, struct uml_pt_regs * regs) in handle_segv() 133 static void handle_trap(int pid, struct uml_pt_regs *regs, in handle_trap() 252 int pid, status, n, flags, err; in start_userspace() local 317 int err, status, op, pid = userspace_pid[0]; in userspace() local 442 int copy_context_skas0(unsigned long new_stack, int pid) in copy_context_skas0()
|
D | mem.c | 54 int err, pid = mm_idp->u.pid; in do_syscall_stub() local
|
/linux-4.4.14/arch/um/os-Linux/ |
D | start_up.c | 32 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 324 int pid; in os_early_checks() local
|
D | registers.c | 14 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()
|
D | process.c | 27 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()
|
D | helper.c | 46 int pid, fds[2], ret, n; in run_helper() local 117 int pid, status, err; in run_helper_thread() local 148 int helper_wait(int pid) in helper_wait()
|
D | umid.c | 136 char pid[sizeof("nnnnn\0")], *end; in is_umdir_used() local 211 char pid[sizeof("nnnnn\0")]; in create_pid_file() local
|
D | util.c | 109 int pid; in os_dump_core() local
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | netdev-times.py | 227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 245 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument 251 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument 255 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, dev_name): argument 260 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 266 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 272 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument 278 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument [all …]
|
D | sched-migration.py | 31 def thread_name(pid): argument 208 def wake_up(self, ts_list, pid, cpu, fork): argument 349 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 372 common_callchain, comm, pid, runtime, vruntime): argument 377 common_callchain, comm, pid, delay): argument 382 common_callchain, comm, pid, delay): argument 387 common_callchain, comm, pid, delay): argument 397 common_callchain, comm, pid, prio): argument 402 common_callchain, comm, pid, prio): argument [all …]
|
D | compaction-times.py | 32 def filter(self, pid, comm): argument 41 def filter(self, pid, comm): argument 118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument 132 def increment_pending(cls, pid, migrated, fscan, mscan): argument 141 def complete_pending(cls, pid, secs, nsecs): argument 159 def __init__(self, comm, pid, filtered): argument
|
D | net_dropmonitor.py | 69 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
|
D | check-perf-trace.py | 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
|
D | export-to-postgresql.py | 656 def machine_table(machine_id, pid, root_dir, *x): argument 662 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
|
/linux-4.4.14/fs/f2fs/ |
D | trace.c | 37 static int __file_type(struct inode *inode, pid_t pid) in __file_type() 58 pid_t pid = task_pid_nr(current); in f2fs_trace_pid() local 86 pid_t pid; in f2fs_trace_ios() local 146 pid_t pid[PIDVEC_SIZE]; in f2fs_destroy_trace_ios() local
|
D | trace.h | 29 pid_t pid; member
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | usb_ids.h | 34 #define USB_DEVICE_BOOTLOADER(vid, pid) \ argument 37 #define USB_DEVICE_BOOTLOADER_DRV(vid, pid) \ argument 40 #define USB_DEVICE_CDC_DATA(vid, pid) \ argument
|
/linux-4.4.14/tools/perf/util/ |
D | thread_map.c | 50 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() 113 pid_t pid = strtol(dirent.d_name, &end, 10); in thread_map__new_by_uid() local 177 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() 195 pid_t pid, prev_pid = INT_MAX; in thread_map__new_by_pid_str() local 310 struct thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str() 359 static int get_comm(char **comm, pid_t pid) in get_comm() 385 pid_t pid = thread_map__pid(map, i); in comm_init() local
|
D | thread_map.h | 9 pid_t pid; member 44 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid()
|
D | machine.c | 26 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init() 152 struct machine *machines__add(struct machines *machines, pid_t pid, in machines__add() 212 struct machine *machines__find(struct machines *machines, pid_t pid) in machines__find() 238 struct machine *machines__findnew(struct machines *machines, pid_t pid) in machines__findnew() 313 struct thread *th, pid_t pid) in machine__update_thread_pid() 359 pid_t pid, pid_t tid, in ____machine__findnew_thread() 429 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in __machine__findnew_thread() 434 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, in machine__findnew_thread() 445 struct thread *machine__find_thread(struct machine *machine, pid_t pid, in machine__find_thread() 801 pid_t pid; in machines__create_guest_kernel_maps() local [all …]
|
D | session.h | 80 struct machine *perf_session__find_machine(struct perf_session *session, pid_t pid) in perf_session__find_machine() 86 struct machine *perf_session__findnew_machine(struct perf_session *session, pid_t pid) in perf_session__findnew_machine()
|
D | event.c | 64 static int perf_event__get_comm_ids(pid_t pid, char *comm, size_t len, in perf_event__get_comm_ids() 134 static int perf_event__prepare_comm(union perf_event *event, pid_t pid, in perf_event__prepare_comm() 172 union perf_event *event, pid_t pid, in perf_event__synthesize_comm() 189 pid_t pid, pid_t tgid, pid_t ppid, in perf_event__synthesize_fork() 221 pid_t pid, pid_t tgid, in perf_event__synthesize_mmap_events() 410 pid_t pid, int full, in __event__synthesize_thread() 588 pid_t pid = strtol(dirent.d_name, &end, 10); in perf_event__synthesize_threads() local
|
D | values.c | 58 u32 pid, u32 tid) in perf_read_values__findnew_thread() 119 u32 pid, u32 tid, in perf_read_values_add_value()
|
D | thread.c | 16 pid_t pid = thread->pid_; in thread__init_map_groups() local 29 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new()
|
D | record.c | 17 static pid_t pid = -1; in perf_do_probe_api() local 247 pid_t pid = -1; in perf_evlist__can_select_event() local
|
D | event.h | 14 u32 pid, tid; member 23 u32 pid, tid; member 38 u32 pid, tid; member 44 u32 pid, ppid; member 65 u32 pid, tid; member 182 u32 pid, tid; member 213 pid_t pid; member 334 u32 pid; member 350 u32 pid, tid; member
|
D | cloexec.c | 31 pid_t pid = -1; in perf_flag_probe() local
|
D | values.h | 9 u32 *pid, *tid; member
|
D | run-command.c | 156 static int wait_or_whine(pid_t pid) in wait_or_whine()
|
D | run-command.h | 17 pid_t pid; member
|
D | target.h | 8 const char *pid; member
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-command.c | 12 unsigned int pid, u8 *format, unsigned int len) in avc_stream_set_format() 52 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format() 110 unsigned short pid) in avc_general_inquiry_sig_fmt()
|
D | oxfw.h | 88 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format_single() 95 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format_list()
|
D | oxfw-stream.c | 498 unsigned int pid, u8 *buf, unsigned int *len, in assume_stream_formats() 555 unsigned short pid) in fill_stream_formats()
|
/linux-4.4.14/arch/x86/um/ |
D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() 16 int ptrace_setregs(long pid, unsigned long *regs) in ptrace_setregs()
|
D | syscalls_64.c | 17 int pid = task->mm->context.id.u.pid; in arch_prctl() local
|
D | signal.c | 157 int err, pid; in copy_sc_from_user() local 252 int err, pid; in copy_sc_to_user() local
|
/linux-4.4.14/fs/proc/ |
D | array.c | 143 struct pid *pid, struct task_struct *p) in task_state() 355 struct pid *pid, struct task_struct *task) in proc_pid_status() 376 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() 556 struct pid *pid, struct task_struct *task) in proc_tid_stat() 562 struct pid *pid, struct task_struct *task) in proc_tgid_stat() 568 struct pid *pid, struct task_struct *task) in proc_pid_statm() 600 struct pid *pid = NULL; in get_children_pid() local 655 pid_t pid; in children_seq_show() local 670 struct pid *pid; in children_seq_next() local
|
D | thread_self.c | 14 pid_t pid = task_pid_nr_ns(current, ns); in proc_thread_self_readlink() local 26 pid_t pid = task_pid_nr_ns(current, ns); in proc_thread_self_follow_link() local
|
D | base.c | 404 struct pid *pid, struct task_struct *task) in proc_pid_auxv() 426 struct pid *pid, struct task_struct *task) in proc_pid_wchan() 465 struct pid *pid, struct task_struct *task) in proc_pid_stack() 502 struct pid *pid, struct task_struct *task) in proc_pid_schedstat() 577 struct pid *pid, struct task_struct *task) in proc_oom_score() 618 struct pid *pid, struct task_struct *task) in proc_pid_limits() 660 struct pid *pid, struct task_struct *task) in proc_pid_syscall() 728 static bool has_pid_permissions(struct pid_namespace *pid, in has_pid_permissions() 742 struct pid_namespace *pid = inode->i_sb->s_fs_info; in proc_pid_permission() local 778 struct pid *pid; in proc_single_show() local [all …]
|
D | root.c | 51 static int proc_parse_options(char *options, struct pid_namespace *pid) in proc_parse_options() 94 struct pid_namespace *pid = sb->s_fs_info; in proc_remount() local
|
/linux-4.4.14/mm/ |
D | process_vm_access.c | 141 static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter, in process_vm_rw_core() 247 static ssize_t process_vm_rw(pid_t pid, in process_vm_rw() 287 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec, in SYSCALL_DEFINE6() argument 294 SYSCALL_DEFINE6(process_vm_writev, pid_t, pid, in SYSCALL_DEFINE6() argument 305 compat_process_vm_rw(compat_pid_t pid, in compat_process_vm_rw() 343 COMPAT_SYSCALL_DEFINE6(process_vm_readv, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE6() argument 354 COMPAT_SYSCALL_DEFINE6(process_vm_writev, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-mt-fpaff.c | 38 static inline struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() 62 asmlinkage long mipsmt_sys_sched_setaffinity(pid_t pid, unsigned int len, in mipsmt_sys_sched_setaffinity() 153 asmlinkage long mipsmt_sys_sched_getaffinity(pid_t pid, unsigned int len, in mipsmt_sys_sched_getaffinity()
|
/linux-4.4.14/arch/nios2/mm/ |
D | tlb.c | 30 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-4.4.14/net/ax25/ |
D | ax25_iface.c | 58 void ax25_protocol_release(unsigned int pid) in ax25_protocol_release() 161 int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *) in ax25_protocol_function() 203 int ax25_protocol_is_registered(unsigned int pid) in ax25_protocol_is_registered()
|
D | ax25_in.c | 105 unsigned char pid; in ax25_rx_iframe() local
|
/linux-4.4.14/fs/ |
D | fcntl.c | 83 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown() 101 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() 112 struct pid *pid; in f_setown() local 133 pid_t pid; in f_getown() local 146 struct pid *pid; in f_setown_ex() local 494 struct pid *pid; in send_sigio() local 529 struct pid *pid; in send_sigurg() local
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | intel-cqm.c | 14 pid_t pid; in spawn() local 44 pid_t pid; in test__intel_cqm_count_nmi_context() local
|
D | rdpmc.c | 157 int pid; in test__rdpmc() local
|
/linux-4.4.14/include/uapi/linux/ |
D | if_pppol2tp.h | 25 __kernel_pid_t pid; /* pid that owns the fd. member 39 __kernel_pid_t pid; /* pid that owns the fd. member 53 __kernel_pid_t pid; /* pid that owns the fd. member 64 __kernel_pid_t pid; /* pid that owns the fd. member
|
D | blktrace_api.h | 105 __u32 pid; /* who did it */ member 139 __u32 pid; member
|
D | dlm_plock.h | 34 __u32 pid; member
|
/linux-4.4.14/include/uapi/linux/dvb/ |
D | net.h | 30 __u16 pid; member 45 __u16 pid; member
|
D | dmx.h | 101 __u16 pid; member 114 __u16 pid; member
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
D | fuse_test.c | 203 pid_t pid; in spawn_sealing_thread() local 223 static void join_sealing_thread(pid_t pid) in join_sealing_thread() 234 pid_t pid; in main() local
|
D | memfd_test.c | 510 pid_t pid; in spawn_idle_thread() local 530 static void join_idle_thread(pid_t pid) in join_idle_thread() 847 pid_t pid; in test_share_fork() local 871 pid_t pid; in main() local
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 16 int perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, in perf_event_open() 52 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options() 68 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid()
|
D | lib.c | 146 pid_t pid; in eat_cpu() local
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | ptrace.c | 337 void deconfigure_bp(long pid) in deconfigure_bp() 359 static int put_debugreg(long pid, unsigned int regno, long data) in put_debugreg() 431 static long get_debugreg(long pid, unsigned int regno) in get_debugreg()
|
/linux-4.4.14/scripts/gdb/linux/ |
D | tasks.py | 42 def get_task_by_pid(pid): argument 58 def invoke(self, pid): argument
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500_mmu.c | 84 gva_t eaddr, int tlbsel, unsigned int pid, int as) in kvmppc_e500_tlb_index() 279 int pid, int type) in tlbilx_all() 295 static void tlbilx_one(struct kvmppc_vcpu_e500 *vcpu_e500, int pid, in tlbilx_one() 313 int pid = get_cur_spid(vcpu); in kvmppc_e500_emul_tlbilx() local 348 unsigned int pid = get_cur_spid(vcpu); in kvmppc_e500_emul_tlbsx() local 457 gva_t eaddr, unsigned int pid, int as) in kvmppc_e500_tlb_search() 477 u8 pid; in kvmppc_core_vcpu_translate() local
|
D | e500.c | 165 int as, int pid, int pr) in kvmppc_e500_id_table_reset_one() 225 void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 pid) in kvmppc_set_pid() 241 int pid; in kvmppc_e500_tlbil_one() local
|
/linux-4.4.14/include/net/ |
D | scm.h | 16 u32 pid; member 29 struct pid *pid; /* Skb credentials */ member 54 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred()
|
/linux-4.4.14/drivers/net/wan/ |
D | hdlc_ppp.c | 69 u16 pid; /* protocol ID */ member 112 static inline struct proto* get_proto(struct net_device *dev, u16 pid) in get_proto() 128 static inline const char* proto_name(u16 pid) in proto_name() 207 static void ppp_tx_cp(struct net_device *dev, u16 pid, u8 code, in ppp_tx_cp() 304 static void ppp_cp_event(struct net_device *dev, u16 pid, u16 event, u8 code, in ppp_cp_event() 375 static void ppp_cp_parse_cr(struct net_device *dev, u16 pid, u8 id, in ppp_cp_parse_cr() 441 u16 pid; in ppp_rx() local
|
/linux-4.4.14/arch/um/drivers/ |
D | slirp_user.c | 40 int pid; in slirp_tramp() local 52 int fds[2], pid, err; in slirp_open() local
|
D | xterm.c | 19 int pid; member 88 int pid, fd, new, err; in xterm_open() local
|
D | ubd_user.c | 26 int pid, fds[2], err; in start_io_thread() local
|
D | slirp.h | 22 int pid; member
|
D | xterm_kern.c | 16 int pid; member
|
D | net_user.c | 182 int pid, fds[2], err; in change_tramp() local 215 int output_len, pid; in change() local
|
D | harddog_user.c | 33 int in_fds[2], out_fds[2], pid, n, err; in start_watchdog() local
|
D | daemon_user.c | 131 int pid; in daemon_user_init() member
|
/linux-4.4.14/tools/perf/tests/ |
D | attr.c | 60 static int store_event(struct perf_event_attr *attr, pid_t pid, int cpu, in store_event() 130 void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu, in test_attr__open()
|
D | hists_common.c | 12 u32 pid; member 21 u32 pid; member
|
D | hists_filter.c | 14 u32 pid; member
|
D | perf-record.c | 8 static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp) in sched__get_first_possible_cpu()
|
D | dwarf-unwind.c | 32 pid_t pid = getpid(); in init_live_machine() local
|
D | bpf.c | 55 char pid[16]; in do_test() local
|
D | hists_link.c | 14 u32 pid; member
|
/linux-4.4.14/arch/score/mm/ |
D | tlb-score.c | 131 int pid = pevn_get(); in local_flush_tlb_kernel_range() local 216 int idx, pid; in __update_tlb() local
|
/linux-4.4.14/arch/um/kernel/skas/ |
D | process.c | 17 int pid; in start_kernel_proc() local
|
/linux-4.4.14/drivers/usb/storage/ |
D | usual-tables.c | 73 u16 vid, pid, bcdmin, bcdmax; member 109 unsigned vid, pid, bcd; in usb_usual_ignore_device() local
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | fork_cleanup_test.c | 45 pid_t pid; in fork_cleanup() local
|
D | ebb_on_willing_child_test.c | 55 pid_t pid; in ebb_on_willing_child() local
|
D | ebb_on_child_test.c | 48 pid_t pid; in ebb_on_child() local
|
D | task_event_vs_ebb_test.c | 40 pid_t pid; in task_event_vs_ebb() local
|
D | task_event_pinned_vs_ebb_test.c | 42 pid_t pid; in task_event_pinned_vs_ebb() local
|
D | ebb_vs_cpu_event_test.c | 42 pid_t pid; in ebb_vs_cpu_event() local
|
D | cpu_event_vs_ebb_test.c | 42 pid_t pid; in cpu_event_vs_ebb() local
|
D | cpu_event_pinned_vs_ebb_test.c | 44 pid_t pid; in cpu_event_pinned_vs_ebb() local
|
/linux-4.4.14/arch/mips/mm/ |
D | tlb-r3k.c | 134 int pid = read_c0_entryhi(); in local_flush_tlb_kernel_range() local 194 int idx, pid; in __update_tlb() local
|
D | tlb-r4k.c | 176 int pid = read_c0_entryhi(); in local_flush_tlb_kernel_range() local 292 int idx, pid; in __update_tlb() local
|
D | tlb-r8k.c | 189 int pid; in __update_tlb() local
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_pm91.c | 103 struct wf_cpu_pid_state pid; member 118 struct wf_pid_state pid; member 131 struct wf_pid_state pid; member
|
D | windfarm_pm81.c | 187 struct wf_pid_state pid; member 253 struct wf_cpu_pid_state pid; member
|
/linux-4.4.14/samples/bpf/ |
D | trace_output_kern.c | 17 u64 pid; in bpf_prog1() member
|
D | libbpf.c | 149 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu, in perf_event_open()
|
D | test_maps.c | 188 pid_t pid[tasks]; in run_parallel() local
|
D | trace_output_user.c | 134 __u64 pid; in print_bpf_output() member
|
/linux-4.4.14/arch/um/include/shared/skas/ |
D | mm_id.h | 12 int pid; member
|
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/ |
D | dscr_inherit_test.c | 26 pid_t pid; in dscr_inherit() local
|
D | dscr_inherit_exec_test.c | 48 pid_t pid; in dscr_inherit_exec() local
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | skew_consistency.c | 57 pid_t pid; in main() local
|
D | clocksource-switch.c | 137 pid_t pid; in main() local
|
/linux-4.4.14/arch/sh/mm/ |
D | asids-debugfs.c | 34 int pid = p->pid; in asids_seq_show() local
|
/linux-4.4.14/arch/um/kernel/ |
D | reboot.c | 19 int pid; in kill_off_processes() local
|
/linux-4.4.14/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 192 pid_t pid; in test_unpriv_remount() local 270 pid_t pid; in test_priv_mount_unpriv_remount() local
|
/linux-4.4.14/sound/usb/ |
D | quirks-table.h | 2877 #define AU0828_DEVICE(vid, pid, vname, pname) { \ argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | events.c | 525 lnet_pid_t pid; in ptl_get_pid() local 534 lnet_pid_t pid; in ptlrpc_ni_init() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-timechart.c | 90 int pid; member 190 int pid; member 197 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid() 214 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm() 240 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork() 256 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit() 265 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample() 720 static int pid_begin_io_sample(struct timechart *tchart, int pid, int type, in pid_begin_io_sample() 765 static int pid_end_io_sample(struct timechart *tchart, int pid, int type, in pid_end_io_sample() 1307 int pid = strtoull(string, NULL, 10); in add_process_filter() local
|
D | perf-sys.h | 104 pid_t pid, int cpu, int group_fd, in sys_perf_event_open()
|
/linux-4.4.14/sound/isa/es1688/ |
D | es1688.c | 234 const struct pnp_card_device_id *pid) in snd_card_es968_pnp() 258 const struct pnp_card_device_id *pid) in snd_es968_pnp_detect()
|
/linux-4.4.14/arch/um/include/shared/ |
D | as-layout.h | 41 int pid; member
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | hcp_phyp.h | 62 u32 pid; /*PID of userspace galpa checking */ member
|
/linux-4.4.14/arch/alpha/kernel/ |
D | sys_marvel.c | 43 unsigned int pid; in io7_device_interrupt() local 74 unsigned int pid; in io7_get_irq_ctl() local
|
/linux-4.4.14/drivers/dma/dw/ |
D | pci.c | 18 static int dw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid) in dw_pci_probe()
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
D | harness.c | 30 pid_t pid; in run_test() local
|
/linux-4.4.14/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall.c | 49 pid_t pid; in getppid_tm() local
|
/linux-4.4.14/sound/soc/au1x/ |
D | db1200.c | 176 const struct platform_device_id *pid = platform_get_device_id(pdev); in db1200_audio_probe() local
|
/linux-4.4.14/sound/firewire/ |
D | fcp.c | 30 unsigned short pid) in avc_general_set_sig_fmt() 84 unsigned short pid) in avc_general_get_sig_fmt()
|
/linux-4.4.14/kernel/time/ |
D | timer_stats.c | 65 pid_t pid; member 235 void timer_stats_update_stats(void *timer, pid_t pid, void *startf, in timer_stats_update_stats()
|
/linux-4.4.14/arch/frv/mm/ |
D | mmu-context.c | 168 int cxn_pin_by_pid(pid_t pid) in cxn_pin_by_pid()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_filter.c | 556 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, in dvb_filter_pes2ts_init()
|
D | dmxdev.c | 475 u16 pid = filter->params.sec.pid; in dvb_dmxdev_feed_restart() local 795 struct dmxdev_filter *filter, u16 pid) in dvb_dmxdev_add_pid() 822 struct dmxdev_filter *filter, u16 pid) in dvb_dmxdev_remove_pid()
|
D | dvb_demux.c | 397 u16 pid = ts_pid(buf); in dvb_dmx_swfilter_packet() local 667 static int dmx_ts_feed_set(struct dmx_ts_feed *ts_feed, u16 pid, int ts_type, in dmx_ts_feed_set() 896 u16 pid, size_t circular_buffer_size, in dmx_section_feed_set()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_bt.c | 141 unsigned long pid; in kdb_bt() local
|
/linux-4.4.14/include/trace/events/ |
D | rcu.h | 713 #define trace_rcu_preempt_task(rcuname, pid, gpnum) do { } while (0) argument 714 #define trace_rcu_unlock_preempted_task(rcuname, gpnum, pid) do { } while (0) argument
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | hermes_dld.c | 315 #define DEFINE_DEFAULT_PDR(pid, length, data) \ argument 327 #define DEFAULT_PDR(pid) default_pdr_data_##pid argument
|
/linux-4.4.14/arch/frv/kernel/ |
D | sysctl.c | 128 pid_t pid; in procctl_frv_pin_cxnr() local
|
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 109 struct _pid pid; member 192 static inline void pid_reset(struct _pid *pid, int setpoint, int busy, in pid_reset() 200 static inline void pid_p_gain_set(struct _pid *pid, int percent) in pid_p_gain_set() 205 static inline void pid_i_gain_set(struct _pid *pid, int percent) in pid_i_gain_set() 210 static inline void pid_d_gain_set(struct _pid *pid, int percent) in pid_d_gain_set() 215 static signed int pid_calc(struct _pid *pid, int32_t busy) in pid_calc() 974 struct _pid *pid; in intel_pstate_adjust_busy_pstate() local
|
/linux-4.4.14/kernel/trace/ |
D | trace_functions_graph.c | 496 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc() 535 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid() 653 enum trace_type type, int cpu, pid_t pid, u32 flags) in print_graph_irq() 1034 pid_t pid = ent->pid; in print_graph_return() local 1335 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in graph_trace_open() local
|
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_sched_switch.c | 49 struct trace_seq *s, int pid) in write_and_save_comm()
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-dvb.c | 38 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) in collect_channels()
|
/linux-4.4.14/security/tomoyo/ |
D | memory.c | 20 const pid_t pid = current->pid; in tomoyo_warn_oom() local
|
D | realpath.c | 157 const pid_t pid = (pid_t) simple_strtoul(pos + 1, &ep, 10); in tomoyo_get_local_path() local
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2usb.c | 7 #define PRISM_DEV(vid, pid, name) \ argument
|
/linux-4.4.14/drivers/tty/ |
D | n_r3964.c | 738 struct pid *pid) in findClient() 750 static int enable_signals(struct r3964_info *pInfo, struct pid *pid, int arg) in enable_signals() 810 static int read_telegram(struct r3964_info *pInfo, struct pid *pid, in read_telegram()
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
D | lockdep.h | 24 int pid; member
|
/linux-4.4.14/tools/perf/bench/ |
D | sched-pipe.c | 93 pid_t pid, retpid __maybe_unused; in bench_sched_pipe() local
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dtt200u.c | 45 static int dtt200u_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) in dtt200u_pid_filter()
|
D | m920x.c | 327 static int m920x_set_filter(struct dvb_usb_device *d, int type, int idx, int pid) in m920x_set_filter() 389 static int m920x_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) in m920x_pid_filter()
|
/linux-4.4.14/tools/thermal/tmon/ |
D | tmon.c | 357 pid_t sid, pid = fork(); in start_daemon_mode() local
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grulib.h | 122 pid_t pid; member 136 pid_t pid; member
|
/linux-4.4.14/scripts/ |
D | docproc.c | 111 pid_t pid; in exec_kernel_doc() local 358 pid_t pid; in find_all_symbols() local
|
D | analyze_suspend.py | 270 def isTraceEventOutsideDeviceCalls(self, pid, time): argument 279 def addIntraDevTraceEvent(self, action, name, pid, time): argument 305 def capIntraDevTraceEvent(self, action, name, pid, time): argument 490 def newAction(self, phase, name, pid, parent, start, end, drv): argument
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | pipe.c | 287 u16 pid = usbhsp_pipectrl_get(pipe); in __usbhsp_pid_try_nak_if_stall() local 334 u16 pid = usbhsp_pipectrl_get(pipe); in usbhs_pipe_stall() local 354 u16 pid = usbhsp_pipectrl_get(pipe) & PID_MASK; in usbhs_pipe_is_stall() local
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-sched.c | 578 void *data, int len, int pid, int toggle, in c67x00_create_td() 663 int pid; in c67x00_add_data_urb() local 708 int pid; in c67x00_add_ctrl_urb() local 761 int len, pid, ret; in c67x00_add_iso_urb() local
|
/linux-4.4.14/drivers/net/usb/ |
D | pegasus.c | 66 #define PEGASUS_DEV(pn, vid, pid, flags) \ argument 68 #define PEGASUS_DEV_CLASS(pn, vid, pid, dclass, flags) \ argument 78 #define PEGASUS_DEV(pn, vid, pid, flags) \ argument 86 #define PEGASUS_DEV_CLASS(pn, vid, pid, dclass, flags) \ argument
|
/linux-4.4.14/drivers/misc/cxl/ |
D | native.c | 519 u32 pid; in attach_afu_directed() local 604 u64 pid; in attach_dedicated() local
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob.h | 176 unsigned int pid) in avc_bridgeco_fill_unit_addr() 188 unsigned int pid) in avc_bridgeco_fill_msu_addr()
|
/linux-4.4.14/arch/arm/mm/ |
D | context.c | 109 pid_t pid; in contextidr_notifier() local
|
/linux-4.4.14/sound/isa/ad1816a/ |
D | ad1816a.c | 139 const struct pnp_card_device_id *pid) in snd_card_ad1816a_probe()
|
/linux-4.4.14/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 25 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) in sys_ptrace()
|
/linux-4.4.14/net/core/ |
D | fib_rules.c | 561 u32 pid, u32 seq, int type, int flags, in fib_nl_fill_rule() 694 u32 pid) in notify_rule_change()
|
D | scm.c | 178 struct pid *pid; in __scm_send() local
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-ulpi.c | 183 int i, vid, pid, ret; in ulpi_init() local
|
/linux-4.4.14/include/rdma/ |
D | ib_umem.h | 51 struct pid *pid; member
|
/linux-4.4.14/tools/testing/selftests/ipc/ |
D | msgque.c | 195 int msg, pid, err; in main() local
|
/linux-4.4.14/net/bridge/ |
D | br_mdb.c | 167 struct br_mdb_entry *entry, u32 pid, in nlmsg_populate_mdb_fill() 252 int ifindex, u32 pid, in nlmsg_populate_rtr_fill()
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 73 int pid, n, err; in tuntap_open_tramp() local
|
/linux-4.4.14/include/net/irda/ |
D | af_irda.h | 46 __u8 pid; /* Protocol IP (PID) used by Ultra */ member
|
/linux-4.4.14/arch/x86/um/shared/sysdep/ |
D | ptrace_64.h | 60 static inline void arch_init_registers(int pid) in arch_init_registers()
|
/linux-4.4.14/net/irda/ |
D | irlmp_frame.c | 201 __u8 pid; /* Protocol identifier */ in irlmp_link_unitdata_indication() local
|
/linux-4.4.14/drivers/char/agp/ |
D | compat_ioctl.h | 65 compat_pid_t pid; /* pid of process */ member
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.h | 90 pid_t pid; member
|
/linux-4.4.14/sound/isa/ |
D | als100.c | 188 const struct pnp_card_device_id *pid) in snd_card_als100_probe()
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | perfmon_default_smpl.h | 62 int pid; /* thread id (for NPTL, this is gettid()) */ member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib7000m.h | 70 u16 pid, u8 onoff) in dib7000m_pid_filter()
|
/linux-4.4.14/drivers/media/usb/as102/ |
D | as102_drv.c | 104 int index, u16 pid, int onoff) { in as10x_pid_filter()
|