Home
last modified time | relevance | path

Searched refs:pid (Results 4851 - 4875 of 6320) sorted by relevance

1...<<191192193194195196197198199200>>...253

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dperf-time-to-tsc.c157 (pid_t)event->comm.pid != getpid() || in test__perf_time_to_tsc()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c179 skel->bss->pid = getpid(); in test_atomics()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c124 int pid; member
/kernel/linux/linux-6.6/tools/testing/selftests/ipc/
H A Dmsgque.c197 int msg, pid, err; in main() local
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dsocket.h81 pid_t pid; member
/kernel/linux/linux-6.6/mm/damon/
H A Dlru_sort.c261 kdamond_pid = ctx->kdamond->pid; in damon_lru_sort_turn()
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Debt_stp.c23 u8 pid; member
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmain.h101 int pid; member
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_ioctl.h245 uint16_t pid; /* Product ID */ member
/third_party/libunwind/libunwind/include/tdep-tilegx/
H A Dlibunwind_i.h246 pid_t pid, unw_word_t ip,
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h394 * For F_SETLK and F_SETLKW the l_pid field will be set to the pid
455 * The uid, gid and pid fields are not filled in case of a writepage
469 pid_t pid; member
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c22 td->tid = td->pid = __syscall(SYS_set_tid_address, &__thread_list_lock); in __init_tp()
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c141 header.pid = getpid(); in HiLogAdapterPrintArgs()
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c204 header.pid = getpid(); in HiLogAdapterPrintArgs()
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h52 int pid; member
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
H A Dindex.js14 // if we run inside of a worker_thread, `process.pid` is not unique
32 .hash(String(process.pid))
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h317 __u32 pid; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp129 return writeMetadata<9u>(OS, R.pid()); in visit()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c3851 shdr->ProcessId = cpu_to_le32(io_parms->pid); in smb2_new_read_req()
4043 io_parms.pid = rdata->pid; in smb2_async_readv()
4281 shdr->ProcessId = cpu_to_le32(wdata->cfile->pid); in smb2_async_writev()
4432 req->sync_hdr.ProcessId = cpu_to_le32(io_parms->pid); in SMB2_write()
4853 u64 persistent_fid, u64 volatile_fid, u32 pid, in SMB2_set_info_init()
4867 req->sync_hdr.ProcessId = cpu_to_le32(pid); in SMB2_set_info_init()
4903 u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, in send_set_info()
4935 &rqst, persistent_fid, volatile_fid, pid, in send_set_info()
4963 u64 volatile_fid, u32 pid, __le6 in SMB2_set_eof()
4851 SMB2_set_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, void **data, unsigned int *size) SMB2_set_info_init() argument
4902 send_set_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, unsigned int num, void **data, unsigned int *size) send_set_info() argument
4962 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, __le64 *eof) SMB2_set_eof() argument
5309 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u32 num_lock, struct smb2_lock_element *buf) smb2_lockv() argument
5368 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u64 length, const __u64 offset, const __u32 lock_flags, const bool wait) SMB2_lock() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c706 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() argument
714 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL); in rtnetlink_send()
716 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send()
720 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() argument
724 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
728 void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid, u32 group, in rtnl_notify() argument
737 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify()
1707 int type, u32 pid, u32 seq, u32 change, in rtnl_fill_ifinfo()
1717 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifm), flags); in rtnl_fill_ifinfo()
3899 u8 *addr, u16 vid, u32 pid, u3 in nlmsg_populate_fdb_fill()
1705 rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev, struct net *src_net, int type, u32 pid, u32 seq, u32 change, unsigned int flags, u32 ext_filter_mask, u32 event, int *new_nsid, int new_ifindex, int tgt_netnsid, gfp_t gfp) rtnl_fill_ifinfo() argument
3897 nlmsg_populate_fdb_fill(struct sk_buff *skb, struct net_device *dev, u8 *addr, u16 vid, u32 pid, u32 seq, int type, unsigned int flags, int nlflags, u16 ndm_state) nlmsg_populate_fdb_fill() argument
4632 ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq, struct net_device *dev, u16 mode, u32 flags, u32 mask, int nlflags, u32 filter_mask, int (*vlan_fill)(struct sk_buff *skb, struct net_device *dev, u32 filter_mask)) ndo_dflt_bridge_getlink() argument
5147 rtnl_fill_statsinfo(struct sk_buff *skb, struct net_device *dev, int type, u32 pid, u32 seq, u32 change, unsigned int flags, unsigned int filter_mask, int *idxattr, int *prividx) rtnl_fill_statsinfo() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp897 pid_t pid = 0; in HWTEST_F() local
898 ret = asc->StartProcess(startMsg, pid); in HWTEST_F()
941 pid_t pid = 0; in HWTEST_F() local
942 ret = asc->StartProcess(startMsg, pid); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_proxy_test.cpp870 int32_t pid = 12345; in HWTEST_F() local
871 reply.WriteInt32(pid); in HWTEST_F()
891 int32_t pid = 12345; in HWTEST_F() local
892 reply.WriteInt32(pid); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c364 int32_t TransProxyTransSendMsg(uint32_t connectionId, uint8_t *buf, uint32_t len, int32_t priority, int32_t pid) in TransProxyTransSendMsg() argument
372 data.pid = pid; in TransProxyTransSendMsg()
376 "send msg connId=%{public}u, len=%{public}u, seq=%{public}" PRIu64 ", priority=%{public}d, pid=%{public}d", in TransProxyTransSendMsg()
377 connectionId, len, data.seq, priority, pid); in TransProxyTransSendMsg()
H A Dsoftbus_proxychannel_message.c423 !AddNumberToJsonObject(root, JSON_KEY_PID, appInfo->myData.pid) || in PackHandshakeMsgForNormal()
558 !AddNumberToJsonObject(root, JSON_KEY_PID, appInfo->myData.pid) || in TransProxyPackHandshakeAckMsg()
661 !GetJsonObjectNumberItem(root, JSON_KEY_PID, &chanInfo->appInfo.peerData.pid) || in TransProxyUnpackHandshakeAckMsg()
731 !GetJsonObjectNumberItem(root, JSON_KEY_PID, &(appInfo->peerData.pid)) || in TransProxyUnpackNormalHandshakeMsg()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_proxy.cpp291 WSError SceneSessionManagerLiteProxy::GetMainWindowStatesByPid(int32_t pid, std::vector<MainWindowState>& windowStates) in GetMainWindowStatesByPid() argument
306 if (!data.WriteInt32(pid)) { in GetMainWindowStatesByPid()
307 TLOGE(WmsLogTag::WMS_LIFE, "write pid failed"); in GetMainWindowStatesByPid()
862 WMError SceneSessionManagerLiteProxy::CheckWindowId(int32_t windowId, int32_t& pid) in CheckWindowId() argument
886 if (!reply.ReadInt32(pid)) { in CheckWindowId()
887 WLOGFE("Failed to read pid"); in CheckWindowId()

Completed in 31 milliseconds

1...<<191192193194195196197198199200>>...253