Home
last modified time | relevance | path

Searched full:preallocated (Results 1 – 25 of 165) sorted by relevance

1234567

/linux/net/sunrpc/
H A Dbackchannel_rqst.c53 * Free the preallocated rpc_rqst structure and the memory
125 * preallocated buffers are added to the pool of resources used by
159 * We use a temporary list to keep track of the preallocated in xprt_setup_bc()
209 * xprt_destroy_backchannel - Destroys the backchannel preallocated structures.
210 * @xprt: the transport holding the preallocated strucures
211 * @max_reqs: the maximum number of preallocated structures to destroy
279 * Return the preallocated rpc_rqst structure and XDR buffers
320 * have anymore preallocated entries. in xprt_free_bc_rqst()
329 * One or more rpc_rqst structure have been preallocated during the
331 * has been preallocated as well. Use xprt_alloc_bc_request to allocate
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c42 bool preallocated; member
46 .preallocated = false,
60 { "preallocated", ARG_PREALLOCATED, NULL, 0, "use preallocated hash map" },
82 args.preallocated = true; in htab_mem_parse_arg()
184 if (args.preallocated) in htab_mem_setup()
H A Drun_bench_htab_mem.sh36 header "preallocated"
37 htab_mem_bench "--preallocated"
/linux/include/linux/ceph/
H A Dmsgpool.h14 int type; /* preallocated message type */
15 int front_len; /* preallocated payload size */
/linux/drivers/net/ipa/
H A Dipa.h54 * @zero_addr: DMA address of preallocated zero-filled memory
55 * @zero_virt: Virtual address of preallocated zero-filled memory
56 * @zero_size: Size (bytes) of preallocated zero-filled memory
/linux/lib/
H A Dgeneric-radix-tree.c23 struct genradix_node **preallocated, in __genradix_ptr_alloc() argument
30 if (preallocated) in __genradix_ptr_alloc()
31 swap(new_node, *preallocated); in __genradix_ptr_alloc()
H A Dstackdepot.c307 /* We have preallocated memory, use it. */ in depot_init_pool()
340 /* Keeps the preallocated memory to be used for a new stack depot pool. */
348 * pools is reached, do not use the preallocated memory. in depot_keep_new_pool()
721 * depot_alloc_stack() did not consume the preallocated memory. in stack_depot_save_flags()
722 * Try to keep the preallocated memory for future. in stack_depot_save_flags()
/linux/drivers/gpu/drm/
H A Ddrm_encoder.c143 * drm_encoder_init - Init a preallocated encoder
150 * Initializes a preallocated encoder. Encoder should be subclassed as part of
270 * drmm_encoder_init - Initialize a preallocated encoder
277 * Initializes a preallocated encoder. Encoder should be subclassed as
/linux/include/linux/
H A Dxz.h30 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
169 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes
170 * of memory is preallocated for the LZMA2 dictionary. This way there is no
172 * never allocate any memory. Instead, if the preallocated dictionary is too
H A Dpstore.h95 * @buf: preallocated crash dump buffer
149 * @buf will be pointing to the preallocated @psi.buf, since
H A Dwatch_queue.h43 struct page **notes; /* Preallocated notifications */
/linux/net/rxrpc/
H A Dcall_accept.c442 * Charge up socket with preallocated calls, attaching user call IDs.
456 * rxrpc_kernel_charge_accept - Charge up socket with preallocated calls
459 * @user_call_ID: The tag to attach to the preallocated call
463 * Charge up the socket with preallocated calls, each with a user ID. The
/linux/security/landlock/
H A Dtsync.c179 * tsync_works_provide - provides a preallocated tsync_work for the given task
188 * Return: A pointer to the preallocated context struct with task filled in, or
189 * NULL if preallocated context structs ran out.
403 * We ran out of preallocated contexts -- we need to in schedule_task_work()
/linux/drivers/gpu/drm/i915/
H A Di915_active_types.h33 /* Preallocated "exclusive" node */
/linux/drivers/virt/vboxguest/
H A Dvboxguest_core.h85 /** Preallocated struct vmmdev_events for the IRQ handler. */
150 /** Preallocated VMMDEVREQ_GUEST_HEARTBEAT request. */
/linux/drivers/net/ethernet/intel/ice/
H A Dice_irq.h15 u16 num_static; /* preallocated entries */
/linux/fs/hpfs/
H A Dhpfs.h100 __le32 user_id_table; /* 8 preallocated sectors - user id */
185 The to[] list is initialized to point to n_spares preallocated empty
191 /* Sectors 18 and 19 are preallocated and unused.
263 The "directory band" is a bunch of sectors preallocated for dnodes.
/linux/drivers/md/
H A Ddm-log-userspace-transfer.c187 DMINFO("Size of tfr exceeds preallocated size"); in dm_consult_userspace()
196 * use the preallocated space. in dm_consult_userspace()
/linux/fs/ext4/
H A Dmballoc.h39 #define EXT4_MB_HISTORY_PREALLOC 2 /* preallocated blocks used */
133 ext4_grpblk_t pa_len; /* len of preallocated chunk */
H A Dmballoc.c238 * it describes part of inode's space preallocated to specific
239 * physical blocks. any block from that preallocated can be used
244 * must discard all preallocated blocks.
256 * - preallocated blocks (non-persistent)
699 * For each preallocated block (pa) in the group:
1513 /* mark all preallocated blks used in in-core bitmap */ in ext4_mb_init_cache()
2277 * As we've just preallocated more space than in ext4_mb_use_best_found()
3950 "mballoc: %u preallocated, %u discarded", in ext4_mb_release()
4393 * existing preallocated blocks(PAs). Make sure to hold the rbtree lock in ext4_mb_pa_adjust_overlap()
4639 * [pa_pstart + fe_logical - pa_lstart, fe_len/size] from the preallocated in ext4_mb_normalize_request()
[all …]
/linux/include/linux/sunrpc/
H A Dxprt.h289 spinlock_t bc_pa_lock; /* Protects the preallocated
291 struct list_head bc_pa_list; /* List of preallocated
330 #define RPC_BC_PA_IN_USE 0x0001 /* Preallocated backchannel */
/linux/fs/ntfs/
H A Dfile.c64 * Trim preallocated space on file release.
67 * allocated_size and runlist in units of preallocated size to reduce
69 * allocated_size > data_size if not all preallocated space is used.
73 * so it is safe to reclaim the unused preallocated space.
110 ntfs_error(vol->sb, "Preallocated block rollback failed"); in ntfs_trim_prealloc()
/linux/mm/
H A Dmempool.c305 * this function creates and allocates a guaranteed size, preallocated
593 * mempool_alloc_preallocated - allocate an element from preallocated elements
598 * an element from the preallocated elements. It only takes a single spinlock_t
599 * and immediately returns if no preallocated elements are available.
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-rpm-edge.yaml62 preallocated for this virtual channel. This can be used to tweak the
/linux/drivers/gpu/drm/msm/
H A Dmsm_mmu.h44 * @pages: Array of pages preallocated for MMU table updates.

1234567