Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 763) sorted by relevance

12345678910>>...31

/linux/include/linux/
A Dptr_ring.h512 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 Dxt_set.c528 .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 Dxt_socket.c242 .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 Dxt_nat.c155 .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 Dxt_connmark.c156 .destroy = connmark_tg_destroy,
166 .destroy = connmark_tg_destroy,
178 .destroy = connmark_mt_destroy,
A Dxt_nfacct.c64 .destroy = nfacct_mt_destroy,
75 .destroy = nfacct_mt_destroy,
A Dxt_REDIRECT.c78 .destroy = redirect_tg_destroy,
92 .destroy = redirect_tg_destroy,
A Dxt_LOG.c84 .destroy = log_tg_destroy,
94 .destroy = log_tg_destroy,
A Dnf_conntrack_extend.c33 if (t && t->destroy) in nf_ct_ext_destroy()
34 t->destroy(ct); in nf_ct_ext_destroy()
A Dxt_MASQUERADE.c82 .destroy = masquerade_tg_destroy,
93 .destroy = masquerade_tg_destroy,
A Dnft_masq.c129 .destroy = nft_masq_ipv4_destroy,
175 .destroy = nft_masq_ipv6_destroy,
230 .destroy = nft_masq_inet_destroy,
A Dnft_redir.c134 .destroy = nft_redir_ipv4_destroy,
183 .destroy = nft_redir_ipv6_destroy,
225 .destroy = nft_redir_inet_destroy,
/linux/net/ceph/
A Dauth_none.c22 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 Dvmci_transport.c1157 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 Debtables.h30 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 Dgc.c140 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 Dttm_bo_api.h128 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 Ddnotify.c251 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 Dchipreg.c87 if (map->fldrv->destroy) in map_destroy()
88 map->fldrv->destroy(mtd); in map_destroy()
/linux/tools/testing/selftests/ipc/
A Dmsgque.c63 goto destroy; in restore_queue()
71 goto destroy; in restore_queue()
76 destroy: in restore_queue()
/linux/fs/jbd2/
A Dcheckpoint.c420 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 Dvmwgfx_ldu.c234 .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 Dperf_event.c131 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 Dctatc.c82 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 Dem_ipt.c192 if (im->match->destroy) { in em_ipt_destroy()
199 im->match->destroy(&par); in em_ipt_destroy()
273 .destroy = em_ipt_destroy,

Completed in 37 milliseconds

12345678910>>...31