Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 78) sorted by relevance

1234

/drivers/android/
Dbinder_alloc.c64 static size_t binder_alloc_buffer_size(struct binder_alloc *alloc, in binder_alloc_buffer_size()
72 static void binder_insert_free_buffer(struct binder_alloc *alloc, in binder_insert_free_buffer()
106 struct binder_alloc *alloc, struct binder_buffer *new_buffer) in binder_insert_allocated_buffer_locked()
131 struct binder_alloc *alloc, in binder_alloc_prepare_to_free_locked()
171 struct binder_buffer *binder_alloc_prepare_to_free(struct binder_alloc *alloc, in binder_alloc_prepare_to_free()
183 binder_set_installed_page(struct binder_alloc *alloc, in binder_set_installed_page()
192 binder_get_installed_page(struct binder_alloc *alloc, unsigned long index) in binder_get_installed_page()
198 static void binder_lru_freelist_add(struct binder_alloc *alloc, in binder_lru_freelist_add()
228 void binder_alloc_set_mapped(struct binder_alloc *alloc, bool state) in binder_alloc_set_mapped()
234 static inline bool binder_alloc_is_mapped(struct binder_alloc *alloc) in binder_alloc_is_mapped()
[all …]
Dbinder_alloc_selftest.c96 static bool check_buffer_pages_allocated(struct binder_alloc *alloc, in check_buffer_pages_allocated()
119 static void binder_selftest_alloc_buf(struct binder_alloc *alloc, in binder_selftest_alloc_buf()
136 static void binder_selftest_free_buf(struct binder_alloc *alloc, in binder_selftest_free_buf()
160 static void binder_selftest_free_page(struct binder_alloc *alloc) in binder_selftest_free_page()
180 static void binder_selftest_alloc_free(struct binder_alloc *alloc, in binder_selftest_alloc_free()
209 static void binder_selftest_free_seq(struct binder_alloc *alloc, in binder_selftest_free_seq()
227 static void binder_selftest_alloc_size(struct binder_alloc *alloc, in binder_selftest_alloc_size()
253 static void binder_selftest_alloc_offset(struct binder_alloc *alloc, in binder_selftest_alloc_offset()
287 void binder_selftest_alloc(struct binder_alloc *alloc) in binder_selftest_alloc()
Dbinder_alloc.h70 struct binder_alloc *alloc; member
77 struct binder_alloc *alloc; member
134 static inline void binder_selftest_alloc(struct binder_alloc *alloc) {} in binder_selftest_alloc()
Dbinder_internal.h488 struct binder_alloc alloc; member
511 } alloc; member
521 struct binder_alloc_wrap *alloc_to_wrap(struct binder_alloc *alloc) in alloc_to_wrap()
537 binder_alloc_get_free_async_space(struct binder_alloc *alloc) in binder_alloc_get_free_async_space()
/drivers/infiniband/hw/cxgb4/
Did_table.c44 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc()
71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free()
82 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc()
103 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
/drivers/infiniband/hw/mthca/
Dmthca_allocator.c40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc()
64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free()
79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init()
100 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
Dmthca_dev.h194 struct mthca_alloc alloc; member
200 struct mthca_alloc alloc; member
226 struct mthca_alloc alloc; member
239 struct mthca_alloc alloc; member
246 struct mthca_alloc alloc; member
253 struct mthca_alloc alloc; member
269 struct mthca_alloc alloc; member
274 struct mthca_alloc alloc; member
/drivers/android/binder/
Dtransaction.rs81 let mut alloc = match from.copy_transaction_data( in new() localVariable
152 let mut alloc = match from.copy_transaction_data(to.clone(), tr, debug_id, allow_fds, None) in new_reply() localVariable
371 let mut alloc = self.allocation.lock().take().ok_or(ESRCH)?; in prepare_file_list() localVariable
451 let mut alloc = self.allocation.lock().take().ok_or(ESRCH)?; in do_work() localVariable
Dfreeze.rs166 let alloc = RBTreeNodeReservation::new(GFP_KERNEL)?; in request_freeze_notif() localVariable
229 let alloc = FreezeMessage::new(GFP_KERNEL)?; in freeze_notif_done() localVariable
267 let alloc = FreezeMessage::new(GFP_KERNEL)?; in clear_freeze_notif() localVariable
Dprocess.rs60 alloc: RangeAllocator<AllocationInfo>, field
1025 let mut alloc = Allocation::new(self.clone(), debug_id, offset, size, ptr, false); in buffer_get() localVariable
1373 let mut alloc = in deferred_release() localVariable
/drivers/scsi/arm/
Dqueue.h14 void *alloc; /* start of allocated mem */ member
/drivers/scsi/elx/include/
Defc_common.h14 void *alloc; member
/drivers/dma/dw-edma/
Ddw-edma-core.c816 static inline void dw_edma_dec_irq_alloc(int *nr_irqs, u32 *alloc, u16 cnt) in dw_edma_dec_irq_alloc()
824 static inline void dw_edma_add_irq_mask(u32 *mask, u32 alloc, u16 cnt) in dw_edma_add_irq_mask()
/drivers/media/radio/
Dradio-isa.h45 struct radio_isa_card *(*alloc)(void); member
/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Drx.c164 u32 contig, alloc; in mlx5e_xsk_alloc_rx_wqes_batched() local
/drivers/xen/xenbus/
Dxenbus_comms.c211 void *alloc; in process_msg() member
/drivers/gpu/host1x/
Dcdma.c74 struct iova *alloc; in host1x_pushbuffer_init() local
Djob.c217 struct iova *alloc; in pin_job() local
/drivers/cpufreq/
Dcpufreq_governor.h136 struct policy_dbs_info *(*alloc)(void); member
/drivers/gpu/drm/i915/
Di915_query.c379 int alloc, n_configs; in query_perf_config_list() local
/drivers/md/bcache/
Dalloc.c561 struct bkey *alloc) in pick_data_bucket()
/drivers/iommu/iommufd/
Dmain.c349 struct iommu_ioas_alloc alloc; member
/drivers/video/fbdev/omap2/omapfb/
Domapfb.h50 bool alloc; /* allocated by the driver */ member
/drivers/thunderbolt/
Dlc.c532 u32 val, alloc; in tb_lc_dp_sink_available() local
/drivers/android/binder/range_alloc/
Dmod.rs202 let alloc = match args.tree_alloc { in reserve_new() localVariable

1234