Searched refs:deallocate (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/rust/alloc/ |
D | alloc.rs | 221 self.deallocate(ptr, old_layout); in grow_impl() 242 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() method 287 self.deallocate(ptr, old_layout); in shrink() 309 self.deallocate(ptr, old_layout); in shrink() 344 alloc.deallocate(From::from(ptr.cast()), layout) in box_free()
|
D | raw_vec.rs | 487 unsafe { self.alloc.deallocate(ptr, layout) } in drop()
|
/linux-6.1.9/Documentation/filesystems/ |
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
|
D | coda.rst | 270 deallocate the message structure and return. The FS routine can proceed
|
D | vfs.rst | 1390 call to dput() will deallocate the dentry if its usage count
|
/linux-6.1.9/Documentation/ABI/stable/ |
D | firewire-cdev | 32 - Allocate, reallocate, deallocate isochronous
|
/linux-6.1.9/drivers/firewire/ |
D | core-cdev.c | 413 struct fw_cdev_deallocate deallocate; member 805 return release_client_resource(client, arg->deallocate.handle, in ioctl_deallocate() 1430 arg->deallocate.handle, release_iso_resource, NULL); in ioctl_deallocate_iso_resource()
|
/linux-6.1.9/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 99 mov %rbp, %rsp # deallocate workspace
|
/linux-6.1.9/fs/nfsd/ |
D | xdr4.h | 690 struct nfsd4_fallocate deallocate; member
|
D | nfs4proc.c | 1997 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
|
/linux-6.1.9/Documentation/scheduler/ |
D | completion.rst | 129 from the wait_on_completion*() caller function will deallocate the function
|
/linux-6.1.9/Documentation/staging/ |
D | remoteproc.rst | 133 **never** directly deallocate @rproc, even if it was not registered
|
/linux-6.1.9/Documentation/PCI/ |
D | pci.rst | 407 to deallocate DMA control data. Failure to do so can result in memory
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 172 Thus, one can use the following command to dynamically allocate/deallocate
|
/linux-6.1.9/Documentation/driver-api/surface_aggregator/ |
D | internal.rst | 119 its |ssh_packet_ops| reference is executed, which may then deallocate the
|