/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 917 u16 pid, int onoff) in stk7700p_pid_filter() 923 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter() 924 return dib7000m_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter() 936 static int stk70x0p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in stk70x0p_pid_filter() argument 939 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk70x0p_pid_filter() 1327 u16 pid, int onoff) in stk80xx_pid_filter() 1331 return state->dib8000_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk80xx_pid_filter() 2201 static int dib90x0_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in dib90x0_pid_filter() argument 2203 return dib9000_fw_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in dib90x0_pid_filter() 916 stk7700p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) stk7700p_pid_filter() argument 1326 stk80xx_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) stk80xx_pid_filter() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 917 u16 pid, int onoff) in stk7700p_pid_filter() 923 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter() 924 return dib7000m_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter() 936 static int stk70x0p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in stk70x0p_pid_filter() argument 939 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk70x0p_pid_filter() 1327 u16 pid, int onoff) in stk80xx_pid_filter() 1331 return state->dib8000_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk80xx_pid_filter() 2194 static int dib90x0_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in dib90x0_pid_filter() argument 2196 return dib9000_fw_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in dib90x0_pid_filter() 916 stk7700p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) stk7700p_pid_filter() argument 1326 stk80xx_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) stk80xx_pid_filter() argument
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup.c | 1486 * least one task in the system (init, pid == 1), therefore, root cgroup 2871 pid_t pid; in cgroup_procs_write_start() local 2873 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start() 2885 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start() 2889 if (pid) { in cgroup_procs_write_start() 2890 tsk = find_task_by_vpid(pid); in cgroup_procs_write_start() 5715 /* do not accept '\n' to prevent making /proc/<pid>/cgroup unparsable */ in cgroup_mkdir() 6230 * - Used for /proc/<pid>/cgroup. 6233 struct pid *pi in proc_cgroup_show() 6232 proc_cgroup_show(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *tsk) proc_cgroup_show() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 1836 # because it does cleanup based on the pid returned by fork_exec 3068 pid = p.pid 3093 pid = p.pid 3098 os.kill(pid, signal.SIGKILL) 3115 self.assertRaises(OSError, os.waitpid, pid, 0) 3276 support.wait_process(proc.pid, exitcode=0) 3279 with mock.patch('subprocess.os.waitpid', return_value=(proc.pid, status)): 3290 support.wait_process(proc.pid, exitcod [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | ste_dma40.c | 3116 u32 pid; in d40_hw_detect_init() local 3146 for (pid = 0, i = 0; i < 4; i++) in d40_hw_detect_init() 3147 pid |= (readl(virtbase + resource_size(res) - 0x20 + 4 * i) in d40_hw_detect_init() 3157 if (AMBA_MANF_BITS(pid) != AMBA_VENDOR_ST) { in d40_hw_detect_init() 3159 AMBA_MANF_BITS(pid), in d40_hw_detect_init() 3172 rev = AMBA_REV_BITS(pid); in d40_hw_detect_init()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dlmglue.c | 813 struct pid *pid) in ocfs2_pid_holder() 819 if (oh->oh_owner_pid == pid) { in ocfs2_pid_holder() 2672 struct pid *pid = task_pid(current); in ocfs2_inode_lock_tracker() local 2676 tmp_oh = ocfs2_pid_holder(lockres, pid); in ocfs2_inode_lock_tracker() 812 ocfs2_pid_holder(struct ocfs2_lock_res *lockres, struct pid *pid) ocfs2_pid_holder() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dlmglue.c | 812 struct pid *pid) in ocfs2_pid_holder() 818 if (oh->oh_owner_pid == pid) { in ocfs2_pid_holder() 2682 struct pid *pid = task_pid(current); in ocfs2_inode_lock_tracker() local 2686 tmp_oh = ocfs2_pid_holder(lockres, pid); in ocfs2_inode_lock_tracker() 811 ocfs2_pid_holder(struct ocfs2_lock_res *lockres, struct pid *pid) ocfs2_pid_holder() argument
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | ste_dma40.c | 3147 u32 pid; in d40_hw_detect_init() local 3162 for (pid = 0, i = 0; i < 4; i++) in d40_hw_detect_init() 3163 pid |= (readl(virtbase + SZ_4K - 0x20 + 4 * i) in d40_hw_detect_init() 3173 if (AMBA_MANF_BITS(pid) != AMBA_VENDOR_ST) { in d40_hw_detect_init() 3175 AMBA_MANF_BITS(pid), in d40_hw_detect_init() 3188 rev = AMBA_REV_BITS(pid); in d40_hw_detect_init()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 304 scx->tid = fusecontext->pid; in ntfs_fuse_fill_security_context() 4174 pid_t pid; in load_fuse_module() local 4181 pid = fork(); in load_fuse_module() 4182 if (!pid) { in load_fuse_module() 4185 } else if (pid != -1) in load_fuse_module() 4186 waitpid(pid, NULL, 0); in load_fuse_module()
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | traps.c | 74 pr_err("Process %s (pid: %d, stackpage=%08lx)\n", in die() 75 current->comm, current->pid, (PAGE_SIZE + in die()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca_drv.c | 159 printk(KERN_ERR "OS_MCA: process [cpu %d, pid: %d, uid: %d, " in mca_handler_bh() 161 raw_smp_processor_id(), current->pid, in mca_handler_bh()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | asm-offsets.c | 71 OFFSET(TASK_PID, task_struct, pid); in output_task_defines()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-rgmii.c | 328 pko_mem_queue_qos.s.pid = ipd_port; in __cvmx_helper_rgmii_link_set()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 178 extern unsigned long __kvmhv_copy_tofrom_guest_radix(int lpid, int pid,
|
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/ |
H A D | spu_task_sync.c | 397 spu_buff_add(spu->pid, spu->number); in process_context_switch()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | sys_parisc.c | 396 tsk->comm, tsk->pid); in FIX_O_NONBLOCK()
|
H A D | signal.c | 413 current->comm, current->pid, frame, regs->gr[30], in setup_rt_frame() 487 pr_warn("syscall restart: %s (pid %d): unexpected opcode 0x%08x\n", in check_syscallno_in_delay_branch()
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 45 __u64 pid; member
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | mce.c | 565 level, evt->cpu, current->pid, current->comm, in machine_check_print_event_info()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | fault_64.c | 259 current->comm, current->pid, in bogus_32bit_fault_tpc()
|
H A D | tsb.c | 268 current->comm, current->pid, tsb_bytes); in setup_tsb_params()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | intercept.c | 97 KVM_EVENT(3, "validity intercept 0x%x for pid %u (kvm 0x%pK)", viwhy, in handle_validity() 98 current->pid, vcpu->kvm); in handle_validity()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | time.c | 603 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | signal.c | 411 current->comm, current->pid, sig, frame, regs->pc); in setup_frame()
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | ptrace.c | 350 pr_info("COMM=%s PID=%d\n", current->comm, current->pid); in show_regs()
|