Home
last modified time | relevance | path

Searched refs:pid (Results 4626 - 4650 of 4829) sorted by relevance

1...<<181182183184185186187188189190>>...194

/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c902 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 Dregion_devs.c1157 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 Dmsm_gem.c979 get_pid_task(aspace->pid, PIDTYPE_PID); in msm_gem_describe()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1139 tmpname, pid_nr(rcu_dereference(fpriv->pid))); in nouveau_drm_open()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h646 * 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 Dsvc.c714 trace_svc_wake_up(rqstp->rq_task->pid); in svc_pool_wake_idle_thread()
/kernel/linux/linux-6.6/net/netrom/
H A Daf_netrom.c1381 .pid = AX25_P_NETROM,
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl.c1663 if (parent->pid <= 1 || !parent->mm) in keyctl_session_to_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H A Dnetns.sh44 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 Dtree_nocb.h1607 WARN_ON(sched_setaffinity(current->pid, rcu_nocb_mask)); in rcu_bind_current_to_nocb()
/third_party/eudev/src/shared/
H A Dutil.c1668 if (u.pid <= 0) in getpeercred()
/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c833 pid_t pid ATTRIBUTE_UNUSED) in snd_pcm_ioplug_async()
/third_party/backends/backend/
H A Dmicrotek2.h1144 SANE_Pid pid; /* pid of child process */ member
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc1242 config->pid, in write_accesslog()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs842 pid: ::pid_t, in wait4()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py114 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 Docsp.c44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
/third_party/toybox/lib/
H A Dlib.c1085 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 Daddr.rs2042 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 Dreg.h3297 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 Dreg.h3819 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 Djs_native_api_v8.cc1381 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 Ddib8000.c4399 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 Dtree-log.c154 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()

Completed in 89 milliseconds

1...<<181182183184185186187188189190>>...194