/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | core.c | 902 brcmf_dbg(TRACE, " ==== pid:%x, if:%s (%pM) created ===\n", in brcmf_add_if() 903 current->pid, name, ifp->mac_addr); in brcmf_add_if()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | region_devs.c | 1157 idx = this_cpu_add_return(flush_idx, hash_32(current->pid + idx, 8)); in generic_nvdimm_flush()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_gem.c | 979 get_pid_task(aspace->pid, PIDTYPE_PID); in msm_gem_describe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 1139 tmpname, pid_nr(rcu_dereference(fpriv->pid))); in nouveau_drm_open()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.h | 646 * mksGuestStat instance-descriptor and pid arrays 1374 int vmw_mksstat_get_kern_slot(pid_t pid, struct vmw_private *dev_priv);
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svc.c | 714 trace_svc_wake_up(rqstp->rq_task->pid); in svc_pool_wake_idle_thread()
|
/kernel/linux/linux-6.6/net/netrom/ |
H A D | af_netrom.c | 1381 .pid = AX25_P_NETROM,
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyctl.c | 1663 if (parent->pid <= 1 || !parent->mm) in keyctl_session_to_parent()
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 44 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; } 45 waitncatudp() { pretty "${1//*-}" "wait for udp:1111 pid $2"; while [[ $(ss -N "$1" -ulpH 'sport = 1111') != *\"ncat\",pid=$2,fd=* ]]; do sleep 0.1; done; }
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree_nocb.h | 1607 WARN_ON(sched_setaffinity(current->pid, rcu_nocb_mask)); in rcu_bind_current_to_nocb()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1668 if (u.pid <= 0) in getpeercred()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ioplug.c | 833 pid_t pid ATTRIBUTE_UNUSED) in snd_pcm_ioplug_async()
|
/third_party/backends/backend/ |
H A D | microtek2.h | 1144 SANE_Pid pid; /* pid of child process */ member
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 1242 config->pid, in write_accesslog()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 842 pid: ::pid_t, in wait4()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 114 return self.proc_handle.pid 131 # a dictionary of Subprocess, with pid as key 145 self._logger.debug('Created subprocess: %s with pid %d' % (' '.join(command), proc.Pid()))
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|
/third_party/toybox/lib/ |
H A D | lib.c | 1085 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name), in names_to_pid() argument
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 2042 pub fn new_netlink(pid: u32, groups: u32) -> SockAddr { in new_netlink() 2043 SockAddr::Netlink(NetlinkAddr::new(pid, groups)) in new_netlink() 2352 pub fn new(pid: u32, groups: u32) -> NetlinkAddr { in new() 2355 addr.nl_pid = pid; in new() 2362 pub const fn pid(&self) -> u32 { 2401 write!(f, "pid: {} groups: {}", self.pid(), self.groups()) in fmt()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 3297 MLXSW_ITEM32(reg, qpcr, pid, 0x00, 0, 14); 3422 static inline void mlxsw_reg_qpcr_pack(char *payload, u16 pid, in mlxsw_reg_qpcr_pack() argument 3427 mlxsw_reg_qpcr_pid_set(payload, pid); in mlxsw_reg_qpcr_pack() 5737 * Enable policer ID specified using 'pid' field. 5748 MLXSW_ITEM32(reg, htgt, pid, 0x04, 0, 8); 8878 MLXSW_ITEM32(reg, mpat, pid, 0x0C, 0, 14);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 3819 MLXSW_ITEM32(reg, qpcr, pid, 0x00, 0, 14); 3944 static inline void mlxsw_reg_qpcr_pack(char *payload, u16 pid, in mlxsw_reg_qpcr_pack() argument 3949 mlxsw_reg_qpcr_pid_set(payload, pid); in mlxsw_reg_qpcr_pack() 6435 * Enable policer ID specified using 'pid' field. 6446 MLXSW_ITEM32(reg, htgt, pid, 0x04, 0, 8); 9851 MLXSW_ITEM32(reg, mpat, pid, 0x0C, 0, 14);
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 1381 int pid = getprocpid(); in ProcessBundleName() local 1382 std::string filePath = "/proc/" + std::to_string(pid) + "/cmdline"; in ProcessBundleName() 5262 int pid, 5266 RETURN_STATUS_IF_FALSE(env, pid >= 0, JSVM_INVALID_ARG); 5270 std::make_shared<node::ExclusiveAccess<node::HostPort>>("localhost", port, pid);
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 4399 dprintk("pid filter enabled %d\n", onoff); in dib8000_pid_filter_ctrl() 4403 static int dib8000_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) in dib8000_pid_filter() argument 4406 dprintk("Index %x, PID %d, OnOff %d\n", id, pid, onoff); in dib8000_pid_filter() 4407 return dib8000_write_word(st, 305 + id, onoff ? (1 << 13) | pid : 0); in dib8000_pid_filter()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 154 root->log_start_pid = current->pid; in start_log_trans() 155 } else if (root->log_start_pid != current->pid) { in start_log_trans() 172 root->log_start_pid = current->pid; in start_log_trans()
|