/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ptr_ring.h | 512 void (*destroy)(void *)) in ptr_ring_unconsume() 553 destroy(batch[--n]); in ptr_ring_unconsume() 560 void (*destroy)(void *)) in __ptr_ring_swap_queue() 569 else if (destroy) in __ptr_ring_swap_queue() 570 destroy(ptr); in __ptr_ring_swap_queue() 591 void (*destroy)(void *)) in ptr_ring_resize() 603 old = __ptr_ring_swap_queue(r, queue, size, gfp, destroy); in ptr_ring_resize() 622 gfp_t gfp, void (*destroy)(void *)) in ptr_ring_resize_multiple() 642 size, gfp, destroy); in ptr_ring_resize_multiple() 664 static inline void ptr_ring_cleanup(struct ptr_ring *r, void (*destroy)(voi [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | ptr_ring.h | 512 void (*destroy)(void *)) in ptr_ring_unconsume() 553 destroy(batch[--n]); in ptr_ring_unconsume() 560 void (*destroy)(void *)) in __ptr_ring_swap_queue() 569 else if (destroy) in __ptr_ring_swap_queue() 570 destroy(ptr); in __ptr_ring_swap_queue() 591 void (*destroy)(void *)) in ptr_ring_resize() 603 old = __ptr_ring_swap_queue(r, queue, size, gfp, destroy); in ptr_ring_resize() 622 gfp_t gfp, void (*destroy)(void *)) in ptr_ring_resize_multiple() 642 size, gfp, destroy); in ptr_ring_resize_multiple() 664 static inline void ptr_ring_cleanup(struct ptr_ring *r, void (*destroy)(voi [all...] |
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | main.c | 26 void (*destroy)(struct iommufd_object *obj); member 46 * interact with lockdep, however on destroy we have to sleep. This in _iommufd_object_alloc() 47 * means if we have to destroy an object while holding a get on another in _iommufd_object_alloc() 58 * in the xarray and visible to other threads we can't reliably destroy in _iommufd_object_alloc() 77 * to reliably destroy a single object. Thus all APIs that are creating objects 102 * Abort an object that has been fully initialized and needs destroy, but has 111 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy() 134 * object is held by the xarray. The caller must call ops destroy(). 173 * The caller holds a users refcount and wants to destroy the object. Returns 196 * If there is a bug and we couldn't destroy th in __iommufd_object_destroy_user() 307 struct iommu_destroy destroy; global() member [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
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_set.c | 528 .destroy = set_match_v0_destroy, 538 .destroy = set_match_v1_destroy, 548 .destroy = set_match_v1_destroy, 559 .destroy = set_match_v1_destroy, 569 .destroy = set_match_v1_destroy, 580 .destroy = set_match_v3_destroy, 590 .destroy = set_match_v3_destroy, 601 .destroy = set_match_v4_destroy, 611 .destroy = set_match_v4_destroy, 624 .destroy [all...] |
H A D | xt_connmark.c | 158 .destroy = connmark_tg_destroy, 168 .destroy = connmark_tg_destroy, 180 .destroy = connmark_mt_destroy,
|
H A D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
/kernel/linux/linux-6.6/net/netfilter/ |
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_set.c | 528 .destroy = set_match_v0_destroy, 538 .destroy = set_match_v1_destroy, 548 .destroy = set_match_v1_destroy, 559 .destroy = set_match_v1_destroy, 569 .destroy = set_match_v1_destroy, 580 .destroy = set_match_v3_destroy, 590 .destroy = set_match_v3_destroy, 601 .destroy = set_match_v4_destroy, 611 .destroy = set_match_v4_destroy, 624 .destroy [all...] |
H A D | xt_socket.c | 244 .destroy = socket_mt_destroy, 259 .destroy = socket_mt_destroy, 271 .destroy = socket_mt_destroy, 284 .destroy = socket_mt_destroy, 297 .destroy = socket_mt_destroy, 310 .destroy = socket_mt_destroy,
|
H A D | xt_connmark.c | 158 .destroy = connmark_tg_destroy, 168 .destroy = connmark_tg_destroy, 180 .destroy = connmark_mt_destroy,
|
H A D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | auth_none.c | 22 static void destroy(struct ceph_auth_client *ac) in destroy() function 101 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer() 121 .destroy = destroy,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/ |
H A D | dev_addr_lists.sh | 19 destroy() function 33 destroy
|
/kernel/linux/linux-5.10/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 30 void (*destroy)(const struct xt_match *match, void *matchinfo); member 47 void (*destroy)(const struct xt_target *target, void *targinfo); member 65 void (*destroy)(const struct xt_target *target, void *targinfo); member
|
/kernel/linux/linux-6.6/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 30 void (*destroy)(const struct xt_match *match, void *matchinfo); member 47 void (*destroy)(const struct xt_target *target, void *targinfo); member 65 void (*destroy)(const struct xt_target *target, void *targinfo); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_output_7a1000.c | 97 .destroy = drm_connector_cleanup, 134 .destroy = drm_encoder_cleanup, 138 .destroy = drm_encoder_cleanup,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_vdac.c | 47 .destroy = drm_connector_cleanup, 74 .destroy = drm_encoder_cleanup,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/ |
H A D | arcpgu_sim.c | 48 .destroy = arcpgu_drm_connector_destroy, 54 .destroy = drm_encoder_cleanup,
|
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | chipreg.c | 90 if (map->fldrv->destroy) in map_destroy() 91 map->fldrv->destroy(mtd); in map_destroy()
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | chipreg.c | 87 if (map->fldrv->destroy) in map_destroy() 88 map->fldrv->destroy(mtd); in map_destroy()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
H A D | dev_addr_lists.sh | 22 destroy() function 36 destroy
|
/kernel/linux/linux-5.10/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() 368 * destroy its payload with its semaphore held. in key_garbage_collector() 372 kdebug("destroy key %d", key->serial); in key_garbage_collector() 375 if (key_gc_dead_keytype->destroy) in key_garbage_collector() 376 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
|