/linux-4.1.27/arch/x86/um/os-Linux/ |
H A D | prctl.c | 9 int os_arch_prctl(int pid, int code, unsigned long *addr) os_arch_prctl() argument
|
H A D | registers.c | 15 int save_fp_registers(int pid, unsigned long *fp_regs) save_fp_registers() argument 22 int restore_fp_registers(int pid, unsigned long *fp_regs) restore_fp_registers() argument 31 int save_fpx_registers(int pid, unsigned long *fp_regs) save_fpx_registers() argument 38 int restore_fpx_registers(int pid, unsigned long *fp_regs) restore_fpx_registers() argument 45 int get_fp_registers(int pid, unsigned long *regs) get_fp_registers() argument 53 int put_fp_registers(int pid, unsigned long *regs) put_fp_registers() argument 61 void arch_init_registers(int pid) arch_init_registers() argument 78 int get_fp_registers(int pid, unsigned long *regs) get_fp_registers() argument 83 int put_fp_registers(int pid, unsigned long *regs) put_fp_registers() argument
|
H A D | tls.c | 47 int os_set_thread_area(user_desc_t *info, int pid) os_set_thread_area() argument 58 int os_get_thread_area(user_desc_t *info, int pid) os_get_thread_area() argument
|
/linux-4.1.27/arch/x86/um/ |
H A D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) ptrace_getregs() argument 16 int ptrace_setregs(long pid, unsigned long *regs) ptrace_setregs() argument
|
H A D | syscalls_64.c | 16 int pid = task->mm->context.id.u.pid; arch_prctl() local
|
H A D | signal.c | 157 int err, pid; copy_sc_from_user() local 252 int err, pid; copy_sc_to_user() local
|
/linux-4.1.27/arch/um/include/shared/skas/ |
H A D | mm_id.h | 12 int pid; member in union:mm_id::__anon2944
|
/linux-4.1.27/arch/um/kernel/skas/ |
H A D | process.c | 17 int pid; start_kernel_proc() local
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | fork_cleanup_test.c | 45 pid_t pid; fork_cleanup() local
|
H A D | ebb_on_child_test.c | 48 pid_t pid; ebb_on_child() local
|
H A D | ebb_on_willing_child_test.c | 55 pid_t pid; ebb_on_willing_child() local
|
H A D | cpu_event_pinned_vs_ebb_test.c | 44 pid_t pid; cpu_event_pinned_vs_ebb() local
|
H A D | cpu_event_vs_ebb_test.c | 42 pid_t pid; cpu_event_vs_ebb() local
|
H A D | ebb_vs_cpu_event_test.c | 42 pid_t pid; ebb_vs_cpu_event() local
|
H A D | task_event_pinned_vs_ebb_test.c | 42 pid_t pid; task_event_pinned_vs_ebb() local
|
H A D | task_event_vs_ebb_test.c | 40 pid_t pid; task_event_vs_ebb() local
|
/linux-4.1.27/arch/um/drivers/ |
H A D | ubd_user.c | 26 int pid, fds[2], err; start_io_thread() local
|
H A D | slirp.h | 22 int pid; member in struct:slirp_data
|
H A D | xterm_kern.c | 16 int pid; member in struct:xterm_wait
|
H A D | harddog_user.c | 33 int in_fds[2], out_fds[2], pid, n, err; start_watchdog() local
|
H A D | slirp_user.c | 40 int pid; slirp_tramp() local 52 int fds[2], pid, err; slirp_open() local
|
H A D | chan_user.c | 277 int pid, thread, count, thread_fd = -1; register_winch() local
|
H A D | daemon_user.c | 131 int pid; daemon_user_init() member in struct:__anon2927
|
H A D | port_kern.c | 79 int fd, socket[2], pid; port_accept() local
|
H A D | slip_user.c | 78 int pid, fds[2], err, output_len; slip_tramp() local
|
H A D | xterm.c | 19 int pid; member in struct:xterm_chan 88 int pid, fd, new, err; xterm_open() local
|
H A D | net_user.c | 182 int pid, fds[2], err; change_tramp() local 215 int output_len, pid; change() local
|
/linux-4.1.27/arch/sh/mm/ |
H A D | asids-debugfs.c | 34 int pid = p->pid; for_each_process() local
|
/linux-4.1.27/arch/um/include/shared/ |
H A D | as-layout.h | 41 int pid; member in struct:cpu_task
|
/linux-4.1.27/arch/um/kernel/ |
H A D | reboot.c | 19 int pid; kill_off_processes() local
|
/linux-4.1.27/arch/um/os-Linux/ |
H A D | registers.c | 14 int save_registers(int pid, struct uml_pt_regs *regs) save_registers() argument 24 int restore_registers(int pid, struct uml_pt_regs *regs) restore_registers() argument 39 int init_registers(int pid) init_registers() argument
|
H A D | util.c | 109 int pid; os_dump_core() local
|
H A D | helper.c | 46 int pid, fds[2], ret, n; run_helper() local 117 int pid, status, err; run_helper_thread() local 148 int helper_wait(int pid) helper_wait() argument
|
H A D | process.c | 26 unsigned long os_process_pc(int pid) os_process_pc() argument 58 int os_process_parent(int pid) os_process_parent() argument 92 void os_stop_process(int pid) os_stop_process() argument 97 void os_kill_process(int pid, int reap_child) os_kill_process() argument 109 void os_kill_ptraced_process(int pid, int reap_child) os_kill_ptraced_process() argument
|
H A D | start_up.c | 32 int pid = os_getpid(), ppid = getppid(); ptrace_child() local 95 int pid, n, status; start_ptraced_child() local 121 static int stop_ptraced_child(int pid, int exitcode, int mustexit) stop_ptraced_child() argument 167 int pid, n, status, count=0; check_sysemu() local 261 int pid, syscall, n, status; check_ptrace() local 324 int pid; os_early_checks() local
|
H A D | umid.c | 136 char pid[sizeof("nnnnn\0")], *end; is_umdir_used() local 211 char pid[sizeof("nnnnn\0")]; create_pid_file() local
|
/linux-4.1.27/tools/testing/selftests/timers/ |
H A D | skew_consistency.c | 57 pid_t pid; main() local
|
H A D | clocksource-switch.c | 137 pid_t pid; main() local
|
/linux-4.1.27/drivers/pinctrl/mvebu/ |
H A D | pinctrl-armada-370.c | 28 static int armada_370_mpp_ctrl_get(unsigned pid, unsigned long *config) armada_370_mpp_ctrl_get() argument 33 static int armada_370_mpp_ctrl_set(unsigned pid, unsigned long config) armada_370_mpp_ctrl_set() argument
|
H A D | pinctrl-armada-375.c | 28 static int armada_375_mpp_ctrl_get(unsigned pid, unsigned long *config) armada_375_mpp_ctrl_get() argument 33 static int armada_375_mpp_ctrl_set(unsigned pid, unsigned long config) armada_375_mpp_ctrl_set() argument
|
H A D | pinctrl-armada-39x.c | 27 static int armada_39x_mpp_ctrl_get(unsigned pid, unsigned long *config) armada_39x_mpp_ctrl_get() argument 32 static int armada_39x_mpp_ctrl_set(unsigned pid, unsigned long config) armada_39x_mpp_ctrl_set() argument
|
H A D | pinctrl-armada-38x.c | 27 static int armada_38x_mpp_ctrl_get(unsigned pid, unsigned long *config) armada_38x_mpp_ctrl_get() argument 32 static int armada_38x_mpp_ctrl_set(unsigned pid, unsigned long config) armada_38x_mpp_ctrl_set() argument
|
H A D | pinctrl-armada-xp.c | 36 static int armada_xp_mpp_ctrl_get(unsigned pid, unsigned long *config) armada_xp_mpp_ctrl_get() argument 41 static int armada_xp_mpp_ctrl_set(unsigned pid, unsigned long config) armada_xp_mpp_ctrl_set() argument
|
H A D | pinctrl-kirkwood.c | 26 static int kirkwood_mpp_ctrl_get(unsigned pid, unsigned long *config) kirkwood_mpp_ctrl_get() argument 31 static int kirkwood_mpp_ctrl_set(unsigned pid, unsigned long config) kirkwood_mpp_ctrl_set() argument
|
H A D | pinctrl-orion.c | 35 static int orion_mpp_ctrl_get(unsigned pid, unsigned long *config) orion_mpp_ctrl_get() argument 50 static int orion_mpp_ctrl_set(unsigned pid, unsigned long config) orion_mpp_ctrl_set() argument
|
H A D | pinctrl-mvebu.h | 37 u8 pid; member in struct:mvebu_mpp_ctrl 88 u8 pid; member in struct:mvebu_mpp_mode 180 static inline int default_mpp_ctrl_get(void __iomem *base, unsigned int pid, default_mpp_ctrl_get() argument 191 static inline int default_mpp_ctrl_set(void __iomem *base, unsigned int pid, default_mpp_ctrl_set() argument
|
H A D | pinctrl-dove.c | 69 static int dove_mpp_ctrl_get(unsigned pid, unsigned long *config) dove_mpp_ctrl_get() argument 74 static int dove_mpp_ctrl_set(unsigned pid, unsigned long config) dove_mpp_ctrl_set() argument 79 static int dove_pmu_mpp_ctrl_get(unsigned pid, unsigned long *config) dove_pmu_mpp_ctrl_get() argument 96 static int dove_pmu_mpp_ctrl_set(unsigned pid, unsigned long config) dove_pmu_mpp_ctrl_set() argument 117 static int dove_mpp4_ctrl_get(unsigned pid, unsigned long *config) dove_mpp4_ctrl_get() argument 147 static int dove_mpp4_ctrl_set(unsigned pid, unsigned long config) dove_mpp4_ctrl_set() argument 181 static int dove_nand_ctrl_get(unsigned pid, unsigned long *config) dove_nand_ctrl_get() argument 191 static int dove_nand_ctrl_set(unsigned pid, unsigned long config) dove_nand_ctrl_set() argument 199 static int dove_audio0_ctrl_get(unsigned pid, unsigned long *config) dove_audio0_ctrl_get() argument 208 static int dove_audio0_ctrl_set(unsigned pid, unsigned long config) dove_audio0_ctrl_set() argument 220 static int dove_audio1_ctrl_get(unsigned pid, unsigned long *config) dove_audio1_ctrl_get() argument 250 static int dove_audio1_ctrl_set(unsigned pid, unsigned long config) dove_audio1_ctrl_set() argument 277 static int dove_audio1_ctrl_gpio_req(unsigned pid) dove_audio1_ctrl_gpio_req() argument 304 static int dove_audio1_ctrl_gpio_dir(unsigned pid, bool input) dove_audio1_ctrl_gpio_dir() argument 311 static int dove_twsi_ctrl_get(unsigned pid, unsigned long *config) dove_twsi_ctrl_get() argument 330 static int dove_twsi_ctrl_set(unsigned pid, unsigned long config) dove_twsi_ctrl_set() argument
|
H A D | pinctrl-mvebu.c | 60 mvebu_pinctrl_find_group_by_pid( struct mvebu_pinctrl *pctl, unsigned pid) mvebu_pinctrl_find_group_by_pid() argument
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
H A D | hcp_phyp.h | 62 u32 pid; /*PID of userspace galpa checking */ member in struct:h_galpas
|
/linux-4.1.27/drivers/dma/dw/ |
H A D | pci.c | 24 static int dw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid) dw_pci_probe() argument
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | usual-tables.c | 73 u16 vid, pid, bcdmin, bcdmax; member in struct:ignore_entry 109 unsigned vid, pid, bcd; usb_usual_ignore_device() local
|
/linux-4.1.27/include/uapi/linux/dvb/ |
H A D | net.h | 30 __u16 pid; member in struct:dvb_net_if 45 __u16 pid; member in struct:__dvb_net_if_old
|
H A D | ca.h | 77 unsigned int pid; member in struct:ca_pid
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | icswx_pid.c | 60 int pid; get_cop_pid() local
|
H A D | mmu_decl.h | 35 static inline void _tlbil_pid(unsigned int pid) _tlbil_pid() argument 55 static inline void _tlbil_va(unsigned long address, unsigned int pid, _tlbil_va() argument 65 static inline void _tlbil_va(unsigned long address, unsigned int pid, _tlbil_va() argument 76 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, _tlbivax_bcast() argument
|
H A D | hugetlbpage-book3e.c | 54 static inline int book3e_tlb_exists(unsigned long ea, unsigned long pid) book3e_tlb_exists() argument
|
H A D | fsl_booke_mmu.c | 108 settlbcam(int index, unsigned long virt, phys_addr_t phys, unsigned long size, unsigned long flags, unsigned int pid) settlbcam() argument
|
/linux-4.1.27/sound/firewire/oxfw/ |
H A D | oxfw-command.c | 11 avc_stream_set_format(struct fw_unit *unit, enum avc_general_plug_dir dir, unsigned int pid, u8 *format, unsigned int len) avc_stream_set_format() argument 51 avc_stream_get_format(struct fw_unit *unit, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len, unsigned int eid) avc_stream_get_format() argument 108 avc_general_inquiry_sig_fmt(struct fw_unit *unit, unsigned int rate, enum avc_general_plug_dir dir, unsigned short pid) avc_general_inquiry_sig_fmt() argument
|
H A D | oxfw-stream.c | 485 assume_stream_formats(struct snd_oxfw *oxfw, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len, u8 **formats) assume_stream_formats() argument 543 fill_stream_formats(struct snd_oxfw *oxfw, enum avc_general_plug_dir dir, unsigned short pid) fill_stream_formats() argument
|
H A D | oxfw.h | 86 avc_stream_get_format_single(struct fw_unit *unit, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len) avc_stream_get_format_single() argument 93 avc_stream_get_format_list(struct fw_unit *unit, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len, unsigned int eid) avc_stream_get_format_list() argument
|
/linux-4.1.27/tools/perf/util/ |
H A D | cloexec.c | 31 pid_t pid = -1; perf_flag_probe() local
|
H A D | values.h | 9 u32 *pid, *tid; member in struct:perf_read_values
|
H A D | run-command.c | 156 static int wait_or_whine(pid_t pid) wait_or_whine() argument
|
H A D | run-command.h | 17 pid_t pid; member in struct:child_process
|
H A D | session.h | 74 struct machine *perf_session__find_machine(struct perf_session *session, pid_t pid) perf_session__find_machine() argument 80 struct machine *perf_session__findnew_machine(struct perf_session *session, pid_t pid) perf_session__findnew_machine() argument
|
H A D | target.h | 8 const char *pid; member in struct:target
|
H A D | values.c | 57 perf_read_values__findnew_thread(struct perf_read_values *values, u32 pid, u32 tid) perf_read_values__findnew_thread() argument 118 perf_read_values_add_value(struct perf_read_values *values, u32 pid, u32 tid, u64 rawid, const char *name, u64 value) perf_read_values_add_value() argument
|
H A D | record.c | 17 static pid_t pid = -1; perf_do_probe_api() local 204 pid_t pid = -1; perf_evlist__can_select_event() local
|
H A D | thread.c | 16 pid_t pid = thread->pid_; thread__init_map_groups() local 29 struct thread *thread__new(pid_t pid, pid_t tid) thread__new() argument
|
H A D | evlist.h | 46 pid_t pid; member in struct:perf_evlist::__anon14822
|
H A D | machine.h | 28 pid_t pid; member in struct:machine
|
H A D | thread_map.c | 23 struct thread_map *thread_map__new_by_pid(pid_t pid) thread_map__new_by_pid() argument 83 pid_t pid = strtol(dirent.d_name, &end, 10); thread_map__new_by_uid() local 146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) thread_map__new() argument 164 pid_t pid, prev_pid = INT_MAX; thread_map__new_by_pid_str() local 273 struct thread_map *thread_map__new_str(const char *pid, const char *tid, thread_map__new_str() argument
|
/linux-4.1.27/tools/testing/selftests/powerpc/tm/ |
H A D | tm-syscall.c | 49 pid_t pid; getppid_tm() local
|
/linux-4.1.27/fs/proc/ |
H A D | thread_self.c | 15 pid_t pid = task_pid_nr_ns(current, ns); proc_thread_self_readlink() local 27 pid_t pid = task_pid_nr_ns(current, ns); proc_thread_self_follow_link() local
|
H A D | root.c | 51 static int proc_parse_options(char *options, struct pid_namespace *pid) proc_parse_options() argument 94 struct pid_namespace *pid = sb->s_fs_info; proc_remount() local
|
H A D | inode.c | 106 struct pid_namespace *pid = sb->s_fs_info; proc_show_options() local
|
H A D | internal.h | 62 struct pid *pid; member in struct:proc_inode
|
/linux-4.1.27/drivers/media/firewire/ |
H A D | firedtv-dvb.c | 38 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) collect_channels() argument
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | sysctl.c | 128 pid_t pid; procctl_frv_pin_cxnr() local
|
/linux-4.1.27/arch/frv/mm/ |
H A D | mmu-context.c | 168 int cxn_pin_by_pid(pid_t pid) cxn_pin_by_pid() argument
|
/linux-4.1.27/fs/f2fs/ |
H A D | trace.h | 29 pid_t pid; member in struct:last_io_info
|
H A D | trace.c | 37 static int __file_type(struct inode *inode, pid_t pid) __file_type() argument 58 pid_t pid = task_pid_nr(current); f2fs_trace_pid() local 86 pid_t pid; f2fs_trace_ios() local 146 pid_t pid[PIDVEC_SIZE]; f2fs_destroy_trace_ios() local
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_bt.c | 141 unsigned long pid; local
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | plugin_sched_switch.c | 47 write_and_save_comm(struct format_field *field, struct pevent_record *record, struct trace_seq *s, int pid) write_and_save_comm() argument
|
/linux-4.1.27/tools/perf/ |
H A D | perf-sys.h | 174 sys_perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, int group_fd, unsigned long flags) sys_perf_event_open() argument
|
H A D | builtin-inject.c | 307 u32 pid = perf_evsel__intval(evsel, sample, "pid"); perf_inject__sched_stat() local
|
/linux-4.1.27/tools/perf/tests/ |
H A D | hists_filter.c | 14 u32 pid; member in struct:sample
|
H A D | attr.c | 60 static int store_event(struct perf_event_attr *attr, pid_t pid, int cpu, store_event() argument 130 void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu, test_attr__open() argument
|
H A D | dwarf-unwind.c | 28 pid_t pid = getpid(); init_live_machine() local
|
H A D | hists_common.c | 12 u32 pid; member in struct:__anon14798 21 u32 pid; member in struct:__anon14799
|
H A D | hists_link.c | 14 u32 pid; member in struct:sample
|
H A D | hists_output.c | 15 u32 pid; member in struct:sample
|
H A D | perf-record.c | 8 static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp) sched__get_first_possible_cpu() argument
|
H A D | rdpmc.c | 158 int pid; test__rdpmc() local
|
H A D | code-reading.c | 407 pid_t pid; do_test_code_reading() local
|
H A D | hists_cumulate.c | 14 u32 pid; member in struct:sample
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
H A D | harness.c | 30 pid_t pid; run_test() local
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
H A D | mem.c | 54 int err, pid = mm_idp->u.pid; do_syscall_stub() local
|
/linux-4.1.27/drivers/usb/phy/ |
H A D | phy-ulpi.c | 183 int i, vid, pid, ret; ulpi_init() local
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvb_filter.c | 556 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, dvb_filter_pes2ts_init() argument
|
H A D | dmxdev.h | 59 u16 pid; member in struct:dmxdev_feed
|
/linux-4.1.27/include/uapi/linux/ |
H A D | dlm_plock.h | 34 __u32 pid; member in struct:dlm_plock_info
|
H A D | if_pppol2tp.h | 25 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tp_addr 39 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tpin6_addr 53 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tpv3_addr 64 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tpv3in6_addr
|
H A D | agpgart.h | 86 __kernel_pid_t pid; /* pid of process */ member in struct:_agp_region
|
H A D | auto_fs4.h | 137 __u32 pid; member in struct:autofs_v5_packet
|
H A D | dlm_device.h | 58 __u32 pid; member in struct:dlm_purge_params
|
H A D | fanotify.h | 91 __s32 pid; member in struct:fanotify_event_metadata
|
/linux-4.1.27/include/linux/ |
H A D | pid.h | 57 struct pid struct 72 struct pid *pid; member in struct:pid_link 75 static inline struct pid *get_pid(struct pid *pid) get_pid() argument 134 static inline struct pid_namespace *ns_of_pid(struct pid *pid) ns_of_pid() argument 148 static inline bool is_child_reaper(struct pid *pid) is_child_reaper() argument 164 static inline pid_t pid_nr(struct pid *pid) pid_nr() argument
|
H A D | vt_kern.h | 151 struct pid *pid; member in struct:vt_spawn_console
|
H A D | blktrace_api.h | 22 u32 pid; member in struct:blk_trace 98 u32 pid; member in struct:compat_blk_user_trace_setup
|
H A D | ptrace.h | 165 static inline void ptrace_event_pid(int event, struct pid *pid) ptrace_event_pid() argument
|
H A D | agpgart.h | 66 pid_t pid; /* pid of process */ member in struct:agp_region 94 pid_t pid; member in struct:agp_client 102 pid_t pid; member in struct:agp_controller
|
/linux-4.1.27/arch/score/mm/ |
H A D | tlb-score.c | 131 int pid = pevn_get(); local_flush_tlb_kernel_range() local 216 int idx, pid; __update_tlb() local
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | mips-mt-fpaff.c | 38 static inline struct task_struct *find_process_by_pid(pid_t pid) find_process_by_pid() argument 62 asmlinkage long mipsmt_sys_sched_setaffinity(pid_t pid, unsigned int len, mipsmt_sys_sched_setaffinity() argument 153 asmlinkage long mipsmt_sys_sched_getaffinity(pid_t pid, unsigned int len, mipsmt_sys_sched_getaffinity() argument
|
/linux-4.1.27/net/ax25/ |
H A D | ax25_iface.c | 58 void ax25_protocol_release(unsigned int pid) ax25_protocol_release() argument 161 int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *) ax25_protocol_function() argument 203 int ax25_protocol_is_registered(unsigned int pid) ax25_protocol_is_registered() argument
|
H A D | ax25_in.c | 106 unsigned char pid; ax25_rx_iframe() local
|
/linux-4.1.27/samples/bpf/ |
H A D | test_maps.c | 188 pid_t pid[tasks]; run_parallel() local
|
H A D | libbpf.c | 130 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu, perf_event_open() argument
|
/linux-4.1.27/security/tomoyo/ |
H A D | memory.c | 20 const pid_t pid = current->pid; tomoyo_warn_oom() local
|
H A D | realpath.c | 157 const pid_t pid = (pid_t) simple_strtoul(pos + 1, &ep, 10); tomoyo_get_local_path() local
|
/linux-4.1.27/sound/soc/au1x/ |
H A D | db1200.c | 176 const struct platform_device_id *pid = platform_get_device_id(pdev); db1200_audio_probe() local
|
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
H A D | lockdep.h | 24 int pid; member in struct:task_struct
|
/linux-4.1.27/tools/perf/bench/ |
H A D | sched-pipe.c | 93 pid_t pid, retpid __maybe_unused; bench_sched_pipe() local
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | netlink.c | 175 ibnl_unicast(struct sk_buff *skb, struct nlmsghdr *nlh, __u32 pid) ibnl_unicast() argument
|
/linux-4.1.27/drivers/media/usb/as102/ |
H A D | as102_drv.c | 103 as10x_pid_filter(struct as102_dev_t *dev, int index, u16 pid, int onoff) as10x_pid_filter() argument
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | dtt200u.c | 45 static int dtt200u_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) dtt200u_pid_filter() argument
|
H A D | dibusb-common.c | 40 int dibusb_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) dibusb_pid_filter() argument
|
H A D | vp702x.c | 190 static int vp702x_set_pid(struct dvb_usb_adapter *adap, u16 pid, u8 id, int onoff) vp702x_set_pid() argument
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_pci.c | 334 const struct pci_device_id *pid; drm_pci_init() local
|
H A D | drm_vm.c | 50 pid_t pid; member in struct:drm_vma_entry
|
/linux-4.1.27/arch/x86/um/shared/sysdep/ |
H A D | ptrace_64.h | 60 static inline void arch_init_registers(int pid) arch_init_registers() argument
|
/linux-4.1.27/arch/um/include/asm/ |
H A D | processor-generic.h | 34 int pid; member in struct:thread_struct::__anon2937::__anon2938::__anon2939
|
/linux-4.1.27/arch/um/os-Linux/drivers/ |
H A D | tuntap_user.c | 73 int pid, n, err; tuntap_open_tramp() local
|
H A D | ethertap_user.c | 95 int pid, err, n; etap_tramp() local
|
/linux-4.1.27/drivers/bluetooth/ |
H A D | btbcm.c | 274 u16 subver, rev, pid, vid; btbcm_setup_patchram() local
|
/linux-4.1.27/drivers/char/agp/ |
H A D | compat_ioctl.h | 65 compat_pid_t pid; /* pid of process */ member in struct:agp_region32
|
/linux-4.1.27/drivers/tty/ |
H A D | tty_audit.c | 68 pid_t pid = task_pid_nr(tsk); tty_audit_log() local
|
/linux-4.1.27/drivers/media/common/b2c2/ |
H A D | flexcop-hw-filter.c | 45 flexcop_pid_group_filter(struct flexcop_device *fc, u16 pid, u16 mask) flexcop_pid_group_filter() argument 73 flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) flexcop_pid_Stream1_PID_ctrl() argument 80 flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) flexcop_pid_Stream2_PID_ctrl() argument 87 flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) flexcop_pid_PCR_PID_ctrl() argument 93 flexcop_pid_PMT_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) flexcop_pid_PMT_PID_ctrl() argument 99 flexcop_pid_EMM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) flexcop_pid_EMM_PID_ctrl() argument 105 flexcop_pid_ECM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) flexcop_pid_ECM_PID_ctrl() argument 111 flexcop_pid_control(struct flexcop_device *fc, int index, u16 pid, int onoff) flexcop_pid_control() argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | dib7000m.h | 69 dib7000m_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) dib7000m_pid_filter() argument
|
H A D | dib9000.h | 82 static inline int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) dib9000_fw_pid_filter() argument
|
/linux-4.1.27/include/net/ |
H A D | af_unix.h | 31 struct pid *pid; /* Skb credentials */ member in struct:unix_skb_parms
|
H A D | scm.h | 16 u32 pid; member in struct:scm_creds 29 struct pid *pid; /* Skb credentials */ member in struct:scm_cookie 53 scm_set_cred(struct scm_cookie *scm, struct pid *pid, kuid_t uid, kgid_t gid) scm_set_cred() argument
|
/linux-4.1.27/include/net/irda/ |
H A D | af_irda.h | 46 __u8 pid; /* Protocol IP (PID) used by Ultra */ member in struct:irda_sock
|
/linux-4.1.27/include/rdma/ |
H A D | ib_umem.h | 51 struct pid *pid; member in struct:ib_umem
|
/linux-4.1.27/arch/mips/mm/ |
H A D | tlb-r3k.c | 131 int pid = read_c0_entryhi(); local_flush_tlb_kernel_range() local 191 int idx, pid; __update_tlb() local
|
H A D | tlb-r8k.c | 189 int pid; __update_tlb() local
|
H A D | tlb-r4k.c | 176 int pid = read_c0_entryhi(); local_flush_tlb_kernel_range() local 292 int idx, pid; __update_tlb() local
|
/linux-4.1.27/arch/nios2/mm/ |
H A D | tlb.c | 30 static void get_misc_and_pid(unsigned long *misc, unsigned long *pid) get_misc_and_pid() argument 68 unsigned long pid; flush_tlb_one_pid() local 206 void flush_tlb_pid(unsigned long pid) flush_tlb_pid() argument 271 void set_mmu_pid(unsigned long pid) set_mmu_pid() argument
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | ptrace.c | 337 void deconfigure_bp(long pid) deconfigure_bp() argument 359 static int put_debugreg(long pid, unsigned int regno, long data) put_debugreg() argument 431 static long get_debugreg(long pid, unsigned int regno) get_debugreg() argument
|
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/ |
H A D | user.h | 25 unsigned long pid; /* P2, Process ID (8-bits). */ member in struct:user_regs_struct
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
H A D | perfmon_default_smpl.h | 62 int pid; /* thread id (for NPTL, this is gettid()) */ member in struct:__anon1692
|
/linux-4.1.27/arch/arm/mm/ |
H A D | context.c | 109 pid_t pid; contextidr_notifier() local
|
/linux-4.1.27/Documentation/mic/mpssd/ |
H A D | mpssd.h | 89 pid_t pid; member in struct:mic_info
|
/linux-4.1.27/fs/exofs/ |
H A D | sys.c | 157 uint64_t pid = sbi->one_comp.obj.partition; exofs_sysfs_sb_add() local
|
/linux-4.1.27/net/core/ |
H A D | scm.c | 178 struct pid *pid; for_each_cmsghdr() local
|
H A D | fib_rules.c | 546 fib_nl_fill_rule(struct sk_buff *skb, struct fib_rule *rule, u32 pid, u32 seq, int type, int flags, struct fib_rules_ops *ops) fib_nl_fill_rule() argument 676 notify_rule_change(int event, struct fib_rule *rule, struct fib_rules_ops *ops, struct nlmsghdr *nlh, u32 pid) notify_rule_change() argument
|
/linux-4.1.27/net/irda/ |
H A D | irlmp_frame.c | 201 __u8 pid; /* Protocol identifier */ irlmp_link_unitdata_indication() local
|
/linux-4.1.27/security/ |
H A D | lsm_audit.c | 282 pid_t pid = task_pid_nr(tsk); dump_common_audit_data() local
|
/linux-4.1.27/sound/isa/ad1816a/ |
H A D | ad1816a.c | 138 snd_card_ad1816a_probe(int dev, struct pnp_card_link *pcard, const struct pnp_card_device_id *pid) snd_card_ad1816a_probe() argument
|
/linux-4.1.27/sound/isa/ |
H A D | als100.c | 186 snd_card_als100_probe(int dev, struct pnp_card_link *pcard, const struct pnp_card_device_id *pid) snd_card_als100_probe() argument
|
H A D | azt2320.c | 177 snd_card_azt2320_probe(int dev, struct pnp_card_link *pcard, const struct pnp_card_device_id *pid) snd_card_azt2320_probe() argument
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
H A D | msgque.c | 195 int msg, pid, err; main() local
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
H A D | fuse_test.c | 203 pid_t pid; spawn_sealing_thread() local 223 static void join_sealing_thread(pid_t pid) join_sealing_thread() argument 234 pid_t pid; main() local
|
H A D | memfd_test.c | 509 pid_t pid; spawn_idle_thread() local 529 static void join_idle_thread(pid_t pid) join_idle_thread() argument 846 pid_t pid; test_share_fork() local 870 pid_t pid; main() local
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 16 int perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, perf_event_open() argument 52 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) event_open_with_options() argument 68 int event_open_with_pid(struct event *e, pid_t pid) event_open_with_pid() argument
|
H A D | lib.c | 146 pid_t pid; eat_cpu() local
|
/linux-4.1.27/tools/testing/selftests/ptrace/ |
H A D | peeksiginfo.c | 25 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) sys_ptrace() argument
|
/linux-4.1.27/tools/thermal/tmon/ |
H A D | tmon.c | 357 pid_t sid, pid = fork(); start_daemon_mode() local
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | grulib.h | 122 pid_t pid; member in struct:gru_dump_chiplet_state_req 136 pid_t pid; member in struct:gru_dump_context_header
|
/linux-4.1.27/drivers/net/slip/ |
H A D | slip.h | 85 pid_t pid; member in struct:slip
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_iocb.c | 507 qla4xxx_ping_iocb(struct scsi_qla_host *ha, uint32_t options, uint32_t payload_size, uint32_t pid, uint8_t *ipaddr) qla4xxx_ping_iocb() argument
|
/linux-4.1.27/drivers/staging/android/ion/ |
H A D | ion_priv.h | 86 pid_t pid; member in struct:ion_buffer
|
/linux-4.1.27/drivers/staging/gdm72xx/ |
H A D | usb_boot.c | 144 int usb_boot(struct usb_device *usbdev, u16 pid) usb_boot() argument
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | usb_intf.c | 331 u16 vid, pid; disable_ht_for_spec_devid() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | events.c | 526 lnet_pid_t pid; ptl_get_pid() local 535 lnet_pid_t pid; ptlrpc_ni_init() local
|
/linux-4.1.27/drivers/input/tablet/ |
H A D | hanwang.c | 82 unsigned short pid; member in struct:hanwang_features
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | ptrace_64.c | 486 asmlinkage int sh64_ptrace(long request, long pid, sh64_ptrace() argument
|
/linux-4.1.27/arch/x86/ia32/ |
H A D | sys_ia32.c | 169 asmlinkage long sys32_waitpid(compat_pid_t pid, unsigned int __user *stat_addr, sys32_waitpid() argument
|
/linux-4.1.27/include/sound/ |
H A D | control.h | 105 struct pid *pid; member in struct:snd_ctl_file
|
/linux-4.1.27/kernel/ |
H A D | capability.c | 117 static inline int cap_get_target_pid(pid_t pid, kernel_cap_t *pEp, cap_get_target_pid() argument 152 pid_t pid; SYSCALL_DEFINE2() local 230 pid_t pid; SYSCALL_DEFINE2() local
|
H A D | kmod.c | 273 pid_t pid; wait_for_helper() local 311 pid_t pid; __call_usermodehelper() local
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | e500.c | 225 void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 pid) kvmppc_set_pid() argument 240 unsigned int pr, tid, ts, pid; kvmppc_e500_tlbil_one() local 163 kvmppc_e500_id_table_reset_one( struct kvmppc_vcpu_e500 *vcpu_e500, int as, int pid, int pr) kvmppc_e500_id_table_reset_one() argument
|
H A D | e500mc.c | 104 void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 pid) kvmppc_set_pid() argument
|
/linux-4.1.27/arch/blackfin/mm/ |
H A D | sram-alloc.c | 30 pid_t pid; member in struct:sram_piece
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | sys_marvel.c | 43 unsigned int pid; io7_device_interrupt() local 74 unsigned int pid; io7_get_irq_ctl() local
|
/linux-4.1.27/fs/autofs4/ |
H A D | waitq.c | 350 pid_t pid; autofs4_wait() local
|
/linux-4.1.27/net/bridge/ |
H A D | br_mdb.c | 164 nlmsg_populate_mdb_fill(struct sk_buff *skb, struct net_device *dev, struct br_mdb_entry *entry, u32 pid, u32 seq, int type, unsigned int flags) nlmsg_populate_mdb_fill() argument
|
/linux-4.1.27/net/bridge/netfilter/ |
H A D | ebt_stp.c | 23 uint8_t pid; member in struct:stp_header
|
/linux-4.1.27/kernel/time/ |
H A D | timer_stats.c | 65 pid_t pid; member in struct:entry 234 void timer_stats_update_stats(void *timer, pid_t pid, void *startf, timer_stats_update_stats() argument
|
/linux-4.1.27/mm/ |
H A D | process_vm_access.c | 141 static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter, process_vm_rw_core() argument 247 static ssize_t process_vm_rw(pid_t pid, process_vm_rw() argument 305 compat_process_vm_rw(compat_pid_t pid, compat_process_vm_rw() argument
|
/linux-4.1.27/security/keys/ |
H A D | internal.h | 193 pid_t pid; member in struct:request_key_auth
|
/linux-4.1.27/sound/firewire/ |
H A D | fcp.c | 28 avc_general_set_sig_fmt(struct fw_unit *unit, unsigned int rate, enum avc_general_plug_dir dir, unsigned short pid) avc_general_set_sig_fmt() argument 82 avc_general_get_sig_fmt(struct fw_unit *unit, unsigned int *rate, enum avc_general_plug_dir dir, unsigned short pid) avc_general_get_sig_fmt() argument
|
/linux-4.1.27/sound/isa/es1688/ |
H A D | es1688.c | 232 snd_card_es968_pnp(struct snd_card *card, unsigned int n, struct pnp_card_link *pcard, const struct pnp_card_device_id *pid) snd_card_es968_pnp() argument 257 snd_es968_pnp_detect(struct pnp_card_link *pcard, const struct pnp_card_device_id *pid) snd_es968_pnp_detect() argument
|
/linux-4.1.27/sound/isa/wavefront/ |
H A D | wavefront.c | 601 snd_wavefront_pnp_detect(struct pnp_card_link *pcard, const struct pnp_card_device_id *pid) snd_wavefront_pnp_detect() argument
|
/linux-4.1.27/sound/usb/ |
H A D | card.c | 81 static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; variable
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 256 int pid; perl_process_tracepoint() local
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test.c | 378 pid_t pid; main() local
|
/linux-4.1.27/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 192 pid_t pid; test_unpriv_remount() local 270 pid_t pid; test_priv_mount_unpriv_remount() local
|
/linux-4.1.27/drivers/macintosh/ |
H A D | windfarm_pm91.c | 103 struct wf_cpu_pid_state pid; member in struct:wf_smu_cpu_fans_state 118 struct wf_pid_state pid; member in struct:wf_smu_drive_fans_state 131 struct wf_pid_state pid; member in struct:wf_smu_slots_fans_state
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | ov9640.c | 582 u8 pid, ver, midh, midl; ov9640_video_probe() local
|