| /drivers/android/ |
| D | binder_alloc.c | 64 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 …]
|
| D | binder_alloc_selftest.c | 96 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()
|
| D | binder_alloc.h | 70 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()
|
| D | binder_internal.h | 488 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/ |
| D | id_table.c | 44 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/ |
| D | mthca_allocator.c | 40 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()
|
| D | mthca_dev.h | 194 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/ |
| D | transaction.rs | 81 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
|
| D | freeze.rs | 166 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
|
| D | process.rs | 60 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/ |
| D | queue.h | 14 void *alloc; /* start of allocated mem */ member
|
| /drivers/scsi/elx/include/ |
| D | efc_common.h | 14 void *alloc; member
|
| /drivers/dma/dw-edma/ |
| D | dw-edma-core.c | 816 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/ |
| D | radio-isa.h | 45 struct radio_isa_card *(*alloc)(void); member
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| D | rx.c | 164 u32 contig, alloc; in mlx5e_xsk_alloc_rx_wqes_batched() local
|
| /drivers/xen/xenbus/ |
| D | xenbus_comms.c | 211 void *alloc; in process_msg() member
|
| /drivers/gpu/host1x/ |
| D | cdma.c | 74 struct iova *alloc; in host1x_pushbuffer_init() local
|
| D | job.c | 217 struct iova *alloc; in pin_job() local
|
| /drivers/cpufreq/ |
| D | cpufreq_governor.h | 136 struct policy_dbs_info *(*alloc)(void); member
|
| /drivers/gpu/drm/i915/ |
| D | i915_query.c | 379 int alloc, n_configs; in query_perf_config_list() local
|
| /drivers/md/bcache/ |
| D | alloc.c | 561 struct bkey *alloc) in pick_data_bucket()
|
| /drivers/iommu/iommufd/ |
| D | main.c | 349 struct iommu_ioas_alloc alloc; member
|
| /drivers/video/fbdev/omap2/omapfb/ |
| D | omapfb.h | 50 bool alloc; /* allocated by the driver */ member
|
| /drivers/thunderbolt/ |
| D | lc.c | 532 u32 val, alloc; in tb_lc_dp_sink_available() local
|
| /drivers/android/binder/range_alloc/ |
| D | mod.rs | 202 let alloc = match args.tree_alloc { in reserve_new() localVariable
|