| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | iters_state_safety.c | 22 * information for bpf_iter_num_{new,next,destroy}() kfuncs, in force_clang_to_emit_btf_for_externs() 44 /* destroy iterator */ in create_and_destroy() 109 /* (attempt to) destroy iterator */ in compromise_iter_w_direct_write_fail() 136 /* don't destroy iter, leaking ref, which should fail */ in compromise_iter_w_direct_write_and_skip_destroy_fail() 165 /* (attempt to) destroy iterator */ in compromise_iter_w_helper_write_fail() 210 /* destroy iterator */ in valid_stack_reuse() 221 /* destroy iterator */ in valid_stack_reuse() 249 /* destroy iterator */ in double_create_fail() 272 /* destroy iterator */ in double_destroy_fail() 275 /* (attempt to) destroy iterato in double_destroy_fail() [all...] |
| H A D | iters_looping.c | 22 * information for bpf_iter_num_{new,next,destroy}() kfuncs, in force_clang_to_emit_btf_for_externs() 51 /* destroy iterator */ in consume_first_item_only() 82 /* destroy iterator */ in missing_null_check_fail() 116 /* destroy iterator */ in wrong_sized_read_fail() 154 /* destroy iterator */ in __flag() 186 /* destroy iterator */ in iterator_with_diff_stack_depth()
|
| H A D | sock_destroy_prog.c | 66 /* Destroy connected client sockets. */ in iter_tcp6_client() 96 /* Destroy server sockets. */ in iter_tcp6_server() 119 /* Destroy connected client sockets. */ in iter_udp6_client()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | main.c | 28 void (*destroy)(struct iommufd_object *obj); member 52 * in the xarray and visible to other threads we can't reliably destroy in _iommufd_object_alloc() 98 * to reliably destroy a single object. Thus all APIs that are creating objects 133 * Abort an object that has been fully initialized and needs destroy, but has 162 ops->destroy(obj); in iommufd_object_abort_and_destroy() 273 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_remove() 334 * to destroy them in a depth first manner. Leaf objects will reduce the in iommufd_fops_release() 361 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release() 416 struct iommu_destroy destroy; member 695 .destroy = iommufd_access_destroy_object, [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter_setsockopt_unix.c | 81 goto destroy; in test_bpf_iter_setsockopt_unix() 85 goto destroy; in test_bpf_iter_setsockopt_unix() 89 goto destroy; in test_bpf_iter_setsockopt_unix() 95 goto destroy; in test_bpf_iter_setsockopt_unix() 98 destroy: in test_bpf_iter_setsockopt_unix()
|
| H A D | tc_change_tail.c | 27 goto destroy; in test_tc_change_tail() 32 goto destroy; in test_tc_change_tail() 60 destroy: in test_tc_change_tail()
|
| H A D | cgroup1_hierarchy.c | 83 goto destroy; in test_cgroup1_hierarchy() 87 goto destroy; in test_cgroup1_hierarchy() 92 goto destroy; in test_cgroup1_hierarchy() 161 destroy: in test_cgroup1_hierarchy()
|
| H A D | kmem_cache_iter.c | 101 goto destroy; in test_kmem_cache_iter() 105 goto destroy; in test_kmem_cache_iter() 122 destroy: in test_kmem_cache_iter()
|
| /linux/tools/testing/selftests/ipc/ |
| H A D | msgque.c | 63 goto destroy; in restore_queue() 71 goto destroy; in restore_queue() 76 destroy: in restore_queue() 78 printf("Failed to destroy queue: %d\n", -errno); in restore_queue() 124 printf("Failed to destroy queue: %d\n", -errno); in check_and_destroy_queue() 232 ksft_test_result_fail("Failed to check and destroy queue: %d\n", err); in main() 251 printf("Failed to destroy queue: %d\n", -errno); in main()
|
| /linux/net/netfilter/ |
| H A D | xt_set.c | 537 .destroy = set_match_v0_destroy, 547 .destroy = set_match_v1_destroy, 557 .destroy = set_match_v1_destroy, 568 .destroy = set_match_v1_destroy, 578 .destroy = set_match_v1_destroy, 589 .destroy = set_match_v3_destroy, 599 .destroy = set_match_v3_destroy, 610 .destroy = set_match_v4_destroy, 620 .destroy = set_match_v4_destroy, 633 .destroy = set_target_v0_destroy, [all …]
|
| H A D | xt_nat.c | 155 .destroy = xt_nat_destroy, 168 .destroy = xt_nat_destroy, 181 .destroy = xt_nat_destroy, 193 .destroy = xt_nat_destroy, 205 .destroy = xt_nat_destroy, 217 .destroy = xt_nat_destroy,
|
| H A D | xt_connmark.c | 158 .destroy = connmark_tg_destroy, 168 .destroy = connmark_tg_destroy, 179 .destroy = connmark_tg_destroy, 189 .destroy = connmark_tg_destroy, 202 .destroy = connmark_mt_destroy,
|
| H A D | xt_socket.c | 233 .destroy = socket_mt_destroy, 248 .destroy = socket_mt_destroy, 260 .destroy = socket_mt_destroy, 273 .destroy = socket_mt_destroy, 286 .destroy = socket_mt_destroy, 299 .destroy = socket_mt_destroy,
|
| H A D | xt_SECMARK.c | 162 .destroy = secmark_tg_destroy, 172 .destroy = secmark_tg_destroy, 184 .destroy = secmark_tg_destroy, 194 .destroy = secmark_tg_destroy,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_so.h | 69 /* Map enum vmw_view_type to view destroy command ids*/ 79 * vmw_view_cmd_to_type - Return the view type for a create or destroy command 83 * For a given view create or destroy command id, return the corresponding 107 * create or destroy command 111 * For a given state object create or destroy command id,
|
| /linux/net/ceph/ |
| H A D | auth_none.c | 22 static void destroy(struct ceph_auth_client *ac) in destroy() function 104 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer() 123 .destroy = destroy,
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | udp_tunnel_nic.sh | 455 msg="destroy NIC" 512 msg="destroy NIC" 522 # Destroy full NIC 523 pfx="destroy full" 537 overflow_table0 "destroy NIC" 538 overflow_table1 "destroy NIC" 540 msg="destroy NIC" 590 msg="destroy VxLANs v4" 601 msg="destroy NIC" 647 msg="2 - destroy GENEVE" [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | mlx5hws.h | 297 * mlx5hws_table_destroy - Destroy direct rule table. 299 * @tbl: Table to destroy. 345 * mlx5hws_match_template_destroy - Destroy a match template. 347 * @mt: Match template to destroy. 366 * mlx5hws_action_template_destroy - Destroy action template. 368 * @at: Action template to destroy. 401 * mlx5hws_matcher_destroy - Destroy a direct rule matcher. 403 * @matcher: Matcher to destroy. 481 * mlx5hws_rule_destroy - Enqueue destroy rule operation. 792 * mlx5hws_action_destroy - Destroy direct rule action. [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-most | 64 write '1' to this attribute to destroy an 119 write '1' to this attribute to destroy an 174 write '1' to this attribute to destroy an 240 write '1' to this attribute to destroy an
|
| /linux/drivers/mtd/chips/ |
| H A D | chipreg.c | 80 * Destroy an MTD device which was created for a map device. 87 if (map->fldrv->destroy) in map_destroy() 88 map->fldrv->destroy(mtd); in map_destroy()
|
| /linux/tools/testing/selftests/drivers/net/team/ |
| H A D | dev_addr_lists.sh | 19 destroy() function 33 destroy
|
| /linux/security/keys/ |
| H A D | gc.c | 153 if (state == KEY_IS_POSITIVE && key->type->destroy) in key_gc_unused_keys() 154 key->type->destroy(key); in key_gc_unused_keys() 362 * destroy its payload with its semaphore held. in key_garbage_collector() 366 kdebug("destroy key %d", key->serial); in key_garbage_collector() 369 if (key_gc_dead_keytype->destroy) in key_garbage_collector() 370 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
|
| /linux/include/linux/netfilter/ipset/ |
| H A D | ip_set.h | 59 /* Mark set with an extension which needs to call destroy */ 83 /* Destroy extension private data (can be NULL) */ 84 void (*destroy)(struct ip_set *set, void *ext); member 171 /* Destroy the set */ 172 void (*destroy)(struct ip_set *set); member 247 /* For call_cru in destroy */ 289 * call it's destroy function for its extension part in data. in ip_set_ext_destroy() 294 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy(set, c); in ip_set_ext_destroy()
|
| /linux/lib/ |
| H A D | textsearch.c | 29 * | | | init() find() destroy() | 35 * | (7)|----->| destroy() |----------------------+ 52 * (8) Core notifies the algorithm to destroy algorithm specific 307 * textsearch_destroy - destroy a search configuration 316 if (conf->ops->destroy) in textsearch_destroy() 317 conf->ops->destroy(conf); in textsearch_destroy()
|
| /linux/drivers/gpu/drm/nouveau/include/dispnv04/i2c/ |
| H A D | encoder_i2c.h | 56 * @destroy: Analogous to &drm_encoder_funcs @destroy callback. 58 void (*destroy)(struct drm_encoder *encoder); member 209 * This should be called from the @destroy method of an I2C slave
|