Home
last modified time | relevance | path

Searched refs:pid (Results 4526 - 4550 of 7565) sorted by relevance

1...<<181182183184185186187188189190>>...303

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp216 int32_t pid = 0; in HWTEST_F() local
217 int32_t ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid); in HWTEST_F()
220 ret = TransProxyTransSendMsg(connectionId, buf, len, priority, pid); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub.cpp326 int pid = data.ReadInt32(); in OnRegisterCallBack() local
335 WIFI_LOGD("%{public}s, get pid: %{public}d, tokenId: %{private}d", __func__, pid, tokenId); in OnRegisterCallBack()
352 ret = WifiInternalEventDispatcher::GetInstance().AddScanCallback(remote, callback_, pid, eventName, in OnRegisterCallBack()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h264 void ShowHintToast(uint32_t tokenId, uint32_t pid);
331 PasteboardDeathRecipient(PasteboardService &service, sptr<IRemoteObject> observer, pid_t pid);
340 int32_t AppExit(pid_t pid);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp75 if (a.id != b.id || a.pid != b.pid || a.uid != b.uid || a.agentWindowId != b.agentWindowId || a.flags != b.flags || in IsEqualWindowInfo()
416 std::to_string(e.pid) + "|" + in PrintWindowInfo()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dprocess_64.c287 ((tp && tp->task) ? tp->task->pid : -1)); in arch_trigger_cpumask_backtrace()
559 current->comm, current->pid, in fault_in_user_windows()
577 * Parent --> %o0 == childs pid, %o1 == 0
578 * Child --> %o0 == parents pid, %o1 == 1
632 t->kregs->u_regs[UREG_I0] = current->pid; in copy_thread()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvas.c121 win->vas_win.winid, win->pid, 0, in h_modify_vas_window()
130 pr_err("H_MODIFY_VAS_WINDOW error: %ld, winid %u pid %u\n", in h_modify_vas_window()
131 rc, win->vas_win.winid, win->pid); in h_modify_vas_window()
370 txwin->pid = mfspr(SPRN_PID); in vas_allocate_window()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dprocess_64.c275 ((tp && tp->task) ? tp->task->pid : -1)); in arch_trigger_cpumask_backtrace()
547 current->comm, current->pid, in fault_in_user_windows()
565 * Parent --> %o0 == childs pid, %o1 == 0
566 * Child --> %o0 == parents pid, %o1 == 1
620 t->kregs->u_regs[UREG_I0] = current->pid; in copy_thread()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_file.c165 file->pid = get_pid(task_pid(current)); in drm_file_alloc()
205 put_pid(file->pid); in drm_file_alloc()
257 DRM_DEBUG("comm=\"%s\", pid=%d, dev=0x%lx, open_count=%d\n", in drm_file_free()
297 put_pid(file->pid); in drm_file_free()
350 DRM_DEBUG("comm=\"%s\", pid=%d, minor=%d\n", current->comm, in drm_open_helper()
/kernel/linux/linux-5.10/drivers/media/pci/pluto2/
H A Dpluto2.c251 if ((f->pid < 0x2000) && (f->index < NHWFILTERS)) in pluto_start_feed()
252 pluto_rw(pluto, REG_PIDn(f->index), PIDn_ENP | PIDn_PID, PIDn_ENP | f->pid); in pluto_start_feed()
267 if ((f->pid < 0x2000) && (f->index < NHWFILTERS)) in pluto_stop_feed()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_stream.c803 unsigned short pid) in fill_stream_formations()
823 AVC_BRIDGECO_PLUG_UNIT_ISOC, pid); in fill_stream_formations()
836 pid, err); in fill_stream_formations()
802 fill_stream_formations(struct snd_bebob *bebob, enum avc_bridgeco_plug_dir dir, unsigned short pid) fill_stream_formations() argument
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_xs.c818 if (current->pid != xenwatch_pid) in unregister_xenbus_watch()
834 if (current->pid != xenwatch_pid) in unregister_xenbus_watch()
879 xenwatch_pid = current->pid; in xenwatch_thread()
/kernel/linux/linux-5.10/kernel/debug/
H A Ddebug_core.c53 #include <linux/pid.h>
684 kgdb_info[cpu].task->pid != kgdb_sstep_pid) && --sstep_tries) { in kgdb_cpu_enter()
817 kgdb_sstep_pid = kgdb_info[sstep_cpu].task->pid; in kgdb_cpu_enter()
/kernel/linux/linux-5.10/kernel/
H A Dcred.c24 current->comm, current->pid, ##__VA_ARGS__)
30 current->comm, current->pid, ##__VA_ARGS__); \
162 kdebug("exit_creds(%u,%p,%p,{%ld,%d})", tsk->pid, tsk->real_cred, tsk->cred, in exit_creds()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dcommit.c281 c->bgt_name, current->pid); in ubifs_bg_thread()
377 dbg_cmt("pid %d goes sleep", current->pid); in wait_for_commit()
388 dbg_cmt("commit finished, pid %d woke up", current->pid); in wait_for_commit()
/kernel/linux/linux-5.10/fs/proc/
H A Dinode.c43 if (ei->pid) { in proc_evict_inode()
45 ei->pid = NULL; in proc_evict_inode()
72 ei->pid = NULL; in proc_alloc_inode()
190 seq_printf(seq, ",subset=pid"); in proc_show_options()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Dcore.c191 unsigned int pid, struct pdsc_qcq *qcq) in pdsc_qcq_alloc()
215 qcq->q.pid = pid; in pdsc_qcq_alloc()
188 pdsc_qcq_alloc(struct pdsc *pdsc, unsigned int type, unsigned int index, const char *name, unsigned int flags, unsigned int num_descs, unsigned int desc_size, unsigned int cq_desc_size, unsigned int pid, struct pdsc_qcq *qcq) pdsc_qcq_alloc() argument
/kernel/linux/linux-6.6/fs/proc/
H A Dinode.c41 if (ei->pid) { in proc_evict_inode()
43 ei->pid = NULL; in proc_evict_inode()
70 ei->pid = NULL; in proc_alloc_inode()
188 seq_printf(seq, ",subset=pid"); in proc_show_options()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs_cache.c447 u64 pid) in ksmbd_lookup_fd_slow()
453 pid = work->compound_pfid; in ksmbd_lookup_fd_slow()
461 if (fp->persistent_id != pid) { in ksmbd_lookup_fd_slow()
446 ksmbd_lookup_fd_slow(struct ksmbd_work *work, u64 id, u64 pid) ksmbd_lookup_fd_slow() argument
/kernel/linux/linux-6.6/fs/ubifs/
H A Dcommit.c281 c->bgt_name, current->pid); in ubifs_bg_thread()
377 dbg_cmt("pid %d goes sleep", current->pid); in wait_for_commit()
388 dbg_cmt("commit finished, pid %d woke up", current->pid); in wait_for_commit()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus_xs.c818 if (current->pid != xenwatch_pid) in unregister_xenbus_watch()
834 if (current->pid != xenwatch_pid) in unregister_xenbus_watch()
879 xenwatch_pid = current->pid; in xenwatch_thread()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtbcm.c574 u16 subver, rev, pid, vid; in btbcm_initialize() local
644 pid = get_unaligned_le16(skb->data + 3); in btbcm_initialize()
647 snprintf(postfix, sizeof(postfix), "-%4.4x-%4.4x", vid, pid); in btbcm_initialize()
/kernel/linux/linux-6.6/kernel/debug/
H A Ddebug_core.c50 #include <linux/pid.h>
668 kgdb_info[cpu].task->pid != kgdb_sstep_pid) && --sstep_tries) { in kgdb_cpu_enter()
801 kgdb_sstep_pid = kgdb_info[sstep_cpu].task->pid; in kgdb_cpu_enter()
/kernel/linux/linux-6.6/drivers/media/pci/pluto2/
H A Dpluto2.c251 if ((f->pid < 0x2000) && (f->index < NHWFILTERS)) in pluto_start_feed()
252 pluto_rw(pluto, REG_PIDn(f->index), PIDn_ENP | PIDn_PID, PIDn_ENP | f->pid); in pluto_start_feed()
267 if ((f->pid < 0x2000) && (f->index < NHWFILTERS)) in pluto_stop_feed()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c115 skel->bss->pid = getpid(); in kprobe_multi_link_api_subtest()
199 skel->bss->pid = getpid(); in kprobe_multi_attach_api_subtest()
255 skel->bss->pid = getpid(); in uprobe_multi_test_run()
332 link1 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, 0 /* self pid */, in uprobe_subtest()
339 link2 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, -1 /* any pid */, in uprobe_subtest()
347 retlink1 = bpf_program__attach_uprobe_opts(skel->progs.handle_uretprobe, -1 /* any pid */, in uprobe_subtest()
354 retlink2 = bpf_program__attach_uprobe_opts(skel->progs.handle_uretprobe, 0 /* self pid */, in uprobe_subtest()
/third_party/cups-filters/filter/foomatic-rip/
H A Dpostscript.c35 void get_renderer_handle(const dstr_t *prepend, FILE **fd, pid_t *pid);
1197 void get_renderer_handle(const dstr_t *prepend, FILE **fd, pid_t *pid) in get_renderer_handle() argument
1218 *pid = kid3; in get_renderer_handle()

Completed in 32 milliseconds

1...<<181182183184185186187188189190>>...303