Home
last modified time | relevance | path

Searched refs:startup (Results 1 - 25 of 1978) sorted by relevance

12345678910>>...80

/kernel/linux/linux-5.10/include/linux/
H A Dcpuhotplug.h207 int (*startup)(unsigned int cpu),
212 int (*startup)(unsigned int cpu),
219 * @startup: startup callback function
222 * Installs the callback functions and invokes the startup callback on
227 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
230 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
235 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
238 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
247 * @startup
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dcpuhotplug.h27 * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
38 * hotplug startup/teardown code with interrupts disabled.
267 int (*startup)(unsigned int cpu),
272 int (*startup)(unsigned int cpu),
276 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
280 * @startup: startup callback function or NULL if not required
283 * Installs the callback functions and invokes the @startup callback on
288 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
291 return __cpuhp_setup_state(state, name, true, startup, teardow in cpuhp_setup_state()
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-link.c74 rtd->dai_link->ops->startup) in snd_soc_link_startup()
75 ret = rtd->dai_link->ops->startup(substream); in snd_soc_link_startup()
79 soc_link_mark_push(rtd, substream, startup); in snd_soc_link_startup()
89 if (rollback && !soc_link_mark_match(rtd, substream, startup)) in snd_soc_link_shutdown()
97 soc_link_mark_pop(rtd, substream, startup); in snd_soc_link_shutdown()
152 rtd->dai_link->compr_ops->startup) in snd_soc_link_compr_startup()
153 ret = rtd->dai_link->compr_ops->startup(cstream); in snd_soc_link_compr_startup()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-link.c74 rtd->dai_link->ops->startup) in snd_soc_link_startup()
75 ret = rtd->dai_link->ops->startup(substream); in snd_soc_link_startup()
79 soc_link_mark_push(rtd, substream, startup); in snd_soc_link_startup()
89 if (rollback && !soc_link_mark_match(rtd, substream, startup)) in snd_soc_link_shutdown()
97 soc_link_mark_pop(rtd, substream, startup); in snd_soc_link_shutdown()
178 soc_link_mark_pop(rtd, substream, startup); in snd_soc_link_trigger()
190 rtd->dai_link->compr_ops->startup) in snd_soc_link_compr_startup()
191 ret = rtd->dai_link->compr_ops->startup(cstream); in snd_soc_link_compr_startup()
/kernel/linux/linux-6.6/kernel/
H A Dcpu.c121 * @startup: Startup function of the step
132 } startup; member
155 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty()
192 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
199 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
233 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
863 * startup in cpuhp_online_idle() which allows to avoid in bringup_cpu()
1036 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
1221 * startup or the teardown callback of the affected state.
1867 * sends the startup IP
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/
H A Dcpu.c117 * @startup: Startup function of the step
126 } startup; member
166 if (!(bringup ? step->startup.single : step->teardown.single)) { in cpuhp_invoke_callback()
175 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
184 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
225 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
685 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
867 * startup or the teardown callback of the affected state.
1629 .startup.single = NULL,
1636 .startup
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dcpu.c112 * @startup: Startup function of the step
122 } startup; member
164 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()
172 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
180 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
216 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
655 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
835 * startup or the teardown callback of the affected state.
1575 .startup.single = NULL,
1581 .startup
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dmedia.c167 void tulip_select_media(struct net_device *dev, int startup) in tulip_select_media() argument
184 if (startup) in tulip_select_media()
199 if (startup && mtable->has_reset) { in tulip_select_media()
228 if (startup) { in tulip_select_media()
234 if (startup) iowrite32(csr13val, ioaddr + CSR13); in tulip_select_media()
257 if (startup) { in tulip_select_media()
283 if (startup) { in tulip_select_media()
310 if (tmp_info && startup < 2) { in tulip_select_media()
324 if (startup && mtable->has_reset) { in tulip_select_media()
345 if (startup in tulip_select_media()
[all...]
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A Dhead.S10 .section .text..startup,"ax"
11 .global startup
12 startup: label
13 mov.l #startup, sp
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H A Dmedia.c167 void tulip_select_media(struct net_device *dev, int startup) in tulip_select_media() argument
184 if (startup) in tulip_select_media()
199 if (startup && mtable->has_reset) { in tulip_select_media()
228 if (startup) { in tulip_select_media()
234 if (startup) iowrite32(csr13val, ioaddr + CSR13); in tulip_select_media()
257 if (startup) { in tulip_select_media()
283 if (startup) { in tulip_select_media()
310 if (tmp_info && startup < 2) { in tulip_select_media()
324 if (startup && mtable->has_reset) { in tulip_select_media()
345 if (startup in tulip_select_media()
[all...]
/third_party/python/Modules/
H A Dmain.c394 PyObject *startup = NULL; in pymain_run_startup() local
400 startup = PyUnicode_FromWideChar(env, wcslen(env)); in pymain_run_startup()
401 if (startup == NULL) { in pymain_run_startup()
409 startup = PyUnicode_DecodeFSDefault(env); in pymain_run_startup()
410 if (startup == NULL) { in pymain_run_startup()
414 if (PySys_Audit("cpython.run_startup", "O", startup) < 0) { in pymain_run_startup()
418 FILE *fp = _Py_fopen_obj(startup, "r"); in pymain_run_startup()
425 PyErr_SetFromErrnoWithFilenameObjects(PyExc_OSError, startup, NULL); in pymain_run_startup()
430 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()
436 Py_XDECREF(startup); in pymain_run_startup()
[all...]
/kernel/linux/linux-5.10/arch/s390/boot/
H A DMakefile37 obj-y := head.o als.o startup.o mem_detect.o ipl_parm.o ipl_report.o
43 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
67 $(obj)/compressed/vmlinux: $(obj)/startup.a FORCE
70 $(obj)/startup.a: $(OBJECTS) FORCE
/third_party/libuv/src/win/
H A Dprocess.c918 STARTUPINFOW startup; in uv_spawn() local
1028 startup.cb = sizeof(startup); in uv_spawn()
1029 startup.lpReserved = NULL; in uv_spawn()
1030 startup.lpDesktop = NULL; in uv_spawn()
1031 startup.lpTitle = NULL; in uv_spawn()
1032 startup.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; in uv_spawn()
1034 startup.cbReserved2 = uv__stdio_size(child_stdio_buffer); in uv_spawn()
1035 startup.lpReserved2 = (BYTE*) child_stdio_buffer; in uv_spawn()
1037 startup in uv_spawn()
[all...]
/third_party/node/deps/uv/src/win/
H A Dprocess.c947 STARTUPINFOW startup; in uv_spawn() local
1056 startup.cb = sizeof(startup); in uv_spawn()
1057 startup.lpReserved = NULL; in uv_spawn()
1058 startup.lpDesktop = NULL; in uv_spawn()
1059 startup.lpTitle = NULL; in uv_spawn()
1060 startup.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; in uv_spawn()
1062 startup.cbReserved2 = uv__stdio_size(process->child_stdio_buffer); in uv_spawn()
1063 startup.lpReserved2 = (BYTE*) process->child_stdio_buffer; in uv_spawn()
1065 startup in uv_spawn()
[all...]
/third_party/libuv/test/
H A Dtest-tcp-open.c45 static void startup(void) { in startup() function
244 startup(); in TEST_IMPL()
290 startup(); in TEST_IMPL()
317 startup(); in TEST_IMPL()
343 startup(); in TEST_IMPL()
382 startup(); in TEST_IMPL()
H A Dtest-udp-open.c40 static void startup(void) { in startup() function
147 startup(); in TEST_IMPL()
201 startup(); in TEST_IMPL()
230 startup(); in TEST_IMPL()
262 startup(); in TEST_IMPL()
/kernel/linux/linux-6.6/sound/soc/amd/
H A Dacp-da7219-max98357a.c470 .startup = cz_da7219_play_startup,
475 .startup = cz_da7219_cap_startup,
480 .startup = cz_max_startup,
485 .startup = cz_dmic0_startup,
490 .startup = cz_dmic1_startup,
495 .startup = cz_rt5682_play_startup,
500 .startup = cz_rt5682_cap_startup,
505 .startup = cz_rt5682_max_startup,
510 .startup = cz_rt5682_dmic0_startup,
515 .startup
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dmem_profiler_decorator.cpp69 int sampleInterval, bool startup) in Start()
71 auto task = [this, &fd, &type, &processName, &duration, &sampleInterval, &startup] { in Start()
72 return memProfilerCollector_->Start(fd, type, processName, duration, sampleInterval, startup); in Start()
68 Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval, bool startup) Start() argument
/kernel/liteos_a/arch/arm/arm/
H A DMakefile41 LOCAL_SRCS += src/startup/reset_vector_mp.S
43 LOCAL_SRCS += src/startup/reset_vector_up.S
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dhmcdrv_ftp.c27 * @startup: startup function
32 int (*startup)(void); member
287 * hmcdrv_ftp_startup() - startup of HMC drive FTP functionality for a
295 .startup = diag_ftp_startup, in hmcdrv_ftp_startup()
301 .startup = sclp_ftp_startup, in hmcdrv_ftp_startup()
319 rc = hmcdrv_ftp_funcs->startup(); in hmcdrv_ftp_startup()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dhmcdrv_ftp.c27 * @startup: startup function
32 int (*startup)(void); member
287 * hmcdrv_ftp_startup() - startup of HMC drive FTP functionality for a
295 .startup = diag_ftp_startup, in hmcdrv_ftp_startup()
301 .startup = sclp_ftp_startup, in hmcdrv_ftp_startup()
319 rc = hmcdrv_ftp_funcs->startup(); in hmcdrv_ftp_startup()
/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H A Dhead_32.S13 .global startup
14 startup: label
63 .long startup
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H A Dhead_32.S13 .global startup
14 startup: label
63 .long startup
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A Dhead.S24 ENTRY(startup)
85 END(startup)
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/
H A Dhead.S24 ENTRY(startup)
85 END(startup)

Completed in 21 milliseconds

12345678910>>...80