/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_u32.c | 835 * a special destroy call must be made to not free the pf memory. in u32_init_knode() 1446 .destroy = u32_destroy,
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 353 __ATTR(destroy, 0600, NULL, zcdn_destroy_store);
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | con3270.c | 1991 .destroy = tty3270_destroy_cb,
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 2445 .destroy = fcoe_destroy, 2686 * fcoe_vport_destroy() - destroy the fc_host/scsi_host for a vport
|
/kernel/linux/linux-6.6/mm/ |
H A D | zsmalloc.c | 417 .destroy = zs_zpool_destroy, 1668 * To prevent zspage destroy during migration, zspage freeing should
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp.c | 1766 .destroy = udpv6_destroy_sock,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_map.c | 1614 saved_destroy = READ_ONCE(sk->sk_prot)->destroy; in sock_map_destroy()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_private.h | 321 void (*destroy)(struct net_bridge_mcast_gc *gc); member
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 394 /* Flush a hash type of set: destroy all elements */ 585 pr_debug("Table destroy after resize by expire: %p\n", t); in mtype_gc() 777 /* If there's nobody else using the table, destroy it */ in mtype_resize() 779 pr_debug("Table destroy by resize %p\n", orig); in mtype_resize() 1024 pr_debug("Table destroy after resize by add: %p\n", t); in mtype_add() 1137 pr_debug("Table destroy after resize by del: %p\n", t); in mtype_del() 1342 pr_debug("Table destroy after resize " in mtype_uref() 1444 .destroy = mtype_destroy,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd.c | 969 * destroy this video decoder 1259 dec->base.destroy = ruvd_destroy; in si_common_uvd_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.c | 1580 vctx->base.destroy = virgl_context_destroy; in virgl_context_create()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 2016 chain->base.destroy = x11_swapchain_destroy; in x11_surface_create_swapchain()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.c | 1616 setup->vbuf->destroy(setup->vbuf); in lp_setup_create()
|
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 2365 .destroy = tablet_destroy,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.c | 1074 pscreen->destroy = nvc0_screen_destroy; in nvc0_screen_create()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | parisc-mont.pl | 886 ldo $FRAME($fp),%sp ; destroy tp[num+1]
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 1693 root.destroy()
|
H A D | editor.py | 1146 self.top.destroy()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 280 root.destroy()
|
/third_party/openssl/crypto/bn/asm/ |
H A D | parisc-mont.pl | 886 ldo $FRAME($fp),%sp ; destroy tp[num+1]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FramebufferGL.cpp | 427 void FramebufferGL::destroy(const gl::Context *context) in destroy() function in rx::FramebufferGL
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 1226 void CommandBuffer::destroy(const VkAllocationCallbacks *pAllocator) in destroy() function in vk::CommandBuffer
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cmap-table.hh | 1640 void fini () { this->table.destroy (); } in fini()
|
H A D | hb-ot-color-colr-table.hh | 1279 void fini () { this->colr.destroy (); } in fini()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.cpp | 891 mImpl->destroy(context); in onDestroy()
|