/openbmc/linux/rust/alloc/ |
H A D | alloc.rs | 231 self.deallocate(ptr, old_layout); in grow_impl() 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() method 297 self.deallocate(ptr, old_layout); in shrink() 319 self.deallocate(ptr, old_layout); in shrink()
|
H A D | raw_vec.rs | 479 unsafe { self.alloc.deallocate(ptr, layout) }; in shrink() 534 unsafe { self.alloc.deallocate(ptr, layout) } in drop()
|
H A D | boxed.rs | 1239 self.1.deallocate(From::from(ptr.cast()), layout); in drop()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __submit.hpp | 68 std::allocator_traits<_OpAlloc>::deallocate(__op_alloc, __op, 1); in __delete_op() 149 std::allocator_traits<_OpAlloc>::deallocate(__op_alloc, __op, in operator ()()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | bfs.rst | 21 When you have finished using it and umounted you need to also deallocate 33 that modprobe is functioning. Beware that umount will not deallocate
|
H A D | coda.rst | 270 deallocate the message structure and return. The FS routine can proceed
|
H A D | vfs.rst | 1458 call to dput() will deallocate the dentry if its usage count
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | types.hpp | 281 void deallocate(T* p, size_t n) in deallocate() function in ipmi::SecureAllocator 284 return std::allocator<T>::deallocate(p, n); in deallocate()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 420 std::allocator_traits<_Alloc>::deallocate(__alloc, __pointer, in __construct_large() 443 std::allocator_traits<_Alloc>::deallocate(__alloc, __pointer, in STDEXEC_MEMFN_DECL() 616 std::allocator_traits<_Alloc>::deallocate(__alloc, __pointer, 1); in __construct_large() 637 std::allocator_traits<_Alloc>::deallocate(__alloc, __pointer, 1); in STDEXEC_MEMFN_DECL()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | firewire-cdev | 32 - Allocate, reallocate, deallocate isochronous
|
/openbmc/linux/drivers/firewire/ |
H A D | core-cdev.c | 425 struct fw_cdev_deallocate deallocate; member 856 return release_client_resource(client, arg->deallocate.handle, in ioctl_deallocate() 1483 arg->deallocate.handle, release_iso_resource, NULL); in ioctl_deallocate_iso_resource()
|
/openbmc/linux/fs/nfsd/ |
H A D | xdr4.h | 691 struct nfsd4_fallocate deallocate; member
|
H A D | nfs4proc.c | 2013 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 99 mov %rbp, %rsp # deallocate workspace
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | ldst.idef | 178 …Q6INSN(TG##_t##TG2,"if (Pv4"DOTNEW") Rdd32=dealloc_return(Rs32)"T_NT":raw",ATTRIBS,"deallocate sta… 180 …Q6INSN(TG##_f##TG2,"if (!Pv4"DOTNEW") Rdd32=dealloc_return(Rs32)"T_NT":raw",ATTRIBS,"deallocate st…
|
/openbmc/linux/Documentation/scheduler/ |
H A D | completion.rst | 129 from the wait_on_completion*() caller function will deallocate the function
|
/openbmc/linux/Documentation/staging/ |
H A D | remoteproc.rst | 133 **never** directly deallocate @rproc, even if it was not registered
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | hugetlbpage.rst | 170 Thus, one can use the following command to dynamically allocate/deallocate
|
/openbmc/linux/Documentation/PCI/ |
H A D | pci.rst | 407 to deallocate DMA control data. Failure to do so can result in memory
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal.rst | 119 its |ssh_packet_ops| reference is executed, which may then deallocate the
|