/linux/include/linux/ |
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() 668 if (destroy) in ptr_ring_cleanup() [all …]
|
/linux/net/netfilter/ |
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 = set_target_v0_destroy, [all …]
|
A D | xt_socket.c | 242 .destroy = socket_mt_destroy, 257 .destroy = socket_mt_destroy, 269 .destroy = socket_mt_destroy, 282 .destroy = socket_mt_destroy, 295 .destroy = socket_mt_destroy, 308 .destroy = socket_mt_destroy,
|
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,
|
A D | xt_connmark.c | 156 .destroy = connmark_tg_destroy, 166 .destroy = connmark_tg_destroy, 178 .destroy = connmark_mt_destroy,
|
A D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
A D | xt_REDIRECT.c | 78 .destroy = redirect_tg_destroy, 92 .destroy = redirect_tg_destroy,
|
A D | xt_LOG.c | 84 .destroy = log_tg_destroy, 94 .destroy = log_tg_destroy,
|
A D | nf_conntrack_extend.c | 33 if (t && t->destroy) in nf_ct_ext_destroy() 34 t->destroy(ct); in nf_ct_ext_destroy()
|
A D | xt_MASQUERADE.c | 82 .destroy = masquerade_tg_destroy, 93 .destroy = masquerade_tg_destroy,
|
A D | nft_masq.c | 129 .destroy = nft_masq_ipv4_destroy, 175 .destroy = nft_masq_ipv6_destroy, 230 .destroy = nft_masq_inet_destroy,
|
A D | nft_redir.c | 134 .destroy = nft_redir_ipv4_destroy, 183 .destroy = nft_redir_ipv6_destroy, 225 .destroy = nft_redir_inet_destroy,
|
/linux/net/ceph/ |
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/net/vmw_vsock/ |
A D | vmci_transport.c | 1157 goto destroy; in vmci_transport_recv_connecting_server() 1178 goto destroy; in vmci_transport_recv_connecting_server() 1207 goto destroy; in vmci_transport_recv_connecting_server() 1241 goto destroy; in vmci_transport_recv_connecting_server() 1258 destroy: in vmci_transport_recv_connecting_server() 1358 goto destroy; in vmci_transport_recv_connecting_client() 1363 destroy: in vmci_transport_recv_connecting_client() 1401 goto destroy; in vmci_transport_recv_connecting_client_negotiate() 1430 goto destroy; in vmci_transport_recv_connecting_client_negotiate() 1444 goto destroy; in vmci_transport_recv_connecting_client_negotiate() [all …]
|
/linux/include/linux/netfilter_bridge/ |
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
|
/linux/security/keys/ |
A 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/include/drm/ttm/ |
A D | ttm_bo_api.h | 128 void (*destroy) (struct ttm_buffer_object *); member 389 void (*destroy) (struct ttm_buffer_object *)); 433 void (*destroy) (struct ttm_buffer_object *));
|
/linux/fs/notify/dnotify/ |
A D | dnotify.c | 251 int destroy = 0, error = 0; in fcntl_dirnotify() local 346 destroy = 1; in fcntl_dirnotify() 366 if (destroy) in fcntl_dirnotify() 369 if (destroy) in fcntl_dirnotify()
|
/linux/drivers/mtd/chips/ |
A D | chipreg.c | 87 if (map->fldrv->destroy) in map_destroy() 88 map->fldrv->destroy(mtd); in map_destroy()
|
/linux/tools/testing/selftests/ipc/ |
A D | msgque.c | 63 goto destroy; in restore_queue() 71 goto destroy; in restore_queue() 76 destroy: in restore_queue()
|
/linux/fs/jbd2/ |
A 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()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_ldu.c | 234 .destroy = vmw_ldu_crtc_destroy, 255 .destroy = vmw_ldu_encoder_destroy, 271 .destroy = vmw_ldu_connector_destroy, 318 .destroy = vmw_du_primary_plane_destroy, 327 .destroy = vmw_du_cursor_plane_destroy,
|
/linux/arch/sh/kernel/ |
A 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/sound/pci/ctxfi/ |
A D | ctatc.c | 82 int (*destroy)(void *alsa_dev); member 86 .destroy = NULL, 89 .destroy = NULL, 92 .destroy = NULL, 95 .destroy = NULL, 98 .destroy = NULL, 102 .destroy = NULL, 111 int (*destroy)(void *mgr); member 114 .destroy = (destroy_t)src_mgr_destroy }, 120 .destroy = (destroy_t)sum_mgr_destroy }, [all …]
|
/linux/net/sched/ |
A D | em_ipt.c | 192 if (im->match->destroy) { in em_ipt_destroy() 199 im->match->destroy(&par); in em_ipt_destroy() 273 .destroy = em_ipt_destroy,
|