Home
last modified time | relevance | path

Searched refs:pid (Results 3876 - 3900 of 6320) sorted by relevance

1...<<151152153154155156157158159160>>...253

/kernel/linux/linux-6.6/init/
H A Dmain.c688 int pid; in rest_init() local
692 * We need to spawn init first so that it obtains pid 1, however in rest_init()
696 pid = user_mode_thread(kernel_init, NULL, CLONE_FS); in rest_init()
703 tsk = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init()
709 pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES); in rest_init()
711 kthreadd_task = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ds390-cpumsf.c509 .pid = basic->hpp & S390_LPP_PID_MASK, in s390_cpumsf_make_event()
536 pr_debug4("%s pos:%#zx ip:%#" PRIx64 " P:%d CL:%d pid:%d.%d cpumode:%d cpu:%d\n", in s390_cpumsf_make_event()
537 __func__, pos, sample.ip, basic->P, basic->CL, sample.pid, in s390_cpumsf_make_event()
887 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in s390_cpumsf_synth_error()
895 code, cpu, pid, tid, ip, msg, timestamp); in s390_cpumsf_synth_error()
907 sample->pid, sample->tid, 0, in s390_cpumsf_lost()
886 s390_cpumsf_synth_error(struct s390_cpumsf *sf, int code, int cpu, pid_t pid, pid_t tid, u64 ip, u64 timestamp) s390_cpumsf_synth_error() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_flowlabel.c109 put_pid(fl->owner.pid); in fl_free_rcu()
447 fl->owner.pid = get_task_pid(current, PIDTYPE_PID); in fl_create()
673 (fl1->owner.pid != fl->owner.pid)) || in ipv6_flowlabel_get()
849 pid_nr_ns(fl->owner.pid, state->pid_ns) : in ip6fl_seq_show()
/third_party/backends/backend/
H A Dcardscan.c441 SANE_Word vid, pid; in attach_one() local
478 sanei_usb_get_vendor_product(s->fd,&vid,&pid); in attach_one()
482 if(pid == 0x0005){ in attach_one()
485 else if(pid == 0x0002){ in attach_one()
495 if(pid == 0x6250){ in attach_one()
H A Dgt68xx_low.c831 int pid; in gt68xx_device_read_start_fork() local
850 pid = fork (); in gt68xx_device_read_start_fork()
851 if (pid == -1) in gt68xx_device_read_start_fork()
860 if (pid == 0) in gt68xx_device_read_start_fork()
869 dev->reader_pid = pid; in gt68xx_device_read_start_fork()
/third_party/node/src/
H A Dinspector_agent.cc154 static int GetDebugSignalHandlerMappingName(DWORD pid, wchar_t* buf, in GetDebugSignalHandlerMappingName() argument
156 return _snwprintf(buf, buf_len, L"node-debug-handler-%u", pid); in GetDebugSignalHandlerMappingName()
162 DWORD pid; in StartDebugSignalHandler() local
165 pid = uv_os_getpid(); in StartDebugSignalHandler()
167 if (GetDebugSignalHandlerMappingName(pid, in StartDebugSignalHandler()
/third_party/nghttp2/src/
H A Dshrpx_log.cc192 // Error log format: <datetime> <main-pid> <current-pid> in ~Log()
195 lgconf->tstamp->time_iso8601.c_str(), config->pid, lgconf->pid, in ~Log()
702 std::tie(p, last) = copy(lgsp.pid, p, last); in upstream_accesslog()
917 void log_chld(pid_t pid, int rstatus, const char *msg) { in log_chld() argument
933 LOG(NOTICE) << msg << ": [" << pid << "] exited " in log_chld()
/third_party/mksh/
H A Dcheck.pl552 $pid = fork;
553 if (!defined $pid) {
557 if (!$pid) {
618 $child_pid = $pid;
623 $xpid = waitpid($pid, 0);
/third_party/node/deps/uv/src/win/
H A Dprocess.c143 handle->pid = 0; in uv__process_init()
1121 process->pid = info.dwProcessId; in uv_spawn()
1145 /* Set IPC pid to all IPC pipes. */ in uv_spawn()
1258 int uv_kill(int pid, int signum) { in uv_kill() argument
1262 if (pid == 0) { in uv_kill()
1267 pid); in uv_kill()
/third_party/toybox/generated/
H A Dglobals.h441 pid_t pid; member
460 pid_t pid, oldpid; member
636 pid_t pid; member
975 int pid, exit; // status? Stopped? Exited? member
989 pid_t pid; member
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_impl.h66 virtual bool ReleaseSessionResources(pid_t pid) in ReleaseSessionResources() argument
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h123 * @param pid, pid input.
128 void ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo);
134 * @param info, pid, tid, needGc, needSnapshot
/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/
H A Dability_ecological_rule_mgr_service_param.h66 int32_t pid = 0L; member
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h45 MOCK_METHOD2(ScheduleHeapMemory, void(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_mgr_client.cpp39 void AppMgrClient::GetRunningProcessInfoByPid(const pid_t pid, OHOS::AppExecFwk::RunningProcessInfo& info) const {} in GetRunningProcessInfoByPid() argument
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h46 static bool IsResourceScheduleControlApp(int32_t pid);
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_param.h66 int32_t pid = 0L; member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.h49 MemoryGraphic CountSubMem(int pid);
H A Drs_sub_thread_manager.h48 std::vector<MemoryGraphic> CountSubMem(int pid);
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_utils.h51 GSError DumpToFileAsync(pid_t pid, std::string name, sptr<SurfaceBuffer> &buffer);
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h71 std::string GetSessionNameForPidUid(uint32_t uid, uint32_t pid);
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_idle_detector.h77 pid_t pid, UIFWKType uiFwkType = UIFWKType::FROM_UNKNOWN);
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_video_proc_session.h56 void CameraServerDied(pid_t pid);
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dmouse_location.h64 void ReportMouseLocationToListener(const std::string &networkId, const LocationInfo &locationInfo, int32_t pid);
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_plugin.h29 int32_t pid { -1 };

Completed in 27 milliseconds

1...<<151152153154155156157158159160>>...253