/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
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()
|
/linux-6.1.9/include/linux/ |
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)(void *)) in ptr_ring_cleanup() [all …]
|
/linux-6.1.9/net/netfilter/ |
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 = set_target_v0_destroy, [all …]
|
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,
|
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,
|
D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
D | xt_REDIRECT.c | 78 .destroy = redirect_tg_destroy, 92 .destroy = redirect_tg_destroy,
|
D | xt_connmark.c | 158 .destroy = connmark_tg_destroy, 168 .destroy = connmark_tg_destroy, 180 .destroy = connmark_mt_destroy,
|
D | xt_LOG.c | 84 .destroy = log_tg_destroy, 94 .destroy = log_tg_destroy,
|
D | xt_MASQUERADE.c | 82 .destroy = masquerade_tg_destroy, 93 .destroy = masquerade_tg_destroy,
|
D | xt_TPROXY.c | 220 .destroy = tproxy_tg4_destroy, 232 .destroy = tproxy_tg4_destroy, 245 .destroy = tproxy_tg6_destroy,
|
D | xt_bpf.c | 124 .destroy = bpf_mt_destroy, 135 .destroy = bpf_mt_destroy_v1,
|
/linux-6.1.9/net/ceph/ |
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-6.1.9/tools/testing/selftests/drivers/net/team/ |
D | dev_addr_lists.sh | 19 destroy() function 33 destroy
|
/linux-6.1.9/include/linux/netfilter_bridge/ |
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
|
/linux-6.1.9/net/vmw_vsock/ |
D | vmci_transport.c | 1152 goto destroy; in vmci_transport_recv_connecting_server() 1160 goto destroy; in vmci_transport_recv_connecting_server() 1181 goto destroy; in vmci_transport_recv_connecting_server() 1210 goto destroy; in vmci_transport_recv_connecting_server() 1244 goto destroy; in vmci_transport_recv_connecting_server() 1261 destroy: in vmci_transport_recv_connecting_server() 1293 goto destroy; in vmci_transport_recv_connecting_client() 1320 goto destroy; in vmci_transport_recv_connecting_client() 1326 goto destroy; in vmci_transport_recv_connecting_client() 1334 goto destroy; in vmci_transport_recv_connecting_client() [all …]
|
/linux-6.1.9/include/drm/ttm/ |
D | ttm_bo_api.h | 123 void (*destroy) (struct ttm_buffer_object *); member 324 void (*destroy) (struct ttm_buffer_object *)); 329 void (*destroy) (struct ttm_buffer_object *));
|
/linux-6.1.9/security/keys/ |
D | gc.c | 140 if (state == KEY_IS_POSITIVE && key->type->destroy) in key_gc_unused_keys() 141 key->type->destroy(key); in key_gc_unused_keys() 364 if (key_gc_dead_keytype->destroy) in key_garbage_collector() 365 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
|
/linux-6.1.9/drivers/mtd/chips/ |
D | chipreg.c | 87 if (map->fldrv->destroy) in map_destroy() 88 map->fldrv->destroy(mtd); in map_destroy()
|
/linux-6.1.9/tools/testing/selftests/drivers/net/bonding/ |
D | dev_addr_lists.sh | 22 destroy() function 36 destroy
|
/linux-6.1.9/fs/notify/dnotify/ |
D | dnotify.c | 269 int destroy = 0, error = 0; in fcntl_dirnotify() local 364 destroy = 1; in fcntl_dirnotify() 384 if (destroy) in fcntl_dirnotify() 387 if (destroy) in fcntl_dirnotify()
|
/linux-6.1.9/tools/testing/selftests/ipc/ |
D | msgque.c | 63 goto destroy; in restore_queue() 71 goto destroy; in restore_queue() 76 destroy: in restore_queue()
|
/linux-6.1.9/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 390 .destroy = drm_plane_cleanup, \ 413 .destroy = drm_crtc_cleanup, \ 420 .destroy = drm_encoder_cleanup 430 .destroy = drm_connector_cleanup, \
|
/linux-6.1.9/arch/sh/kernel/ |
D | perf_event.c | 131 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init() 300 if (event->destroy) in sh_pmu_event_init() 301 event->destroy(event); in sh_pmu_event_init()
|
/linux-6.1.9/fs/jbd2/ |
D | checkpoint.c | 420 static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy) in journal_clean_one_cp_list() argument 433 if (!destroy && __cp_buffer_busy(jh)) in journal_clean_one_cp_list() 590 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) in __jbd2_journal_clean_checkpoint_list() argument 605 destroy); in __jbd2_journal_clean_checkpoint_list() 621 t_checkpoint_io_list, destroy); in __jbd2_journal_clean_checkpoint_list()
|