Home
last modified time | relevance | path

Searched refs:teardown (Results 1 – 25 of 83) sorted by relevance

1234

/linux/include/linux/
A Dcpuhotplug.h256 int (*teardown)(unsigned int cpu), bool multi_instance);
261 int (*teardown)(unsigned int cpu),
277 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state()
297 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_cpuslocked()
300 teardown, false); in cpuhp_setup_state_cpuslocked()
317 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_nocalls()
319 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls()
339 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_nocalls_cpuslocked()
342 teardown, false); in cpuhp_setup_state_nocalls_cpuslocked()
361 int (*teardown)(unsigned int cpu, in cpuhp_setup_state_multi()
[all …]
/linux/kernel/
A Dcpu.c133 } teardown; member
1648 .teardown.single = NULL,
1654 .teardown.single = NULL,
1665 .teardown.single = NULL,
1680 .teardown.single = NULL,
1706 .teardown.single = finish_cpu,
1768 .teardown.single = NULL,
1808 .teardown.single = NULL,
1881 sp->teardown.single = teardown; in cpuhp_store_callbacks()
1981 if (sp->teardown.multi) in __cpuhp_state_add_instance_cpuslocked()
[all …]
/linux/Documentation/core-api/
A Dcpu_hotplug.rst275 [CPUHP_BRINGUP_ONLINE - 1]->teardown()
278 [CPUHP_BRINGUP_CPU]->teardown()
279 [CPUHP_OFFLINE + 3]->teardown()
281 [CPUHP_OFFLINE + 1]->teardown()
302 [CPUHP_AP_ONLINE + 1]->teardown()
304 [CPUHP_AP_ONLINE]->teardown()
306 [CPUHP_BRINGUP_ONLINE - 1]->teardown()
309 [CPUHP_BRINGUP_CPU]->teardown()
310 [CPUHP_OFFLINE + 3]->teardown()
312 [CPUHP_OFFLINE + 1]->teardown()
[all …]
/linux/tools/testing/selftests/rseq/
A Drseq-arm.h127 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument
136 teardown \
139 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
141 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \
145 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
147 teardown \
A Drseq-mips.h132 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument
143 teardown \
146 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
148 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \
152 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
154 teardown \
A Drseq-x86.h96 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
102 teardown \
106 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
109 teardown \
674 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
680 teardown \
684 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
687 teardown \
A Drseq-s390.h122 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
126 teardown \
130 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
133 teardown \
/linux/net/dsa/
A Ddsa2.c871 goto teardown; in dsa_switch_setup()
877 goto teardown; in dsa_switch_setup()
894 teardown: in dsa_switch_setup()
895 if (ds->ops->teardown) in dsa_switch_setup()
896 ds->ops->teardown(ds); in dsa_switch_setup()
923 if (ds->ops->teardown) in dsa_switch_teardown()
924 ds->ops->teardown(ds); in dsa_switch_teardown()
973 goto teardown; in dsa_tree_setup_switches()
981 goto teardown; in dsa_tree_setup_switches()
987 teardown: in dsa_tree_setup_switches()
/linux/drivers/net/wireless/marvell/libertas/
A Dif_spi.c1117 goto teardown; in if_spi_probe()
1191 teardown: in if_spi_probe()
1192 if (pdata->teardown) in if_spi_probe()
1193 pdata->teardown(spi); in if_spi_probe()
1212 if (card->pdata->teardown) in libertas_spi_remove()
1213 card->pdata->teardown(spi); in libertas_spi_remove()
1229 if (card->pdata->teardown) in if_spi_suspend()
1230 card->pdata->teardown(spi); in if_spi_suspend()
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dcore.c339 bool teardown = false; in mlx5_fpga_event() local
360 teardown = true; in mlx5_fpga_event()
372 if (teardown) in mlx5_fpga_event()
/linux/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt64 teardown: The list of commands to clean up after the test is completed.
78 If an error is detected during the setup/teardown process, execution of the
84 Repeated failures of the setup/teardown may indicate a problem with the test
87 It's possible to include acceptable exit codes with the setup/teardown command
/linux/Documentation/fb/
A Dep93xx-fb.rst87 callbacks: setup, teardown and blank. The setup and teardown functions
92 The setup and teardown devices pass the platform_device structure as
/linux/tools/testing/selftests/tc-testing/
A DREADME30 teardown commands - which includes not being able to run a test simply
84 - teardown
86 The setup and teardown stages can run zero or more commands. The setup
87 stage does some setup if the test needs it. The teardown stage undoes
205 failure during setup or teardown stage.
219 - teardown
/linux/include/linux/spi/
A Dlibertas_spi.h23 int (*teardown)(struct spi_device *spi); member
/linux/include/linux/platform_data/
A Dmax732x.h19 int (*teardown)(struct i2c_client *client, member
A Dpcf857x.h39 int (*teardown)(struct i2c_client *client, member
A Dpca953x.h25 int (*teardown)(struct i2c_client *client, member
A Dvideo-ep93xx.h41 void (*teardown)(struct platform_device *pdev); member
/linux/arch/m68k/include/asm/
A Dmcfqspi.h25 void (*teardown)(struct mcfqspi_cs_control *); member
/linux/drivers/video/fbdev/
A Dep93xx-fb.c562 if (fbi->mach_info->teardown) in ep93xxfb_probe()
563 fbi->mach_info->teardown(pdev); in ep93xxfb_probe()
584 if (fbi->mach_info->teardown) in ep93xxfb_remove()
585 fbi->mach_info->teardown(pdev); in ep93xxfb_remove()
/linux/Documentation/arm/
A Dcluster-pm-race-avoidance.rst6 cluster setup and teardown operations and to manage hardware coherency
82 state. It may be part way through the process of teardown and
127 policy decision CPU teardown complete
208 local CPU teardown complete
285 teardown completely.
379 To avoid wasteful unnecessary teardown operations, the outbound
413 a) back out of teardown, restoring the cluster to the
421 unnecessary teardown and setup operations in situations where
/linux/include/linux/mfd/
A Dtc6393xb.h32 void (*teardown)(struct platform_device *dev); member
A Dtps65010.h200 int (*teardown)(struct i2c_client *client, void *context); member
/linux/arch/arm/mach-davinci/
A Dboard-dm644x-evm.c382 .teardown = evm_led_teardown,
449 .teardown = evm_u18_teardown,
507 .teardown = evm_u35_teardown,
/linux/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt22 teardown
81 'teardown'

Completed in 60 milliseconds

1234