| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | global_map_resize.c | 30 goto teardown; in global_map_resize_bss_subtest() 42 goto teardown; in global_map_resize_bss_subtest() 44 goto teardown; in global_map_resize_bss_subtest() 53 goto teardown; in global_map_resize_bss_subtest() 57 goto teardown; in global_map_resize_bss_subtest() 59 goto teardown; in global_map_resize_bss_subtest() 77 goto teardown; in global_map_resize_bss_subtest() 80 goto teardown; in global_map_resize_bss_subtest() 87 goto teardown; in global_map_resize_bss_subtest() 89 teardown: in global_map_resize_bss_subtest() [all …]
|
| H A D | map_ops.c | 70 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()
|
| H A D | lsm_bdev.c | 136 goto teardown; in test_lsm_bdev() 142 goto teardown; in test_lsm_bdev() 151 goto teardown; in test_lsm_bdev() 154 goto teardown; in test_lsm_bdev() 159 goto teardown; in test_lsm_bdev() 163 goto teardown; in test_lsm_bdev() 170 goto teardown; in test_lsm_bdev() 202 teardown: in test_lsm_bdev()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | cpu_hotplug.rst | 160 有一个startup和teardown的回调。 165 当一个CPU下线时,将按相反的顺序依次调用teardown回调,直到达到CPUHP_OFFLINE状态。当删 177 在该阶段中,startup回调在CPU上线操作启动CPU之前被调用,teardown回调在CPU下线操作使 183 startup回调用于设置CPU成功上线所需要的资源。teardown回调用于释放资源或在热插拔的CPU 189 本阶段中的teardown回调不允许失败。 196 插的CPU上被调用。teardown回调是在CPU完全关闭前不久的CPU下线操作期间,禁用中断的情况 207 该阶段中的startup回调是在CPU上线时在热插拔的CPU上调用的。teardown回调是在CPU下线操 239 [CPUHP_ONLINE - 1]->teardown() -> 成功 241 [CPUHP_AP_ONLINE + 1]->teardown() -> 成功 243 [CPUHP_AP_ONLINE]->teardown() -> 成功 [all …]
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-x86.h | 99 #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 \
|
| H A D | rseq-arm.h | 123 #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 \
|
| H A D | rseq-mips.h | 126 #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 \
|
| H A D | rseq-s390.h | 79 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ 83 teardown \ 87 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ 90 teardown \ 118 RSEQ_ASM_DEFINE_ABORT(label,teardown,abort_label) global() argument 126 RSEQ_ASM_DEFINE_CMPFAIL(label,teardown,cmpfail_label) global() argument
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 66 # harness-selftest.c:58:pass:teardown same-process=1 73 # harness-selftest.c:58:fail:teardown same-process=1 87 # harness-selftest.c:92:pass:teardown same-process=0
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | core.c | 338 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/ |
| H A D | README | 29 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/tc-testing/creating-testcases/ |
| H A D | AddingTestCases.txt | 66 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/drivers/net/wireless/marvell/libertas/ |
| H A D | if_spi.c | 1119 goto teardown; in if_spi_probe() 1194 teardown: in if_spi_probe() 1195 if (pdata->teardown) in if_spi_probe() 1196 pdata->teardown(spi); in if_spi_probe() 1215 if (card->pdata->teardown) in libertas_spi_remove() 1216 card->pdata->teardown(spi); in libertas_spi_remove() 1230 if (card->pdata->teardown) in if_spi_suspend() 1231 card->pdata->teardown(spi); in if_spi_suspend()
|
| /linux/include/linux/spi/ |
| H A D | libertas_spi.h | 23 int (*teardown)(struct spi_device *spi); member
|
| /linux/arch/m68k/include/asm/ |
| H A D | mcfqspi.h | 25 void (*teardown)(struct mcfqspi_cs_control *); member
|
| /linux/Documentation/fb/ |
| H A D | ep93xx-fb.rst | 85 callbacks: setup, teardown and blank. The setup and teardown functions 90 The setup and teardown devices pass the platform_device structure as
|
| /linux/net/dsa/ |
| H A D | dsa.c | 652 goto teardown; in dsa_switch_setup() 658 goto teardown; in dsa_switch_setup() 676 teardown: in dsa_switch_setup() 677 if (ds->ops->teardown) in dsa_switch_setup() 678 ds->ops->teardown(ds); in dsa_switch_setup() 701 if (ds->ops->teardown) in dsa_switch_teardown() 702 ds->ops->teardown(ds); in dsa_switch_teardown() 748 goto teardown; in dsa_tree_setup_ports() 758 goto teardown; in dsa_tree_setup_ports() 765 teardown: in dsa_tree_setup_ports()
|
| /linux/include/linux/platform_data/ |
| H A D | video-ep93xx.h | 41 void (*teardown)(struct platform_device *pdev); member
|
| /linux/drivers/video/fbdev/ |
| H A D | ep93xx-fb.c | 565 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/ |
| H A D | cluster-pm-race-avoidance.rst | 6 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/ |
| H A D | tps65010.h | 198 void (*teardown)(struct i2c_client *client, struct gpio_chip *gc); member
|
| /linux/drivers/net/netdevsim/ |
| H A D | psp.c | 221 static void __nsim_psp_uninit(struct netdevsim *ns, bool teardown) in __nsim_psp_uninit() argument 226 teardown || in __nsim_psp_uninit()
|
| /linux/tools/testing/selftests/tc-testing/creating-plugins/ |
| H A D | AddingPlugins.txt | 22 teardown 81 'teardown'
|
| /linux/arch/arm/common/ |
| H A D | mcpm_head.S | 128 @ Wait for any previously-pending cluster teardown operations to abort 140 @ If the outbound gave up before teardown started, skip cluster setup:
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_core.c | 571 bool teardown = test_bit(NF_FLOW_TEARDOWN, &flow->flags); in nf_flow_offload_gc_step() local 579 teardown = true; in nf_flow_offload_gc_step() 580 } else if (!teardown) { in nf_flow_offload_gc_step() 584 if (teardown) { in nf_flow_offload_gc_step()
|