| /Linux-v5.4/include/linux/ |
| D | ptr_ring.h | 511 void (*destroy)(void *)) in ptr_ring_unconsume() 552 destroy(batch[--n]); in ptr_ring_unconsume() 559 void (*destroy)(void *)) in __ptr_ring_swap_queue() 568 else if (destroy) in __ptr_ring_swap_queue() 569 destroy(ptr); in __ptr_ring_swap_queue() 590 void (*destroy)(void *)) in ptr_ring_resize() 602 old = __ptr_ring_swap_queue(r, queue, size, gfp, destroy); in ptr_ring_resize() 621 gfp_t gfp, void (*destroy)(void *)) in ptr_ring_resize_multiple() 641 size, gfp, destroy); in ptr_ring_resize_multiple() 663 static inline void ptr_ring_cleanup(struct ptr_ring *r, void (*destroy)(void *)) in ptr_ring_cleanup() [all …]
|
| /Linux-v5.4/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_connmark.c | 156 .destroy = connmark_tg_destroy, 166 .destroy = connmark_tg_destroy, 178 .destroy = connmark_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_LOG.c | 76 .destroy = log_tg_destroy, 86 .destroy = log_tg_destroy,
|
| D | nf_conntrack_extend.c | 33 if (t && t->destroy) in nf_ct_ext_destroy() 34 t->destroy(ct); in nf_ct_ext_destroy()
|
| /Linux-v5.4/net/ceph/ |
| 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,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/gpio/ |
| D | hw_generic.c | 64 static void destroy( in destroy() function 93 .destroy = destroy,
|
| D | hw_hpd.c | 71 static void destroy( in destroy() function 123 .destroy = destroy,
|
| D | hw_ddc.c | 57 static void destroy( in destroy() function 214 .destroy = destroy,
|
| /Linux-v5.4/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-v5.4/security/keys/ |
| D | gc.c | 135 if (state == KEY_IS_POSITIVE && key->type->destroy) in key_gc_unused_keys() 136 key->type->destroy(key); in key_gc_unused_keys() 359 if (key_gc_dead_keytype->destroy) in key_garbage_collector() 360 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
|
| /Linux-v5.4/net/vmw_vsock/ |
| D | vmci_transport.c | 1151 goto destroy; in vmci_transport_recv_connecting_server() 1159 goto destroy; in vmci_transport_recv_connecting_server() 1180 goto destroy; in vmci_transport_recv_connecting_server() 1209 goto destroy; in vmci_transport_recv_connecting_server() 1243 goto destroy; in vmci_transport_recv_connecting_server() 1260 destroy: in vmci_transport_recv_connecting_server() 1292 goto destroy; in vmci_transport_recv_connecting_client() 1319 goto destroy; in vmci_transport_recv_connecting_client() 1325 goto destroy; in vmci_transport_recv_connecting_client() 1333 goto destroy; in vmci_transport_recv_connecting_client() [all …]
|
| /Linux-v5.4/drivers/mtd/chips/ |
| D | chipreg.c | 90 if (map->fldrv->destroy) in map_destroy() 91 map->fldrv->destroy(mtd); in map_destroy()
|
| /Linux-v5.4/drivers/gpu/drm/arc/ |
| D | arcpgu_sim.c | 48 .destroy = arcpgu_drm_connector_destroy, 54 .destroy = drm_encoder_cleanup,
|
| /Linux-v5.4/include/drm/ttm/ |
| D | ttm_bo_api.h | 181 void (*destroy) (struct ttm_buffer_object *); member 530 void (*destroy) (struct ttm_buffer_object *)); 574 void (*destroy) (struct ttm_buffer_object *));
|
| /Linux-v5.4/drivers/gpu/drm/vkms/ |
| D | vkms_output.c | 14 .destroy = vkms_connector_destroy, 21 .destroy = drm_encoder_cleanup,
|
| /Linux-v5.4/drivers/gpu/drm/rcar-du/ |
| D | rcar_du_encoder.c | 29 .destroy = drm_encoder_cleanup, 132 encoder->funcs->destroy(encoder); in rcar_du_encoder_init()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_sgdma.c | 60 .destroy = nouveau_sgdma_destroy 81 .destroy = nouveau_sgdma_destroy
|
| /Linux-v5.4/fs/notify/dnotify/ |
| D | dnotify.c | 257 int destroy = 0, error = 0; in fcntl_dirnotify() local 352 destroy = 1; in fcntl_dirnotify() 372 if (destroy) in fcntl_dirnotify() 375 if (destroy) in fcntl_dirnotify()
|
| /Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/ |
| D | hibmc_drm_vdac.c | 40 .destroy = drm_connector_cleanup, 93 .destroy = drm_encoder_cleanup,
|
| /Linux-v5.4/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-v5.4/fs/jbd2/ |
| D | checkpoint.c | 434 static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy) in journal_clean_one_cp_list() argument 447 if (!destroy) in journal_clean_one_cp_list() 476 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) in __jbd2_journal_clean_checkpoint_list() argument 491 destroy); in __jbd2_journal_clean_checkpoint_list() 507 t_checkpoint_io_list, destroy); in __jbd2_journal_clean_checkpoint_list()
|