Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/bpf/prog_tests/
A Dglobal_map_resize.c29 goto teardown; in global_map_resize_bss_subtest()
41 goto teardown; in global_map_resize_bss_subtest()
43 goto teardown; in global_map_resize_bss_subtest()
52 goto teardown; in global_map_resize_bss_subtest()
56 goto teardown; in global_map_resize_bss_subtest()
58 goto teardown; in global_map_resize_bss_subtest()
73 goto teardown; in global_map_resize_bss_subtest()
76 goto teardown; in global_map_resize_bss_subtest()
85 teardown: in global_map_resize_bss_subtest()
155 teardown: in global_map_resize_data_subtest()
[all …]
A Dmap_ops.c70 static void teardown(struct test_map_ops **skel) in teardown() function
81 goto teardown; in map_ops_update_delete_subtest()
97 teardown: in map_ops_update_delete_subtest()
98 teardown(&skel); in map_ops_update_delete_subtest()
106 goto teardown; in map_ops_push_peek_pop_subtest()
129 teardown: in map_ops_push_peek_pop_subtest()
130 teardown(&skel); in map_ops_push_peek_pop_subtest()
138 goto teardown; in map_ops_for_each_subtest()
148 teardown: in map_ops_for_each_subtest()
149 teardown(&skel); in map_ops_for_each_subtest()
/linux/Documentation/translations/zh_CN/core-api/
A Dcpu_hotplug.rst160 有一个startup和teardown的回调。
189 本阶段中的teardown回调不允许失败。
248 [CPUHP_BRINGUP_CPU]->teardown()
249 [CPUHP_OFFLINE + 3]->teardown()
251 [CPUHP_OFFLINE + 1]->teardown()
274 [CPUHP_AP_ONLINE]->teardown()
279 [CPUHP_BRINGUP_CPU]->teardown()
330 下线操作中,驱动teardown回调必须在核心teardown回调之前调用。静态分配的状态由
392 @teardown参数是一个指向回调的函数指针,在CPU下线操作时调用。若应用不需要teardown
446 为了完成移除工作,teardown回调不能失败。
[all …]
/linux/include/linux/
A Dcpuhotplug.h253 int (*teardown)(unsigned int cpu), bool multi_instance);
258 int (*teardown)(unsigned int cpu),
274 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state()
294 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_cpuslocked()
297 teardown, false); in cpuhp_setup_state_cpuslocked()
314 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_nocalls()
316 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls()
336 int (*teardown)(unsigned int cpu)) in cpuhp_setup_state_nocalls_cpuslocked()
339 teardown, false); in cpuhp_setup_state_nocalls_cpuslocked()
358 int (*teardown)(unsigned int cpu, in cpuhp_setup_state_multi()
[all …]
/linux/tools/testing/selftests/rseq/
A Drseq-x86.h99 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
105 teardown \
109 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
112 teardown \
185 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
191 teardown \
195 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
198 teardown \
A Drseq-arm.h123 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument
132 teardown \
135 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
137 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \
141 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
143 teardown \
A Drseq-mips.h126 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument
137 teardown \
140 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
142 __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \
146 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
148 teardown \
A Drseq-s390.h118 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
122 teardown \
126 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
129 teardown \
/linux/Documentation/core-api/
A Dcpu_hotplug.rst260 [CPUHP_BRINGUP_ONLINE - 1]->teardown()
263 [CPUHP_BRINGUP_CPU]->teardown()
264 [CPUHP_OFFLINE + 3]->teardown()
266 [CPUHP_OFFLINE + 1]->teardown()
287 [CPUHP_AP_ONLINE + 1]->teardown()
289 [CPUHP_AP_ONLINE]->teardown()
291 [CPUHP_BRINGUP_ONLINE - 1]->teardown()
294 [CPUHP_BRINGUP_CPU]->teardown()
295 [CPUHP_OFFLINE + 3]->teardown()
297 [CPUHP_OFFLINE + 1]->teardown()
[all …]
/linux/kernel/
A Dcpu.c136 } teardown; member
2066 .teardown.single = NULL,
2072 .teardown.single = NULL,
2083 .teardown.single = NULL,
2088 .teardown.single = NULL,
2093 .teardown.single = NULL,
2103 .teardown.single = NULL,
2221 .teardown.single = NULL,
2241 .teardown.single = NULL,
2339 sp->teardown.single = teardown; in cpuhp_store_callbacks()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dcore.c338 bool teardown = false; in mlx5_fpga_event() local
359 teardown = true; in mlx5_fpga_event()
371 if (teardown) in mlx5_fpga_event()
/linux/tools/testing/selftests/tc-testing/
A DREADME29 teardown commands - which includes not being able to run a test simply
83 - teardown
85 The setup and teardown stages can run zero or more commands. The setup
86 stage does some setup if the test needs it. The teardown stage undoes
160 failure during setup or teardown stage.
174 - teardown
/linux/tools/testing/selftests/
A Dkselftest_harness.h413 bool *teardown = mmap(NULL, sizeof(*teardown), \
415 *teardown = false; \
442 __sync_bool_compare_and_swap(teardown, false, true)) \
447 __sync_bool_compare_and_swap(teardown, false, true)) \
449 munmap(teardown, sizeof(*teardown)); \
/linux/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt66 teardown: The list of commands to clean up after the test is completed.
80 If an error is detected during the setup/teardown process, execution of the
86 Repeated failures of the setup/teardown may indicate a problem with the test
89 It's possible to include acceptable exit codes with the setup/teardown command
/linux/include/linux/spi/
A Dlibertas_spi.h23 int (*teardown)(struct spi_device *spi); member
/linux/drivers/net/wireless/marvell/libertas/
A Dif_spi.c1119 goto teardown; in if_spi_probe()
1193 teardown: in if_spi_probe()
1194 if (pdata->teardown) in if_spi_probe()
1195 pdata->teardown(spi); in if_spi_probe()
1214 if (card->pdata->teardown) in libertas_spi_remove()
1215 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/arch/m68k/include/asm/
A Dmcfqspi.h25 void (*teardown)(struct mcfqspi_cs_control *); member
/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/net/dsa/
A Ddsa.c656 goto teardown; in dsa_switch_setup()
662 goto teardown; in dsa_switch_setup()
680 teardown: in dsa_switch_setup()
681 if (ds->ops->teardown) in dsa_switch_setup()
682 ds->ops->teardown(ds); in dsa_switch_setup()
705 if (ds->ops->teardown) in dsa_switch_teardown()
706 ds->ops->teardown(ds); in dsa_switch_teardown()
752 goto teardown; in dsa_tree_setup_ports()
762 goto teardown; in dsa_tree_setup_ports()
769 teardown: in dsa_tree_setup_ports()
/linux/include/linux/platform_data/
A Dvideo-ep93xx.h41 void (*teardown)(struct platform_device *pdev); member
/linux/drivers/video/fbdev/
A Dep93xx-fb.c565 if (fbi->mach_info->teardown) in ep93xxfb_probe()
566 fbi->mach_info->teardown(pdev); in ep93xxfb_probe()
587 if (fbi->mach_info->teardown) in ep93xxfb_remove()
588 fbi->mach_info->teardown(pdev); in ep93xxfb_remove()
/linux/Documentation/arch/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 Dtps65010.h198 void (*teardown)(struct i2c_client *client, struct gpio_chip *gc); member
/linux/fs/ocfs2/dlmfs/
A Ddlmfs.c299 int teardown; in dlmfs_evict_inode() local
310 teardown = !!(lockres->l_flags & USER_LOCK_IN_TEARDOWN); in dlmfs_evict_inode()
312 if (!teardown) { in dlmfs_evict_inode()
/linux/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt22 teardown
81 'teardown'

Completed in 57 milliseconds

123